Home
last modified time | relevance | path

Searched defs:S_ISFIFO (Results 1 – 13 of 13) sorted by relevance

/third_party/libsnd/src/
Dsf_unistd.h99 #define S_ISFIFO(mode) (((mode) & _S_IFMT) == _S_IFIFO) macro
/third_party/node/deps/uvwasi/src/
Duv_mapping.c28 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
/third_party/ffmpeg/libavformat/
Dfile.c46 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
48 # define S_ISFIFO(m) 0 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/musl/include/sys/
Dstat.h48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/python/Modules/
D_stat.c96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/python/Lib/
Dstat.py66 def S_ISFIFO(mode): function
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h188 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
/third_party/lame/frontend/
Dget_audio.c443 # define S_ISFIFO(m) (((m)&_S_IFIFO) == _S_IFIFO) in fskip_long() macro