OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_LIST
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/df/
df.c
303
static enum {
IN_LIST
, NOT_IN_LIST } which;
315
return which ==
IN_LIST
? 1 : 0;
316
return which ==
IN_LIST
? 0 : 1;
337
which =
IN_LIST
;
/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
;
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026