/netbsd-src/usr.bin/make/ |
H A D | str.h | 43 typedef struct Substring { struct 46 } Substring; argument 68 Substring *words; 110 MAKE_STATIC Substring 113 Substring sub; in Substring_Init() 120 MAKE_INLINE Substring 127 Substring_Length(Substring sub) in Substring_Length() 133 Substring_IsEmpty(Substring sub) in Substring_IsEmpty() 139 Substring_Equals(Substring sub, const char *str) in Substring_Equals() 147 Substring_Eq(Substring sub, Substring str) in Substring_Eq() [all …]
|
H A D | var.c | 418 static Substring in VarNew() 419 CanonicalVarname(Substring name) in VarNew() 449 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash) in CanonicalVarname() 468 VarFindSubstring(Substring name, GNode *scope, bool elsewhere) 936 UnexportVar(Substring varname, UnexportWhat what) in GetVarnamesToUnexport() 1387 SepBuf_AddSubstring(SepBuf *buf, Substring sub) in SepBuf_AddStr() 1411 typedef void (*ModifyWordProc)(Substring word, SepBuf *buf, void *data); 1415 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) 1421 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED) in ModifyWord_Head() 1427 ModifyWord_Suffix(Substring wor in ModifyWord_Tail() [all...] |
H A D | hash.h | 134 unsigned int Hash_Substring(Substring) MAKE_ATTR_USE; 135 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() 196 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h) in HashTable_FindValueBySubstringHash()
|
H A D | for.c | 122 const Substring *items; in ForLoop_Details() 340 AddEscaped(Buffer *cmds, Substring item, char endc) in AddEscaped()
|
H A D | str.c | 126 Substring *words; in Substring_Words()
|
H A D | cond.c | 1195 Substring dir; in Cond_ExtractGuard()
|
H A D | parse.c | 2741 Substring dir; in ParseDirective()
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | adfile.c | 283 char *Substring; in FlSplitInputPathname() local 312 Substring = strrchr (DirectoryPath, '/'); in FlSplitInputPathname() 313 if (!Substring) in FlSplitInputPathname() 315 Substring = strrchr (DirectoryPath, ':'); in FlSplitInputPathname() 320 if (!Substring) in FlSplitInputPathname() 327 Filename = FlStrdup (Substring + 1); in FlSplitInputPathname() 328 *(Substring+1) = 0; in FlSplitInputPathname() 372 char *Substring; in FlGetFileBasename() local 377 Substring = strrchr (FilePathname, '/'); in FlGetFileBasename() 378 if (!Substring) in FlGetFileBasename() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | dtfield.c | 461 char *Substring; in DtCompileBuffer() local 470 Substring = StringValue; in DtCompileBuffer() 482 for (i = 0; i < Count; i++, Substring += 3) in DtCompileBuffer() 486 if (*(&Substring[2]) && in DtCompileBuffer() 487 (*(&Substring[2]) != ' ')) in DtCompileBuffer() 489 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring); in DtCompileBuffer() 495 Status = AcpiUtAsciiToHexByte (Substring, &Buffer[i]); in DtCompileBuffer() 498 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring); in DtCompileBuffer()
|
H A D | aslfiles.c | 1172 char *Substring; in FlParseInputPathname() 1188 Substring = strrchr (AslGbl_DirectoryPath, '\\'); in FlParseInputPathname() 1189 if (!Substring) in FlParseInputPathname() 1191 Substring = strrchr (AslGbl_DirectoryPath, '/'); in FlParseInputPathname() 1192 if (!Substring) in FlParseInputPathname() 1194 Substring = strrchr (AslGbl_DirectoryPath, ':'); in FlParseInputPathname() 1198 if (!Substring) in FlParseInputPathname() 1210 AslGbl_OutputFilenamePrefix = strdup (Substring + 1); in FlParseInputPathname() 1212 *(Substring+1) = 0; in FlParseInputPathname() 1170 char *Substring; FlParseInputPathname() local
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/ |
H A D | check-sums.ps1 | 32 $old = $old.Substring(0, $old.IndexOf(" ")) in main()
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | tuning.sdf | 134 H3: Substring indexing 136 Substring indexes work on splitting the value into short chunks and then
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | fmt_decl.c | 669 HashEntry_KeyEquals(const HashEntry *he, Substring key) in HashEntry_KeyEquals()
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4517.txt | 87 3.3.30. Substring Assertion ...............................22 1190 3.3.30. Substring Assertion 1192 A value of the Substring Assertion syntax is a sequence of zero, one, 1217 Each <substring> of a Substring Assertion value is encoded as a UTF-8 1222 The Substring Assertion syntax is used only as the syntax of 1226 The LDAP definition for the Substring Assertion syntax is: 1228 ( 1.3.6.1.4.1.1466.115.121.1.58 DESC 'Substring Assertion' ) 1646 Substring Assertion syntax to an attribute value of a syntax (e.g., 1707 the Substring Assertion syntax to an attribute value of a syntax 1772 the Substring Assertion syntax to an attribute value of a syntax [all …]
|
H A D | rfc3663.txt | 361 o One-level scoped searches based at the root of the DIT. Substring 594 o One-level scoped searches based at the root of the DIT. Substring
|
H A D | rfc2926.txt | 916 Substring Assertion NA
|
/netbsd-src/external/bsd/wpa/dist/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
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1353 Substring
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-legg-ldap-acm-bac-xx.txt | 2094 Substrings = "{" [ sp Substring *( "," sp Substring ) ] sp "}" 2095 Substring = ss-initial
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | gfc-internals.texi | 577 @subsection Constant Substring References
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | gfc-internals.texi | 577 @subsection Constant Substring References
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | funstack.ok | 753 M. C. Harrison Implementation of the Substring Test by 1307 Abraham Bookstein On Harrison's Substring Testing 3506 Daniel M. Sunday A Very Fast Substring Search Algorithm 132--142
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | rope | 842 // Substring results are usually represented using just
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | rope | 858 // Substring results are usually represented using just
|