Searched refs:S_ISFIFO (Results 1 - 23 of 23) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h24 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
/external/bison/lib/
H A 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/bison/darwin-lib/sys/
H A Dstat.h401 # undef S_ISFIFO macro
439 #ifndef S_ISFIFO
441 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
443 # define S_ISFIFO(m) 0 macro
/external/bison/linux-lib/sys/
H A Dstat.h401 # undef S_ISFIFO macro
439 #ifndef S_ISFIFO
441 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
443 # define S_ISFIFO(m) 0 macro
/external/chromium_org/sandbox/linux/suid/client/
H A Dsetuid_sandbox_client.cc167 CHECK(S_ISFIFO(st.st_mode));
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-mem.c227 if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.st_mode))
H A Dperf.c333 if (S_ISFIFO(st.st_mode) || S_ISSOCK(st.st_mode))
H A Dbuiltin-record.c373 if (!fstat(STDOUT_FILENO, &st) && S_ISFIFO(st.st_mode))
H A Dbuiltin-report.c864 if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.st_mode))
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c402 S_ISFIFO(stats.st_mode) ||
483 else if(S_ISFIFO(stats.st_mode))
H A Dmkyaffsimage.c415 S_ISFIFO(stats.st_mode) ||
492 else if(S_ISFIFO(stats.st_mode))
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc70 BPF_ASSERT(S_ISFIFO(stat_buf.st_mode) || S_ISSOCK(stat_buf.st_mode));
/external/llvm/lib/Support/Unix/
H A DPath.inc424 else if (S_ISFIFO(Status.st_mode))
/external/qemu/distrib/ext4_utils/src/
H A Dmake_ext4fs.c221 } else if (S_ISFIFO(stat.st_mode)) {
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp144 #ifndef S_ISFIFO
145 #define S_ISFIFO(x) (0) macro
/external/fio/
H A Ddiskutil.c167 } else if (S_ISFIFO(st.st_mode))
H A Dfilesetup.c1141 else if (S_ISFIFO(sb.st_mode))
/external/valgrind/main/coregrind/
H A Dvgdb.c1206 } else if (S_ISFIFO (st.st_mode)) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h119 #define VKI_S_ISFIFO(m) S_ISFIFO(m)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.c118 if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.st_mode))
/external/blktrace/
H A Dblkparse.c2651 if (!stat(str, &st) && S_ISFIFO(st.st_mode))
/external/mksh/src/
H A Dfuncs.c3016 return (stat(opnd1, &b1) == 0 && S_ISFIFO(b1.st_mode));
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c6089 if (S_ISFIFO(obj->yst_mode))

Completed in 2969 milliseconds