Searched refs:S_ISDIR (Results 1 – 6 of 6) sorted by relevance
46 if (S_ISDIR(st.st_mode)) in remove()
39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
54 if (S_ISDIR(sb->st_mode)) { in sanity_check_ftw()
82 if (!S_ISDIR(sb.st_mode)) { in fdopendir()
833 if (S_ISDIR(sbp->st_mode)) { in fts_stat()
220 } else if (!S_ISDIR(sb.st_mode) && p != NULL) { in realpath()