Searched refs:ISDIR (Results 1 – 9 of 9) sorted by relevance
64 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro345 if (!ISDIR(s2)) { in main()404 if ((stat(target, &s2) >= 0) && ISDIR(s2)) { in lnkfil()439 if (ISDIR(s2)) { in lnkfil()486 if (ISDIR(s1)) { in lnkfil()539 if (ISDIR(s1)) { in cpymve()604 if (errno == ENOTDIR && ISDIR(s1)) { in cpymve()622 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()629 if (ISDIR(s1)) { in cpymve()631 if (targetexists && ISDIR(s2)) { in cpymve()[all …]
94 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
304 if (!ISDIR(stb.st_mode)) {522 if (stat(path, &stb) == 0 && ISDIR(stb.st_mode))
860 if (ISDIR(stb.st_mode)) {1151 } else if (ISDIR(stb.st_mode)) {
55 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
76 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
87 if (!ISDIR(stbuf)) { in fileinit()
43 ISDIR = Is a directory
145 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro