Searched refs:pipe2 (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_pipe.c72 ATF_TC(pipe2); variable
73 ATF_TC_HEAD(pipe2, tc)
79 ATF_TC_BODY(pipe2, tc)
143 ATF_TP_ADD_TC(tp, pipe2);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe2.c63 ATF_REQUIRE(pipe2(fd, flags) == 0);
101 atf_tc_set_md_var(tc, "descr", "A basic test of pipe2(2)");
113 "with pipe2(2) does not crash the system (PR kern/46457)");
133 * file descriptor limit in the middle of a pipe2() call - i.e.
141 err = pipe2(filedes, O_CLOEXEC);
150 atf_tc_set_md_var(tc, "descr", "A non-blocking test of pipe2(2)");
161 atf_tc_set_md_var(tc, "descr", "A close-on-exec test of pipe2(2)");
173 atf_tc_set_md_var(tc, "descr", "A no sigpipe test of pipe2(2)");
185 atf_tc_set_md_var(tc, "descr", "A error check of pipe2(2)");
191 ATF_REQUIRE_ERRNO(EINVAL, pipe2(f
[all...]
/freebsd-12-stable/bin/sh/tests/set-e/
H A DMakefile33 ${PACKAGE}FILES+= pipe2.0
/freebsd-12-stable/tests/sys/kern/pipe/
H A Dpipe_kqueue_test.c51 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0);
149 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0);
193 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0);
251 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0);
304 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0);
/freebsd-12-stable/lib/libc/gen/
H A Dwordexp.c149 if (pipe2(pdesw, O_CLOEXEC) < 0)
152 if (pipe2(pdes, O_CLOEXEC) < 0) {
H A Dpopen.c93 if (pipe2(pdes, O_CLOEXEC) < 0)
/freebsd-12-stable/sys/kern/
H A Dcapabilities.conf496 pipe2
/freebsd-12-stable/sys/sys/
H A Dsyscall.mk388 pipe2.o \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp39 // pipe2 is supported by a limited set of platforms
40 // TODO: Add more platforms that support pipe2.
92 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0)
/freebsd-12-stable/contrib/blacklist/port/
H A Dpopenve.c102 if (pipe2(pdes, flags) == -1)
/freebsd-12-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp76 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1)
/freebsd-12-stable/include/
H A Dunistd.h544 int pipe2(int *, int);
/freebsd-12-stable/lib/libc/sys/
H A DMakefile.inc442 MLINKS+=pipe.2 pipe2.2
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp739 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) {
741 int res = REAL(pipe2)(pipefd, flags);
1687 INTERCEPT_FUNCTION(pipe2);
/freebsd-12-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c206 if (pipe2(ktrpipe, O_CLOEXEC|O_NONBLOCK) == -1) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1719 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) {
1720 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags);
1721 int res = REAL(pipe2)(pipefd, flags);
2736 TSAN_INTERCEPT(pipe2);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devutil.c2582 if (pipe2(fd, O_NONBLOCK|O_CLOEXEC) == 0)
H A Dconfigure14115 pipe2 \
/freebsd-12-stable/contrib/libevent/
H A Devutil.c2612 if (pipe2(fd, O_NONBLOCK|O_CLOEXEC) == 0)
H A Dconfigure14142 pipe2 \
/freebsd-12-stable/usr.sbin/inetd/
H A Dinetd.c560 if (pipe2(signalpipe, O_CLOEXEC) != 0) {
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c702 s = pipe2(sigpipe, O_CLOEXEC);

Completed in 340 milliseconds