HomeSort by: relevance | last modified time | path
    Searched refs:FTS_WHITEOUT (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
fts.h 78 #define FTS_WHITEOUT 0x080 /* return whiteout information */
  /src/lib/libc/gen/
fts.c 114 #undef FTS_WHITEOUT
651 #ifdef FTS_WHITEOUT
665 #ifdef FTS_WHITEOUT
666 if (ISSET(FTS_WHITEOUT))
823 #ifdef FTS_WHITEOUT
934 #ifdef FTS_WHITEOUT
  /src/bin/ls/
ls.c 341 #ifdef FTS_WHITEOUT
343 fts_options |= FTS_WHITEOUT;
  /src/bin/rm/
rm.c 181 flags |= FTS_WHITEOUT;

Completed in 14 milliseconds