Searched refs:DT_DIR (Results 1 – 3 of 3) sorted by relevance
14 (DT_UNKNOWN, DT_DIR, DT_REG) = (0, 4, 8)50 if d_type != DT_DIR: break57 elif d_type != DT_DIR and d_type != DT_UNKNOWN:
50 # undef DT_DIR53 # define DT_DIR 1 macro200 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()
3081 case DT_DIR: type = directory; break; in print_dir()