| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_pipe2.c | 60 ATF_REQUIRE(pipe2(fd, flags) == 0); in run() 134 err = pipe2(filedes, O_CLOEXEC); in ATF_TC_BODY() 182 ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd, O_ASYNC) == -1); in ATF_TC_BODY()
|
| /openbsd-src/regress/sys/uvm/vnode/ |
| H A D | test-deadlock.c | 51 if (pipe2(killpip, O_NONBLOCK) == -1) in test_deadlock()
|
| /openbsd-src/lib/libc/gen/ |
| H A D | popen.c | 73 if (pipe2(pdes, O_CLOEXEC) == -1) { in popen()
|
| /openbsd-src/regress/lib/libtls/tls/ |
| H A D | tlstest.c | 244 if (pipe2(cfds, O_NONBLOCK) == -1) in test_tls_fds() 246 if (pipe2(sfds, O_NONBLOCK) == -1) in test_tls_fds()
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | unistd.h | 116 PROTO_NORMAL(pipe2);
|
| /openbsd-src/regress/sys/kern/pipe/ |
| H A D | test-kqueue.c | 172 if (pipe2(ctx->c_pipe, flags) == -1) in ctx_setup()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 82 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0) in CreateNew()
|
| /openbsd-src/libexec/mail.local/ |
| H A D | mail.local.c | 329 if (pipe2(pfd, O_CLOEXEC) == -1) { in lockspool()
|
| /openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/linux/ |
| H A D | DirectoryWatcher-linux.cpp | 78 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
|
| /openbsd-src/include/ |
| H A D | unistd.h | 486 int pipe2(int [2], int);
|
| /openbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 65 pathconf.o pathconfat.o pipe.o pipe2.o pledge.o profil.o \
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 782 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() argument 784 int res = REAL(pipe2)(pipefd, flags); in INTERCEPTOR() 1758 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1884 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument 1885 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags); in TSAN_INTERCEPTOR() 1886 int res = REAL(pipe2)(pipefd, flags); in TSAN_INTERCEPTOR() 2999 TSAN_INTERCEPT(pipe2); in InitializeInterceptors()
|
| /openbsd-src/usr.sbin/vmd/ |
| H A D | vm.c | 1332 ret = pipe2(fds, O_CLOEXEC); in vm_pipe_send()
|
| H A D | vionet.c | 191 if (pipe2(pipe_inject, O_NONBLOCK) == -1) { in vionet_main()
|
| /openbsd-src/lib/libc/ |
| H A D | Symbols.list | 365 pipe2
|
| /openbsd-src/usr.sbin/rpki-client/ |
| H A D | main.c | 371 if (pipe2(pi, O_CLOEXEC | O_NONBLOCK) == -1) in rrdp_http_fetch()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | syscall_emulator.c | 654 ret = pipe2(fdp, flags); in syscall_emulator()
|
| H A D | doio.c | 366 * struct IPerlProc doesn't cover pipe2(), and there's no clear way in Perl_PerlProc_pipe_cloexec() 372 pipe2(pipefd, O_CLOEXEC), in Perl_PerlProc_pipe_cloexec()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1339 PRE_SYSCALL(pipe2)(void *fildes, long flags) {} 1341 POST_SYSCALL(pipe2)(long res, void *fildes, long flags) {
|
| H A D | sanitizer_syscalls_netbsd.inc | 3390 PRE_SYSCALL(pipe2)(void *fildes_, long long flags_) { /* Nothing to do */ } 3391 POST_SYSCALL(pipe2)(long long res, void *fildes_, long long flags_) {
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 787 TEST(MemorySanitizer, pipe2) { in TEST() argument 789 int res = pipe2(pipefd, O_NONBLOCK); in TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2473 fun:pipe2=uninstrumented
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlipc.pod | 867 # pipe2 - bidirectional communication using socketpair
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | config_H.gc | 3163 * This symbol, if defined, indicates that the pipe2 routine is
|