Searched refs:d_type (Results 1 – 5 of 5) sorted by relevance
134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test()
134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
392 size_t namlen, int d_type) in process_entry() argument546 int d_type = DT_UNKNOWN; in ftw_dir() local548 d_type = d->d_type; in ftw_dir()550 result = process_entry (data, &dir, d->d_name, NAMLEN (d), d_type); in ftw_dir()
588 return dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN; in dirent_not_directory()774 if (dp->d_type == DT_WHT) in fts_build()
Completed in 8 milliseconds