Home
last modified time | relevance | path

Searched defs:S_IFIFO (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/ndk_musl_include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/musl/include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h35 #define S_IFIFO 0010000 macro
/third_party/python/Lib/
Dstat.py40 S_IFIFO = 0o010000 # fifo (named pipe) variable
/third_party/python/Modules/
D_stat.c67 # define S_IFIFO 0010000 macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h93 # define S_IFIFO _S_IFIFO macro
/third_party/typescript/src/harness/
DvfsUtil.ts30 const S_IFIFO = 0o010000; // FIFO constant