Home
last modified time | relevance | path

Searched refs:S_ISFIFO (Results 1 – 25 of 45) sorted by relevance

12

/third_party/libsnd/src/
Dsf_unistd.h98 #ifndef S_ISFIFO
99 #define S_ISFIFO(mode) (((mode) & _S_IFMT) == _S_IFIFO) macro
Dfile_io.c471 if (S_ISFIFO (statbuf.st_mode) || S_ISSOCK (statbuf.st_mode)) in psf_is_pipe()
1449 if (S_ISFIFO (statbuf.st_mode) || S_ISSOCK (statbuf.st_mode)) in psf_is_pipe()
/third_party/ffmpeg/libavformat/
Dfile.c42 #ifndef S_ISFIFO
44 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
46 # define S_ISFIFO(m) 0 macro
236 h->is_streamed = !fstat(fd, &st) && S_ISFIFO(st.st_mode); in file_open()
258 return ret < 0 ? AVERROR(errno) : (S_ISFIFO(st.st_mode) ? 0 : st.st_size); in file_seek()
312 else if (S_ISFIFO(st.st_mode)) in file_read_dir()
/third_party/python/Modules/
D_stat.c95 #ifndef S_ISFIFO
96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) macro
297 stat_S_ISFUNC(S_ISFIFO,
360 if (S_ISFIFO(mode)) return 'p'; in filetype()
/third_party/node/deps/uvwasi/src/
Duv_mapping.c220 #ifdef S_ISFIFO in uvwasi__stat_to_filetype()
221 if (S_ISFIFO(mode)) in uvwasi__stat_to_filetype()
/third_party/python/Lib/
Dstat.py66 def S_ISFIFO(mode): function
/third_party/musl/libc-test/src/api/
Dftw.c47 C(S_ISFIFO(0)) in f()
Dsys_stat.c71 C(S_ISFIFO(0)) in f()
/third_party/uboot/u-boot-2020.01/include/linux/
Dstat.h27 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyportenv.h258 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
/third_party/boost/boost/process/detail/posix/
Dhandles.hpp81 …|| S_ISFIFO (stat_.st_mode) // This macro returns non-zero if the file is a FIFO special file, or … in is_stream_handle()
/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/toybox/porting/liteos_a/toys/posix/
Dls.c111 if (S_ISFIFO(mode)) return '|'; in endtype()
279 else if (S_ISFIFO(mode)) color = 33; in color_from_mode()
/third_party/toybox/toys/posix/
Dls.c112 if (S_ISFIFO(mode)) return '|'; in endtype()
287 else if (S_ISFIFO(mode)) color = 33; in color_from_mode()
Dfile.c472 } else if (S_ISFIFO(sb.st_mode)) what = "fifo"; in file_main()
/third_party/libuv/src/unix/
Dtty.c354 if (S_ISFIFO(s.st_mode)) in uv_guess_handle()
/third_party/selinux/libselinux/src/
Dstringrep.c211 if (S_ISFIFO(m)) in mode_to_security_class()
/third_party/e2fsprogs/misc/
De2fuzz.c143 S_ISLNK(inode.i_mode) || S_ISFIFO(inode.i_mode) || in find_metadata_blocks()
/third_party/gptfdisk/
Ddiskio-unix.cc87 else if (S_ISFIFO(st.st_mode)) in OpenForRead()
/third_party/mingw-w64/mingw-w64-headers/crt/sys/
Dstat.h166 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
/third_party/pulseaudio/src/modules/
Dmodule-pipe-source.c265 if (!S_ISFIFO(st.st_mode)) { in pa__init()
Dmodule-pipe-sink.c490 if (!S_ISFIFO(st.st_mode)) { in pa__init()
/third_party/f2fs-tools/fsck/
Dsload.c160 } else if (S_ISFIFO(stat.st_mode)) { in set_inode_metadata()

12