OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_LIST
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/fsck/
fsck.c
68
static enum {
IN_LIST
, NOT_IN_LIST } which = NOT_IN_LIST;
411
return which ==
IN_LIST
? 1 : 0;
413
return which ==
IN_LIST
? 0 : 1;
488
which =
IN_LIST
;
/src/bin/df/
df.c
301
static enum {
IN_LIST
, NOT_IN_LIST } which;
313
return which ==
IN_LIST
? 1 : 0;
314
return which ==
IN_LIST
? 0 : 1;
335
which =
IN_LIST
;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
CMakeLists.txt
30
if(COMPILER_RT_DEFAULT_TARGET_ARCH
IN_LIST
FUZZER_SUPPORTED_ARCH)
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025