Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dstr.h46 } Substring; argument
68 Substring *words;
113 MAKE_STATIC Substring
116 Substring sub; in Substring_Init()
123 MAKE_INLINE Substring
150 Substring_Eq(Substring sub, Substring str) in Substring_Eq()
157 MAKE_STATIC Substring
166 Substring_HasPrefix(Substring sub, Substring prefix) in Substring_HasPrefix()
173 Substring_HasSuffix(Substring sub, Substring suffix) in Substring_HasSuffix()
211 MAKE_STATIC Substring
[all …]
H A Dvar.c367 static Substring
1422 Substring lhsPrefix;
1464 Substring lhs;
1465 Substring rhs;
1471 Substring_Find(Substring haystack, Substring needle) in Substring_Find()
1604 Substring replace;
2368 Substring word; in ModifyWords()
3339 num_val(Substring s) in num_val()
3384 ((const Substring *)sa)->start, ((const Substring *)sb)->start); in SubStrAsc()
3703 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.c122 const Substring *items; in ForLoop_Details()
341 NeedsEscapes(Substring value, char endc) in NeedsEscapes()
359 AddEscaped(Buffer *cmds, Substring item, char endc) in AddEscaped()
H A Dstr.c122 Substring *words; in Substring_Words()
H A Dcond.c1269 Substring dir; in Cond_ExtractGuard()
H A Dparse.c2804 Substring dir; in ParseDirective()
H A DChangeLog829 migrate ParseModifierPart to use Substring
831 migrate ModifyWord functions to use Substring
832 migrate handling of the modifier ':S,from,to,' to Substring
/freebsd-14.2/sys/contrib/dev/acpica/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 …]
/freebsd-14.2/sys/contrib/dev/acpica/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()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h24 using Substring = in LzwEncode() local
29 Min(DenseMapInfo<Substring>::getEmptyKey().first, in LzwEncode()
30 DenseMapInfo<Substring>::getTombstoneKey().first) - in LzwEncode()
32 DenseMap<Substring, LzwCodeType> prefix_to_code; in LzwEncode()
/freebsd-14.2/contrib/bearssl/T0/
H A DT0Comp.cs66 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 DWordBuilder.cs206 lname = target.Substring(1); in Call()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp499 static bool fileContainsString(StringRef Substring, ASTContext &C) { in fileContainsString() argument
503 return Buffer.contains(Substring); in fileContainsString()
/freebsd-14.2/contrib/wpa/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
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok753 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
H A Dfunstack.in5351 title = "Implementation of the Substring Test by Hashing",
9595 title = "On {Harrison}'s Substring Testing Technique",
26435 title = "A Very Fast Substring Search Algorithm",