Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-13.1/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_pipe.c72 ATF_TC(pipe2);
73 ATF_TC_HEAD(pipe2, tc) in ATF_TC_HEAD() argument
79 ATF_TC_BODY(pipe2, tc) in ATF_TC_BODY() argument
143 ATF_TP_ADD_TC(tp, pipe2); in ATF_TP_ADD_TCS()
/freebsd-13.1/contrib/capsicum-test/
H A Dcapability-fd-pair.cc53 EXPECT_OK(pipe2(pipe1_fds, O_NONBLOCK)); in TEST()
55 EXPECT_OK(pipe2(pipe2_fds, O_NONBLOCK)); in TEST()
100 EXPECT_OK(pipe2(pipe1_fds, O_NONBLOCK)); in TEST()
102 EXPECT_OK(pipe2(pipe2_fds, O_NONBLOCK)); in TEST()
160 EXPECT_OK(pipe2(pipe_fds, O_NONBLOCK)); in TEST()
H A Dcapmode.cc384 rc = pipe2(fd2, 0); in FORK_TEST()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe2.c62 ATF_REQUIRE(pipe2(fd, flags) == 0); in run()
143 err = pipe2(filedes, O_CLOEXEC); in ATF_TC_BODY()
193 ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd, O_ASYNC) == -1); in ATF_TC_BODY()
/freebsd-13.1/tests/sys/kern/pipe/
H A Dpipe_kqueue_test.c51 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY()
149 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY()
193 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY()
251 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY()
304 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY()
/freebsd-13.1/lib/libc/gen/
H A Dwordexp.c149 if (pipe2(pdesw, O_CLOEXEC) < 0) in we_askshell()
152 if (pipe2(pdes, O_CLOEXEC) < 0) { in we_askshell()
H A Dpopen.c93 if (pipe2(pdes, O_CLOEXEC) < 0) in popen()
/freebsd-13.1/bin/sh/tests/set-e/
H A DMakefile33 ${PACKAGE}FILES+= pipe2.0
/freebsd-13.1/sys/kern/
H A Dcapabilities.conf509 pipe2
/freebsd-13.1/contrib/blacklist/port/
H A Dpopenve.c102 if (pipe2(pdes, flags) == -1) in pdes_get()
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp77 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp85 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0) in CreateNew()
/freebsd-13.1/include/
H A Dunistd.h545 int pipe2(int *, int);
/freebsd-13.1/contrib/file/
H A Dconfigure.ac168 …S(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2)
H A Dconfig.h.in128 /* Define to 1 if you have the `pipe2' function. */
/freebsd-13.1/lib/libc/sys/
H A DMakefile.inc452 MLINKS+=pipe.2 pipe2.2
H A DSymbol.map365 pipe2;
/freebsd-13.1/sys/sys/
H A Dsyscall.mk390 pipe2.o \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp740 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() argument
742 int res = REAL(pipe2)(pipefd, flags); in INTERCEPTOR()
1693 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
/freebsd-13.1/contrib/bmake/filemon/
H A Dfilemon_ktrace.c208 if (pipe2(ktrpipe, O_CLOEXEC|O_NONBLOCK) == -1) { in filemon_open()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1782 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument
1783 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags); in TSAN_INTERCEPTOR()
1784 int res = REAL(pipe2)(pipefd, flags); in TSAN_INTERCEPTOR()
2846 TSAN_INTERCEPT(pipe2); in InitializeInterceptors()
/freebsd-13.1/contrib/file/src/
H A Dfuncs.c817 return pipe2(fds, O_CLOEXEC); in file_pipe_closexec()
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c746 if (pipe2(pipefd, O_CLOEXEC)) { in zfs_show_diffs()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dconfig.h.in163 /* Define to 1 if you have the `pipe2' function. */
/freebsd-13.1/contrib/libevent/
H A Dconfig.h.in169 /* Define to 1 if you have the `pipe2' function. */

12