Home
last modified time | relevance | path

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

12

/external/bison/lib/
Dsys_stat.in.h89 # undef S_ISFIFO
127 #ifndef S_ISFIFO
129 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
131 # define S_ISFIFO(m) 0
/external/kernel-headers/original/uapi/linux/
Dstat.h24 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
/external/bison/linux-lib/sys/
Dstat.h401 # undef S_ISFIFO
439 #ifndef S_ISFIFO
441 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
443 # define S_ISFIFO(m) 0 macro
/external/bison/darwin-lib/sys/
Dstat.h401 # undef S_ISFIFO
439 #ifndef S_ISFIFO
441 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
443 # define S_ISFIFO(m) 0 macro
/external/vboot_reference/futility/
Dfile_type.c112 } else if (S_ISFIFO(sb.st_mode)) { in futil_file_type()
/external/toybox/toys/pending/
Dtest.c75 else if (id == 8) toys.exitval = !S_ISFIFO(st.st_mode); // p in test_main()
Dfile.c215 else if (S_ISFIFO(sb.st_mode)) what = "fifo"; in do_file()
Dtar.c228 else if (S_ISFIFO(st->st_mode)) hdr.type = '6'; in add_file()
/external/autotest/client/site_tests/security_OpenFDs/
Dsecurity_OpenFDs.py174 stat.S_ISFIFO(x) or
/external/toybox/toys/posix/
Dls.c99 if (S_ISFIFO(mode)) return '|'; in endtype()
277 else if (S_ISFIFO(mode)) color = 33; in color_from_mode()
/external/gptfdisk/
Ddiskio-unix.cc81 else if (S_ISFIFO(st.st_mode)) in OpenForRead()
/external/selinux/libselinux/src/
Dstringrep.c210 if (S_ISFIFO(m)) in mode_to_security_class()
/external/dbus/dbus/
Dsd-daemon.c137 if (!S_ISFIFO(st_fd.st_mode)) in sd_is_fifo()
/external/avahi/avahi-daemon/
Dsd-daemon.c142 if (!S_ISFIFO(st_fd.st_mode)) in sd_is_fifo()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy_unittest.cc56 BPF_ASSERT(S_ISFIFO(stat_buf.st_mode) || S_ISSOCK(stat_buf.st_mode)); in TestPipeOrSocketPair()
/external/fio/
Ddiskutil.c171 } else if (S_ISFIFO(st.st_mode)) in get_device_numbers()
Dfilesetup.c1147 else if (S_ISFIFO(sb.st_mode)) in get_file_type()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp167 #ifndef S_ISFIFO
168 #define S_ISFIFO(x) (0) macro
/external/valgrind/include/vki/
Dvki-darwin.h127 #define VKI_S_ISFIFO(m) S_ISFIFO(m)
/external/toybox/lib/
Dlib.c903 else if (S_ISFIFO(mode)) c = 'p'; in mode_to_string()
/external/valgrind/coregrind/
Dvgdb.c1229 } else if (S_ISFIFO (st.st_mode)) { in search_arg_pid()
/external/llvm/lib/Support/Unix/
DPath.inc369 else if (S_ISFIFO(Status.st_mode))
/external/ImageMagick/MagickCore/
Dblob.c2514 #if defined(S_ISFIFO) in OpenBlob()
2515 if ((status != MagickFalse) && S_ISFIFO(image->blob->properties.st_mode)) in OpenBlob()
/external/blktrace/
Dblkparse.c2651 if (!stat(str, &st) && S_ISFIFO(st.st_mode)) in is_pipe()
/external/squashfs-tools/squashfs-tools/
Daction.c861 S_ISFIFO(st_mode) || S_ISSOCK(st_mode); in file_type_match()

12