Searched refs:d_type (Results 1 – 3 of 3) sorted by relevance
118 if (dirent->d_type != DT_UNKNOWN && dirent->d_type != DT_LNK) in charmap_readdir()119 mode = DTTOIF (dirent->d_type); in charmap_readdir()
1388 unsigned char d_type; in add_locales_to_archive() local1394 d_type = d->d_type; in add_locales_to_archive()1396 if (d_type != DT_REG) in add_locales_to_archive()1400 if (d_type == DT_UNKNOWN) in add_locales_to_archive()1409 d_type = IFTODT (st.st_mode); in add_locales_to_archive()1412 if (d_type == DT_DIR) in add_locales_to_archive()1427 d_type = IFTODT (st.st_mode); in add_locales_to_archive()1433 if (d_type == DT_REG) in add_locales_to_archive()
319 if (dirent->d_type != DT_UNKNOWN && dirent->d_type != DT_LNK) in select_dirs()320 mode = DTTOIF (dirent->d_type); in select_dirs()
Completed in 10 milliseconds