Searched refs:S_ISREG (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dstat.h47 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) macro
/fuchsia/zircon/system/host/merkleroot/
H A Dmerkleroot.cpp83 if (!S_ISREG(info.st_mode)) {
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.c192 } else if (!S_ISREG(sb.st_mode)) {
195 if (fstat(f, &sb) < 0 && S_ISREG(sb.st_mode)) {
H A Dmain.c338 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
H A Dexec.c415 if (!S_ISREG(statb.st_mode))
/fuchsia/zircon/system/uapp/aslr-analysis/
H A Dmain.cpp60 if (stat(kBinName, &stat_info) != 0 || !S_ISREG(stat_info.st_mode)) {
/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp255 if (stat(test_path.c_str(), &st) != 0 || !S_ISREG(st.st_mode)) {
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtest.c409 return S_ISREG(s.st_mode);
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c233 if (!S_ISREG(sb.st_mode))
353 if (!S_ISREG(sb.st_mode) || sb.st_size % bpb.bpbBytesPerSec ||
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp736 if (!S_ISREG(st.st_mode)) {

Completed in 59 milliseconds