Home
last modified time | relevance | path

Searched refs:S_ISCHR (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/include/sys/
A Dstat.h45 #define S_ISCHR(mode) (((mode)&S_IFMT) == S_IFCHR) macro
/third_party/uapp/dash/src/bltin/
A Dtest.c413 return S_ISCHR(s.st_mode); in filstat()
/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c236 if (o.disk_size != -1 && !S_ISCHR(sb.st_mode)) in mkfs_msdos()

Completed in 6 milliseconds