OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_LIST
(Results
1 - 2
of
2
) 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
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025