Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/sys/
A Dstat.h47 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) macro
/third_party/uapp/dash/src/
A Dredir.c192 } else if (!S_ISREG(sb.st_mode)) { in openredirect()
195 if (fstat(f, &sb) < 0 && S_ISREG(sb.st_mode)) { in openredirect()
A Dmain.c338 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) { in find_dot_file()
A Dexec.c415 if (!S_ISREG(statb.st_mode)) in find_command()
/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c233 if (!S_ISREG(sb.st_mode)) in mkfs_msdos()
353 if (!S_ISREG(sb.st_mode) || sb.st_size % bpb.bpbBytesPerSec || in mkfs_msdos()
/third_party/uapp/dash/src/bltin/
A Dtest.c409 return S_ISREG(s.st_mode); in filstat()

Completed in 10 milliseconds