Home
last modified time | relevance | path

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

12

/openbsd-src/regress/lib/libc/sys/
H A Dt_pipe2.c60 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 Dtest-deadlock.c51 if (pipe2(killpip, O_NONBLOCK) == -1) in test_deadlock()
/openbsd-src/lib/libc/gen/
H A Dpopen.c73 if (pipe2(pdes, O_CLOEXEC) == -1) { in popen()
/openbsd-src/regress/lib/libtls/tls/
H A Dtlstest.c244 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 Dunistd.h116 PROTO_NORMAL(pipe2);
/openbsd-src/regress/sys/kern/pipe/
H A Dtest-kqueue.c172 if (pipe2(ctx->c_pipe, flags) == -1) in ctx_setup()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp82 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0) in CreateNew()
/openbsd-src/libexec/mail.local/
H A Dmail.local.c329 if (pipe2(pfd, O_CLOEXEC) == -1) { in lockspool()
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp78 if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1) in create()
/openbsd-src/include/
H A Dunistd.h486 int pipe2(int [2], int);
/openbsd-src/lib/libc/sys/
H A DMakefile.inc65 pathconf.o pathconfat.o pipe.o pipe2.o pledge.o profil.o \
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp782 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 Dtsan_interceptors_posix.cpp1884 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 Dvm.c1332 ret = pipe2(fds, O_CLOEXEC); in vm_pipe_send()
H A Dvionet.c191 if (pipe2(pipe_inject, O_NONBLOCK) == -1) { in vionet_main()
/openbsd-src/lib/libc/
H A DSymbols.list365 pipe2
/openbsd-src/usr.sbin/rpki-client/
H A Dmain.c371 if (pipe2(pi, O_CLOEXEC | O_NONBLOCK) == -1) in rrdp_http_fetch()
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c654 ret = pipe2(fdp, flags); in syscall_emulator()
H A Ddoio.c366 * 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 Dsanitizer_common_syscalls.inc1339 PRE_SYSCALL(pipe2)(void *fildes, long flags) {}
1341 POST_SYSCALL(pipe2)(long res, void *fildes, long flags) {
H A Dsanitizer_syscalls_netbsd.inc3390 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 Dmsan_test.cpp787 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 Dlibc_ubuntu1404_abilist.txt2473 fun:pipe2=uninstrumented
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlipc.pod867 # pipe2 - bidirectional communication using socketpair
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc3163 * This symbol, if defined, indicates that the pipe2 routine is

12