Searched refs:IN_LIST (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/fsck/
H A Dfsck.c68 static enum { IN_LIST, NOT_IN_LIST } which = NOT_IN_LIST; enumerator in enum:__anon1
411 return which == IN_LIST ? 1 : 0;
413 return which == IN_LIST ? 0 : 1;
488 which = IN_LIST;
/netbsd-current/bin/df/
H A Ddf.c286 static enum { IN_LIST, NOT_IN_LIST } which; enumerator in enum:__anon1
298 return which == IN_LIST ? 1 : 0;
299 return which == IN_LIST ? 0 : 1;
320 which = IN_LIST;

Completed in 144 milliseconds