Searched refs:DT_DIR (Results 1 – 25 of 61) sorted by relevance
123
78 assert(de->d_type == DT_DIR); in f()82 assert(de->d_type == DT_DIR); in f()104 case DT_DIR: in f()
116 assert(de->d_type == DT_DIR); in main()120 assert(de->d_type == DT_DIR); in main()
106 assert(de->d_type == DT_DIR); in test_readdir()110 assert(de->d_type == DT_DIR); in test_readdir()
21 #if defined(DT_DIR) || (defined(HAVE_DECL_DT_DIR) && HAVE_DECL_DT_DIR)22 XLAT(DT_DIR),
4 DT_DIR
201 DT_DIR = 4, enumerator202 # define DT_DIR DT_DIR macro
58 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
67 case DT_DIR: in str_d_type()
76 case DT_DIR: in str_d_type()
37 #define DT_DIR 4 macro
37 if (child_dir->d_type != DT_DIR || !IsNumeric(child_dir->d_name)) in ForEachPidInProcPath()
130 if (entry->d_type == DT_DIR) { in Step()
127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
128 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
139 *bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
55 else if (E->d_type == DT_DIR && *E->d_name != '.') in ListFilesInDirRecursive()
41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
196 … if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems in Getnextvalidmatrix()
389 if (dent->d_type == DT_DIR) in visit_dir()
154 case DT_DIR: in match_sysfs_device()
35 case DT_DIR: in get_file_type()