OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Substring
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
adfile.c
283
char *
Substring
;
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
;
377
Substring
= strrchr (FilePathname, '/');
378
if (!
Substring
)
[
all
...]
/src/usr.bin/make/
str.h
41
typedef struct
Substring
{
44
}
Substring
;
66
Substring
*words;
108
MAKE_STATIC
Substring
111
Substring
sub;
118
MAKE_INLINE
Substring
125
Substring_Length(
Substring
sub)
131
Substring_IsEmpty(
Substring
sub)
137
Substring_Equals(
Substring
sub, const char *str)
145
Substring_Eq(
Substring
sub, Substring str
[
all
...]
hash.h
134
unsigned Hash_Substring(
Substring
) MAKE_ATTR_USE;
135
void *HashTable_FindValueBySubstringHash(HashTable *,
Substring
, unsigned)
hash.c
102
Hash_Substring(
Substring
key)
114
HashTable_Find(HashTable *t,
Substring
key, unsigned h)
196
HashTable_FindValueBySubstringHash(HashTable *t,
Substring
key, unsigned h)
var.c
444
static
Substring
445
CanonicalVarname(
Substring
name)
475
GNode_FindVar(GNode *scope,
Substring
varname, unsigned hash)
494
VarFindSubstring(
Substring
name, GNode *scope, bool elsewhere)
962
UnexportVar(
Substring
varname, UnexportWhat what)
1415
SepBuf_AddSubstring(SepBuf *buf,
Substring
sub)
1436
* null-terminated
substring
, which is currently guaranteed but may change in
1439
typedef void (*ModifyWordProc)(
Substring
word, SepBuf *buf, void *data);
1443
ModifyWord_Head(
Substring
word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1449
ModifyWord_Tail(
Substring
word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED
[
all
...]
for.c
122
const
Substring
*items;
335
AddEscaped(Buffer *body,
Substring
item, char endc)
str.c
126
Substring
*words;
cond.c
1184
Substring
dir;
parse.c
2763
Substring
dir;
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_lzw.h
24
using
Substring
=
29
Min(DenseMapInfo<
Substring
>::getEmptyKey().first,
30
DenseMapInfo<
Substring
>::getTombstoneKey().first) -
32
DenseMap<
Substring
, LzwCodeType> prefix_to_code;
34
// Add all
substring
of len 1 as initial dictionary.
67
// This is a new
substring
, but emit the code for the current match
121
// Returns lens of the
substring
with the given code.
138
// possible only when the new
substring
is the same as previous one plus
139
// the first item of the previous
substring
. We can emit that in two
149
// including the first item of the just emmited
substring
. Do the same here
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
dtfield.c
461
char *
Substring
;
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
);
aslfiles.c
1170
char *
Substring
;
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;
/src/tests/usr.bin/indent/
fmt_decl.c
669
HashEntry_KeyEquals(const HashEntry *he,
Substring
key)
Completed in 63 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026