Home
last modified time | relevance | path

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

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