Searched refs:DT_DIR (Results 1 – 3 of 3) sorted by relevance
57 if (entry->d_type == DT_DIR && __matches_cpuN(entry->d_name)) { in get_nprocs_conf()
710 #ifdef DT_DIR in fts_build()712 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
41 #define DT_DIR 4 macro