OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subword
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/atomic/
t___sync_compare_and_swap.c
119
atf_tc_set_md_var(tc, "descr", "
subword
" #NAME); \
125
SUBTYPE
subword
[2]; \
129
val.
subword
[LSB] = -1; \
130
val.
subword
[MSB] = 123; \
131
ATF_CHECK(NAME(&val.
subword
[LSB], /*old*/-1, /*new*/-2)); \
132
ATF_CHECK_EQ_MSG(val.
subword
[LSB], (SUBTYPE)-2, \
133
"val.
subword
[LSB] = 0x%" SUBFMT, val.
subword
[LSB]); \
134
ATF_CHECK_EQ_MSG(val.
subword
[MSB], 123, \
135
"val.
subword
[MSB] = 0x%" SUBFMT, val.subword[MSB]);
[
all
...]
/src/games/boggle/boggle/
bog.c
445
char
subword
[MAXWORDLEN + 1];
local in function:checkword
453
q =
subword
;
467
if (checkword(
subword
+ 1, *lm, path + 1) > 0)
/src/bin/csh/
lex.c
72
static Char *
subword
(Char *, int, int *);
892
tword =
subword
(en->word, sc, &didone);
898
tword =
subword
(otword, sc, &didone);
920
subword
(Char *cp, int type, int *adid)
function in typeref:typename:Char *
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025