Home
last modified time | relevance | path

Searched refs:Substring (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/bmake/
H A Dstr.h46 } Substring; argument
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 Dvar.c365 static Substring
1427 Substring lhsPrefix;
1469 Substring lhs;
1470 Substring rhs;
1476 Substring_Find(Substring haystack, Substring needle) in Substring_Find()
1609 Substring replace;
2378 Substring word; in ModifyWords()
3265 num_val(Substring s) in num_val()
3310 ((const Substring *)sa)->start, ((const Substring *)sb)->start); in SubStrAsc()
3635 Substring lhs; in ApplyModifier_SysV()
[all …]
H A Dhash.h136 unsigned int Hash_Substring(Substring) MAKE_ATTR_USE;
137 void *HashTable_FindValueBySubstringHash(HashTable *, Substring, unsigned int)
H A Dhash.c102 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 Dfor.c106 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 Dstr.c122 Substring *words; in Substring_Words()
H A Dparse.c2707 Substring dir; in ParseDirective()
H A DChangeLog618 migrate ParseModifierPart to use Substring
620 migrate ModifyWord functions to use Substring
621 migrate handling of the modifier ':S,from,to,' to Substring
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Dadfile.c391 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 …]
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddtfield.c569 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 Daslfiles.c1278 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()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-P2P466 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
/dragonfly/contrib/pam_passwdqc/
H A DREADME108 Substring matching and discounting will be used if the "match" setting
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Drope844 // Substring results are usually represented using just
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drope843 // Substring results are usually represented using just