Searched refs:FTS_COMPAR_B (Results 1 – 2 of 2) sorted by relevance
79 #define FTS_COMPAR_B 0x020000 /* compare function is a block */ macro
291 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()