Searched refs:ISDIR (Results 1 – 8 of 8) sorted by relevance
70 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro437 if (!ISDIR(s2)) { in main()495 if ((stat(target, &s2) >= 0) && ISDIR(s2)) { in lnkfil()529 if (ISDIR(s2)) { in lnkfil()601 if (ISDIR(s1)) { in lnkfil()657 if (ISDIR(s1)) { in cpymve()722 if (errno == ENOTDIR && ISDIR(s1)) { in cpymve()740 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()747 if (ISDIR(s1)) { in cpymve()749 if (targetexists && ISDIR(s2)) { in cpymve()[all …]
92 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
299 if (!ISDIR(stb.st_mode)) { in matchdir()514 if (stat(path, &stb) == 0 && ISDIR(stb.st_mode)) in amatch()
850 if (ISDIR(stb.st_mode)) { in recvf()1139 } else if (ISDIR(stb.st_mode)) { in chkparent()
54 #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()
145 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro