Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 3 of 3) sorted by relevance

/coreutils/tests/
Dd_type-check14 (DT_UNKNOWN, DT_DIR, DT_REG) = (0, 4, 8)
50 if d_type != DT_DIR: break
57 elif d_type != DT_DIR and d_type != DT_UNKNOWN:
/coreutils/src/
Dremove.c50 # undef DT_DIR
53 # define DT_DIR 1 macro
200 int dirent_type = is_dir ? DT_DIR : DT_UNKNOWN; in prompt()
230 dirent_type = DT_DIR; in prompt()
250 case DT_DIR: in prompt()
273 if (dirent_type == DT_DIR in prompt()
Dls.c3081 case DT_DIR: type = directory; break; in print_dir()