Searched refs:Substring (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Dadfile.c283 char *Substring; local
312 Substring = strrchr (DirectoryPath, '/');
313 if (!Substring)
315 Substring = strrchr (DirectoryPath, ':');
320 if (!Substring)
327 Filename = FlStrdup (Substring + 1);
328 *(Substring+1) = 0;
372 char *Substring; local
377 Substring = strrchr (FilePathname, '/');
378 if (!Substring)
[all...]
/netbsd-current/usr.bin/make/
H A Dstr.h43 typedef struct Substring { struct
46 } Substring; typedef in typeref:struct:Substring
68 Substring *words;
110 MAKE_STATIC Substring
113 Substring sub;
120 MAKE_INLINE Substring
127 Substring_Length(Substring sub)
133 Substring_IsEmpty(Substring sub)
139 Substring_Equals(Substring sub, const char *str)
147 Substring_Eq(Substring su
[all...]
H A Dhash.h135 unsigned int Hash_Substring(Substring) MAKE_ATTR_USE;
136 void *HashTable_FindValueBySubstringHash(HashTable *, Substring, unsigned int)
H A Dhash.c102 Hash_Substring(Substring key)
114 HashTable_Find(HashTable *t, Substring key, unsigned int h)
202 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned int h)
H A Dvar.c418 static Substring
419 CanonicalVarname(Substring name)
449 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash)
468 VarFindSubstring(Substring name, GNode *scope, bool elsewhere)
936 UnexportVar(Substring varname, UnexportWhat what)
1386 SepBuf_AddSubstring(SepBuf *buf, Substring sub)
1410 typedef void (*ModifyWordProc)(Substring word, SepBuf *buf, void *data);
1415 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1422 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1429 ModifyWord_Suffix(Substring wor
[all...]
H A Dfor.c122 const Substring *items;
340 AddEscaped(Buffer *cmds, Substring item, char endc)
H A Dstr.c126 Substring *words;
H A Dcond.c1196 Substring dir;
H A Dparse.c2737 Substring dir;
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtfield.c461 char *Substring; local
470 Substring = StringValue;
482 for (i = 0; i < Count; i++, Substring += 3)
486 if (*(&Substring[2]) &&
487 (*(&Substring[2]) != ' '))
489 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring);
495 Status = AcpiUtAsciiToHexByte (Substring, &Buffer[i]);
498 DtError (ASL_ERROR, ASL_MSG_BUFFER_ELEMENT, Field, Substring);
H A Daslfiles.c1170 char *Substring; local
1186 Substring = strrchr (AslGbl_DirectoryPath, '\\');
1187 if (!Substring)
1189 Substring = strrchr (AslGbl_DirectoryPath, '/');
1190 if (!Substring)
1192 Substring = strrchr (AslGbl_DirectoryPath, ':');
1196 if (!Substring)
1208 AslGbl_OutputFilenamePrefix = strdup (Substring + 1);
1210 *(Substring+1) = 0;
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c669 HashEntry_KeyEquals(const HashEntry *he, Substring key)

Completed in 247 milliseconds