Searched refs:S_IFDIR (Results 1 – 12 of 12) sorted by relevance
30 S_IFDIR = 0040000 variable41 return S_IFMT(mode) == S_IFDIR
139 S_IFDIR = 0040000 # directory variable288 (S_IFDIR, "d"),
125 #define S_IFDIR _S_IFDIR macro
398 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)406 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
413 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)421 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
397 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
148 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
144 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
122 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()