| /freebsd-13.1/contrib/bmake/ |
| H A D | str.h | 46 } Substring; typedef 68 Substring *words; 108 MAKE_STATIC Substring 111 Substring sub; in Substring_Init() 118 MAKE_INLINE Substring 145 Substring_Eq(Substring sub, Substring str) in Substring_Eq() 152 MAKE_STATIC Substring 161 Substring_HasPrefix(Substring sub, Substring prefix) in Substring_HasPrefix() 168 Substring_HasSuffix(Substring sub, Substring suffix) in Substring_HasSuffix() 206 MAKE_STATIC Substring [all …]
|
| H A D | var.c | 365 static Substring 1424 Substring lhsPrefix; 1469 Substring lhs; 1470 Substring rhs; 1476 Substring_Find(Substring haystack, Substring needle) in Substring_Find() 1609 Substring replace; 2372 Substring word; in ModifyWords() 3248 num_val(Substring s) in num_val() 3293 ((const Substring *)sa)->start, ((const Substring *)sb)->start); in SubStrAsc() 3618 Substring lhs; in ApplyModifier_SysV() [all …]
|
| H A D | hash.h | 136 unsigned int Hash_Substring(Substring) MAKE_ATTR_USE; 137 void *HashTable_FindValueBySubstringHash(HashTable *, Substring, unsigned int)
|
| H A D | hash.c | 102 Hash_Substring(Substring key) in Hash_Substring() 114 HashTable_Find(HashTable *t, Substring key, unsigned int h) in HashTable_Find() 202 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash()
|
| H A D | for.c | 106 const Substring *items; in ForLoop_Details() 308 NeedsEscapes(Substring value, char endc) in NeedsEscapes() 326 AddEscaped(Buffer *cmds, Substring item, char endc) in AddEscaped()
|
| H A D | str.c | 122 Substring *words; in Substring_Words()
|
| H A D | parse.c | 2677 Substring dir; in ParseDirective()
|
| H A D | ChangeLog | 445 migrate ParseModifierPart to use Substring 447 migrate ModifyWord functions to use Substring 448 migrate handling of the modifier ':S,from,to,' to Substring
|
| /freebsd-13.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-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 569 char *Substring; in DtCompileBuffer() local 578 Substring = StringValue; in DtCompileBuffer() 590 for (i = 0; i < Count; i++, Substring += 3) in DtCompileBuffer() 594 if (*(&Substring[2]) && in DtCompileBuffer() 595 (*(&Substring[2]) != ' ')) in DtCompileBuffer() 597 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring); in DtCompileBuffer() 603 Status = AcpiUtAsciiToHexByte (Substring, &Buffer[i]); in DtCompileBuffer() 606 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring); in DtCompileBuffer()
|
| H A D | aslfiles.c | 1278 char *Substring; in FlParseInputPathname() local 1294 Substring = strrchr (AslGbl_DirectoryPath, '\\'); in FlParseInputPathname() 1295 if (!Substring) in FlParseInputPathname() 1297 Substring = strrchr (AslGbl_DirectoryPath, '/'); in FlParseInputPathname() 1298 if (!Substring) in FlParseInputPathname() 1300 Substring = strrchr (AslGbl_DirectoryPath, ':'); in FlParseInputPathname() 1304 if (!Substring) in FlParseInputPathname() 1316 AslGbl_OutputFilenamePrefix = strdup (Substring + 1); in FlParseInputPathname() 1318 *(Substring+1) = 0; in FlParseInputPathname()
|
| /freebsd-13.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-13.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
|