Searched refs:IS_FILE (Results 1 – 6 of 6) sorted by relevance
36 #define IS_FILE(x) (_S_IFREG & x) macro53 #define IS_FILE(x) S_ISREG(x) macro
813 if (IS_FILE(stat_buf.st_mode)) { in make_assumptions()1083 if ((args->flags & CLD_FLG_FILE) && !IS_FILE(stat_buf.st_mode)) { in check_conclusions()
84 IS_FILE = 0, enumerator386 ufiles_add(usr, path, IS_FILE); in init_files_dirs()390 ufiles_add(usr, path, IS_FILE); in init_files_dirs()402 ufiles_add(usr, path, IS_FILE); in init_files_dirs()416 if (type == IS_FILE) in ufiles_add()
102 #define IS_FILE(rfn) IS_MODE(rfn,RFNEXT_FILE) macro
129 if (IS_DIRECTORY(next) || IS_FILE(next)) in romfs_checkentry()
125 if (!IS_DIRECTORY(dirinfo->rd_next) && !IS_FILE(dirinfo->rd_next)) in romfs_lookup()592 else if (IS_FILE(next)) in romfs_readdir()