HomeSort by: relevance | last modified time | path
    Searched defs:NOT_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;
485 which = NOT_IN_LIST;
  /src/bin/df/
df.c 301 static enum { IN_LIST, NOT_IN_LIST } which;
333 which = NOT_IN_LIST;

Completed in 12 milliseconds