Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 5 of 5) sorted by relevance

/io/
A Dtst-mkdirat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_DIR) in do_test()
A Dtst-mkfifoat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
A Dtst-mknodat.c134 if (d->d_type != DT_UNKNOWN && d->d_type != DT_FIFO) in do_test()
A Dftw.c392 size_t namlen, int d_type) in process_entry() argument
546 int d_type = DT_UNKNOWN; in ftw_dir() local
548 d_type = d->d_type; in ftw_dir()
550 result = process_entry (data, &dir, d->d_name, NAMLEN (d), d_type); in ftw_dir()
A Dfts.c588 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