Searched refs:ISREG (Results 1 – 5 of 5) sorted by relevance
45 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) macro247 if ((fstat(fromfd, &fromstat) < 0) || ! ISREG(fromstat)) { in copyfile()
57 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro151 if (!ISREG(stbuf))
78 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro
67 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) macro727 if (ISREG(s1)) { in cpymve()1152 } else if (overwrite && ISREG(s2)) { in chkfiles()
147 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro831 if (c == 'w' && Fl.st_nlink == 1 && ISREG(lFl)) { in commands()