Home
last modified time | relevance | path

Searched refs:FTS_COMPAR_B (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/
H A Dfts.h79 #define FTS_COMPAR_B 0x020000 /* compare function is a block */ macro
/freebsd/lib/libc/gen/
H A Dfts.c305 sp->fts_options = options | FTS_COMPAR_B;
370 if (ISSET(FTS_COMPAR_B) && sp->fts_compar_b != NULL) { in fts_close()
1147 if (ISSET(FTS_COMPAR_B)) { in fts_sort()