Searched refs:S_IFDIR (Results 1 – 4 of 4) sorted by relevance
31 #define S_IFDIR 0040000 macro44 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR)
129 if (Gbl_StatBuf.st_mode & S_IFDIR) in AsExaminePaths()131 *SourceFileType = S_IFDIR; in AsExaminePaths()446 if (FileType == S_IFDIR) in main()
74 #define S_IFDIR _S_IFDIR macro
69 case S_IFDIR: in modestr()
Completed in 6 milliseconds