Home
last modified time | relevance | path

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

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