Home
last modified time | relevance | path

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

/components/libc/compilers/common/extension/sys/
A Dstat.h36 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/components/dfs/dfs_v2/src/
A Ddfs_file.c756 if ((S_ISCHR(file->vnode->mode)) || (S_ISBLK(file->vnode->mode))) in dfs_file_open()
2660 else if (S_ISCHR(stat.st_mode)) in ls()

Completed in 7 milliseconds