Searched refs:ISREG (Results 1 – 4 of 4) sorted by relevance
56 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro150 if (!ISREG(stbuf))
78 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro
73 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) macro845 if (ISREG(s1)) { in cpymve()
147 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro834 if (c == 'w' && Fl.st_nlink == 1 && ISREG(lFl)) { in commands()