Home
last modified time | relevance | path

Searched refs:DT_UNKNOWN (Results 1 – 2 of 2) sorted by relevance

/coreutils/tests/
Dd_type-check14 (DT_UNKNOWN, DT_DIR, DT_REG) = (0, 4, 8)
57 elif d_type != DT_DIR and d_type != DT_UNKNOWN:
/coreutils/src/
Dremove.c49 # undef DT_UNKNOWN
52 # define DT_UNKNOWN 0 macro
200 int dirent_type = is_dir ? DT_DIR : DT_UNKNOWN; in prompt()
223 if (0 <= write_protected && dirent_type == DT_UNKNOWN) in prompt()