Lines Matching refs:ISDIR
64 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
345 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()
728 if (ISDIR(s2)) { in cpymve()
1050 if (ISDIR(s2)) { in chkfiles()
1496 } else if (!(ISDIR(s2))) {