HomeSort by: relevance | last modified time | path
    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