Searched refs:S_IFCHR (Results 1 – 8 of 8) sorted by relevance
14 #define S_IFCHR 0020000 macro23 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
62 case S_IFCHR: in ls_show()
808 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
814 st->st_mode |= S_IFCHR; in vfs_stat()
640 @item S_IFCHR
3870 OS_FLAG(S_IFCHR),
3525 OS_FLAG(S_IFCHR),
Completed in 40 milliseconds