| /freebsd/tools/test/stress2/misc/ |
| H A D | pipe2.sh | 37 sed '1,/^EOF/d' < $odir/$0 > $dir/pipe2.c 38 mycc -o pipe2 -Wall -Wextra -O0 -g pipe2.c || exit 1 39 rm -f pipe2.c 45 su $testuser -c /tmp/pipe2 52 rm -rf /tmp/pipe2
|
| H A D | syzkaller87.sh | 256 // pipe2 arguments: [
|
| /freebsd/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/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/tests/sys/kern/pipe/ |
| H A D | pipe_kqueue_test.c | 48 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY() 146 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY() 190 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY() 248 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY() 301 ATF_REQUIRE(pipe2(p, O_CLOEXEC | O_NONBLOCK) == 0); in ATF_TC_BODY()
|
| /freebsd/lib/libc/gen/ |
| H A D | wordexp.c | 145 if (pipe2(pdesw, O_CLOEXEC) < 0) in we_askshell() 148 if (pipe2(pdes, O_CLOEXEC) < 0) { in we_askshell()
|
| H A D | popen.c | 87 if (pipe2(pdes, O_CLOEXEC) < 0) in popen()
|
| /freebsd/bin/sh/tests/set-e/ |
| H A D | Makefile | 31 ${PACKAGE}FILES+= pipe2.0
|
| /freebsd/usr.bin/diff/ |
| H A D | pr.c | 64 if (pipe2(pfd, O_CLOEXEC) == -1) in start_pr()
|
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | ccs_os_server.cpp | 244 ccs_pipe_t pipe2 = NULL; in ccs_os_server_listen_loop() local 276 ccs_pipe_copy(&pipe2, pipe); in ccs_os_server_listen_loop() 278 err = ccs_server_handle_request (pipe, pipe2, buf); in ccs_os_server_listen_loop()
|
| /freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/ |
| H A D | oclo_errors.c | 81 ret = pipe2(fds, flags); in oclo_pipe2()
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | getdelim_test.c | 293 ATF_REQUIRE(pipe2(pipedes, O_CLOEXEC) == 0); in _nonblock_eagain() 294 ATF_REQUIRE(pipe2(pipedes2, O_CLOEXEC) == 0); in _nonblock_eagain()
|
| /freebsd/contrib/blocklist/port/ |
| H A D | popenve.c | 104 if (pipe2(pdes, flags) == -1) in pdes_get()
|
| /freebsd/lib/libsys/ |
| H A D | Symbol.sys.map | 328 pipe2;
|
| H A D | Makefile.sys | 503 MLINKS+=pipe.2 pipe2.2
|
| /freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/ |
| H A D | DirectoryWatcher-linux.cpp | 73 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
|
| /freebsd/bin/timeout/ |
| H A D | timeout.c | 346 if (pipe2(pp, O_CLOEXEC) < 0) in main()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 89 if (::pipe2(m_fds, O_CLOEXEC) == 0) in CreateNew()
|
| /freebsd/include/ |
| H A D | unistd.h | 558 int pipe2(int *, int);
|
| /freebsd/usr.bin/diff3/ |
| H A D | diff3.c | 1085 if (pipe2(fd13, O_CLOEXEC)) in main() 1087 if (pipe2(fd23, O_CLOEXEC)) in main()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1441 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { argument 1443 return REAL(pipe2)(pipefd, flags); 1445 #define RTSAN_MAYBE_INTERCEPT_PIPE2 INTERCEPT_FUNCTION(pipe2)
|
| /freebsd/usr.sbin/bhyve/slirp/ |
| H A D | slirp-helper.c | 507 if (pipe2(priv.wakeup, O_CLOEXEC | O_NONBLOCK) != 0) in main()
|
| /freebsd/sys/sys/ |
| H A D | syscall.mk | 389 pipe2.o \
|
| /freebsd/sbin/dumpon/ |
| H A D | dumpon.c | 327 if (pipe2(filedes, O_CLOEXEC) != 0) in genkey()
|
| /freebsd/contrib/file/ |
| H A D | configure.ac | 204 …temp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2 posix_spawnp)
|