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

/haiku/headers/compatibility/bsd/
H A Dfts.h116 #define FTS_FOLLOW 2 /* follow symbolic link */ macro
/haiku/src/libs/bsd/
H A Dfts.c361 if (instr == FTS_FOLLOW &&
454 if (p->fts_instr == FTS_FOLLOW) {
531 if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
970 * If doing a logical walk, or application requested FTS_FOLLOW, do

Completed in 34 milliseconds