Home
last modified time | relevance | path

Searched refs:S_IFMT (Results 1 – 5 of 5) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h21 #define S_IFMT 00170000 macro
33 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
34 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
35 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
36 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
37 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
38 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
39 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c373 l_file->mode &= ~S_IFMT; in devtmpfs_symlink()
540 vnode->mode &= ~S_IFMT; in devtmpfs_create_vnode()
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c353 if ((mode & S_IFMT) == 0) in proc_create_reg()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dutils.c808 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dutils.c810 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {

Completed in 11 milliseconds