Lines Matching refs:ISDIR
70 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) macro
437 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()
846 if (ISDIR(s2)) { in cpymve()
1168 if (ISDIR(s2)) { in chkfiles()
1672 } else if (!(ISDIR(s2))) {