| /freebsd-13.1/contrib/netbsd-tests/kernel/kqueue/write/ |
| H A D | t_pipe.c | 72 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 D | capability-fd-pair.cc | 53 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 D | capmode.cc | 384 rc = pipe2(fd2, 0); in FORK_TEST()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_pipe2.c | 62 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 D | pipe_kqueue_test.c | 51 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 D | wordexp.c | 149 if (pipe2(pdesw, O_CLOEXEC) < 0) in we_askshell() 152 if (pipe2(pdes, O_CLOEXEC) < 0) { in we_askshell()
|
| H A D | popen.c | 93 if (pipe2(pdes, O_CLOEXEC) < 0) in popen()
|
| /freebsd-13.1/bin/sh/tests/set-e/ |
| H A D | Makefile | 33 ${PACKAGE}FILES+= pipe2.0
|
| /freebsd-13.1/sys/kern/ |
| H A D | capabilities.conf | 509 pipe2
|
| /freebsd-13.1/contrib/blacklist/port/ |
| H A D | popenve.c | 102 if (pipe2(pdes, flags) == -1) in pdes_get()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/ |
| H A D | DirectoryWatcher-linux.cpp | 77 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 85 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0) in CreateNew()
|
| /freebsd-13.1/include/ |
| H A D | unistd.h | 545 int pipe2(int *, int);
|
| /freebsd-13.1/contrib/file/ |
| H A D | configure.ac | 168 …S(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2)
|
| H A D | config.h.in | 128 /* Define to 1 if you have the `pipe2' function. */
|
| /freebsd-13.1/lib/libc/sys/ |
| H A D | Makefile.inc | 452 MLINKS+=pipe.2 pipe2.2
|
| H A D | Symbol.map | 365 pipe2;
|
| /freebsd-13.1/sys/sys/ |
| H A D | syscall.mk | 390 pipe2.o \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 740 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 D | filemon_ktrace.c | 208 if (pipe2(ktrpipe, O_CLOEXEC|O_NONBLOCK) == -1) { in filemon_open()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1782 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 D | funcs.c | 817 return pipe2(fds, O_CLOEXEC); in file_pipe_closexec()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_diff.c | 746 if (pipe2(pipefd, O_CLOEXEC)) { in zfs_show_diffs()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | config.h.in | 163 /* Define to 1 if you have the `pipe2' function. */
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | config.h.in | 169 /* Define to 1 if you have the `pipe2' function. */
|