Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/SETUP/installfile/
H A Dinstallfile.c97 if (!S_ISREG(sb.st_mode)) { in main()
/xnu-10002.41.9/SETUP/replacecontents/
H A Dreplacecontents.c90 if (!S_ISREG(sb.st_mode)) { in main()
/xnu-10002.41.9/bsd/sys/
H A Dstat.h414 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) /* regular file */ macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_syscalls.c7002 if ((source.sb64.st_nlink == 0) && S_ISREG(source.sb64.st_mode)) { in fstatat_internal()
7022 if ((source.sb.st_nlink == 0) && S_ISREG(source.sb.st_mode)) { in fstatat_internal()