Searched refs:Substring (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | adfile.c | 391 char *Substring; in FlSplitInputPathname() local 421 if (!Substring) in FlSplitInputPathname() 428 if (!Substring) in FlSplitInputPathname() 435 Filename = FlStrdup (Substring + 1); in FlSplitInputPathname() 436 *(Substring+1) = 0; in FlSplitInputPathname() 480 char *Substring; in FlGetFileBasename() local 486 if (!Substring) in FlGetFileBasename() 493 if (Substring) in FlGetFileBasename() 504 Substring = strchr (FileBasename, '.'); in FlGetFileBasename() 505 if (Substring) in FlGetFileBasename() [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 567 char *Substring; in DtCompileBuffer() local 576 Substring = StringValue; in DtCompileBuffer() 580 for (i = 0; i < Count; i++, Substring += 3) in DtCompileBuffer() 584 if (*(&Substring[2]) && in DtCompileBuffer() 585 (*(&Substring[2]) != ' ')) in DtCompileBuffer() 587 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring); in DtCompileBuffer() 593 Status = AcpiUtAsciiToHexByte (Substring, &Buffer[i]); in DtCompileBuffer() 596 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring); in DtCompileBuffer()
|
| H A D | aslfiles.c | 1017 char *Substring; in FlParseInputPathname() local 1033 Substring = strrchr (AslGbl_DirectoryPath, '\\'); in FlParseInputPathname() 1034 if (!Substring) in FlParseInputPathname() 1036 Substring = strrchr (AslGbl_DirectoryPath, '/'); in FlParseInputPathname() 1037 if (!Substring) in FlParseInputPathname() 1039 Substring = strrchr (AslGbl_DirectoryPath, ':'); in FlParseInputPathname() 1043 if (!Substring) in FlParseInputPathname() 1055 AslGbl_OutputFilenamePrefix = strdup (Substring + 1); in FlParseInputPathname() 1057 *(Substring+1) = 0; in FlParseInputPathname()
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | T0Comp.cs | 66 a = a.Substring(1); in Main() 77 pname = a.Substring(0, j).Trim() in Main() 79 pval = a.Substring(j + 1); in Main() 1327 int x = DecHex(t.Substring(2)); in DecodeCharConst() 1335 int x = DecHex(t.Substring(2)); in DecodeCharConst() 2029 tv = StringToBlob(tt.Substring(1)); in TryParseLiteral() 2033 tv = DecodeCharConst(tt.Substring(1)); in TryParseLiteral() 2039 tt = tt.Substring(1); in TryParseLiteral() 2041 tt = tt.Substring(1); in TryParseLiteral() 2046 tt = tt.Substring(2); in TryParseLiteral() [all …]
|
| H A D | WordBuilder.cs | 206 lname = target.Substring(1); in Call()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-P2P | 466 Service Information Substring - Optional UTF-8 string 467 If Service Information Substring is not included, all services matching 469 If Service Information Substring is included, both the Substring and the 471 If remote service has no Service Information, all Substring searches
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | rope | 812 // Substring results are usually represented using just
|