Home
last modified time | relevance | path

Searched refs:S_IFIFO (Results 1 – 4 of 4) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h28 #define S_IFIFO 0010000 macro
38 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c34 S_IFIFO | 0644 /* FIFO */
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c318 st->st_mode |= S_IFIFO; in dfs_device_fs_stat()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevfs.c452 mode = S_IFIFO | 0666; in dfs_devfs_device_to_mode()

Completed in 5 milliseconds