Home
last modified time | relevance | path

Searched defs:S_ISFIFO (Results 1 - 14 of 14) sorted by relevance

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

Completed in 11 milliseconds