/dflybsd-src/contrib/bmake/ |
H A D | str.h | 43 typedef struct Substring { struct 46 } Substring; argument 68 Substring *words; 108 MAKE_STATIC Substring 111 Substring sub; in Substring_Init() 118 MAKE_INLINE Substring 125 Substring_Length(Substring sub) in Substring_Length() 131 Substring_IsEmpty(Substring sub) in Substring_IsEmpty() 137 Substring_Equals(Substring sub, const char *str) in Substring_Equals() 145 Substring_Eq(Substring sub, Substring str) in Substring_Eq() [all …]
|
H A D | var.c | 365 static Substring 366 CanonicalVarname(Substring name) in CanonicalVarname() 396 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash) in GNode_FindVar() 415 VarFindSubstring(Substring name, GNode *scope, bool elsewhere) in VarFindSubstring() 861 UnexportVar(Substring varname, UnexportWhat what) in UnexportVar() 1319 SepBuf_AddSubstring(SepBuf *buf, Substring sub) in SepBuf_AddSubstring() 1343 typedef void (*ModifyWordProc)(Substring word, SepBuf *buf, void *data); 1352 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Head() 1363 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Tail() 1374 ModifyWord_Suffix(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Suffix() [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() 315 NeedsEscapes(Substring value, char endc) in NeedsEscapes() 333 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 | 2707 Substring dir; in ParseDirective()
|
H A D | ChangeLog | 618 migrate ParseModifierPart to use Substring 620 migrate ModifyWord functions to use Substring 621 migrate handling of the modifier ':S,from,to,' to Substring
|
/dflybsd-src/sys/contrib/dev/acpica/source/common/ |
H A D | adfile.c | 391 char *Substring; in FlSplitInputPathname() local 420 Substring = strrchr (DirectoryPath, '/'); in FlSplitInputPathname() 421 if (!Substring) in FlSplitInputPathname() 423 Substring = strrchr (DirectoryPath, ':'); 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 485 Substring = strrchr (FilePathname, '/'); in FlGetFileBasename() 486 if (!Substring) in FlGetFileBasename() [all …]
|
/dflybsd-src/sys/contrib/dev/acpica/source/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()
|
/dflybsd-src/contrib/wpa_supplicant/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
|
/dflybsd-src/contrib/pam_passwdqc/ |
H A D | README | 108 Substring matching and discounting will be used if the "match" setting
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | rope | 844 // Substring results are usually represented using just
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | rope | 843 // Substring results are usually represented using just
|