Home
last modified time | relevance | path

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

/NextBSD/contrib/netbsd-tests/kernel/kqueue/write/
HDt_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()
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_pipe2.c62 ATF_REQUIRE(pipe2(fd, flags) == 0); in run()
142 err = pipe2(filedes, O_CLOEXEC); in ATF_TC_BODY()
194 ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd, O_ASYNC) == -1); in ATF_TC_BODY()
/NextBSD/bin/sh/tests/set-e/
HDMakefile33 FILES+= pipe2.0
/NextBSD/lib/libc/gen/
HDwordexp.c147 if (pipe2(pdesw, O_CLOEXEC) < 0) in we_askshell()
150 if (pipe2(pdes, O_CLOEXEC) < 0) { in we_askshell()
HDpopen.c93 if (pipe2(pdes, O_CLOEXEC) < 0) in popen()
/NextBSD/sys/kern/
HDcapabilities.conf487 pipe2
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDPipePosix.cpp168 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0) in CreateNew()
/NextBSD/include/
HDunistd.h536 int pipe2(int *, int);
/NextBSD/lib/libc/sys/
HDMakefile.inc402 MLINKS+=pipe.2 pipe2.2
HDSymbol.map390 pipe2;
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc822 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() argument
824 int res = REAL(pipe2)(pipefd, flags); in INTERCEPTOR()
1569 INTERCEPT_FUNCTION(pipe2); in InitializeInterceptors()
/NextBSD/sys/sys/
HDsyscall.mk418 pipe2.o \
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc1707 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { in TSAN_INTERCEPTOR() argument
1708 SCOPED_TSAN_INTERCEPTOR(pipe2, pipefd, flags); in TSAN_INTERCEPTOR()
1709 int res = REAL(pipe2)(pipefd, flags); in TSAN_INTERCEPTOR()
2591 TSAN_INTERCEPT(pipe2); in InitializeInterceptors()
/NextBSD/sys/compat/linux/
HDlinux_file.c1600 if (ldebug(pipe2)) in linux_pipe2()
1601 printf(ARGS(pipe2, "*, %d"), args->flags); in linux_pipe2()
/NextBSD/contrib/ntp/sntp/libevent/
HDconfig.h.in163 /* Define to 1 if you have the `pipe2' function. */
HDconfigure.ac355 pipe2 \
HDevutil.c2582 if (pipe2(fd, O_NONBLOCK|O_CLOEXEC) == 0) in evutil_make_internal_pipe_()
HDwhatsnew-2.1.txt538 (e.g., SOCK_CLOEXEC, SOCK_NONBLOCK, accept4, pipe2) that allow us to
HDconfigure13575 pipe2 \
/NextBSD/contrib/compiler-rt/lib/msan/tests/
HDmsan_test.cc770 TEST(MemorySanitizer, pipe2) { in TEST() argument
772 int res = pipe2(pipefd, O_NONBLOCK); in TEST()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc1245 PRE_SYSCALL(pipe2)(void *fildes, long flags) {}
1247 POST_SYSCALL(pipe2)(long res, void *fildes, long flags) {
/NextBSD/contrib/xz/
HDChangeLog195 Revert "xz: Use pipe2() if available."
198 It is a problem when libc has pipe2() but the kernel is too
199 old to have pipe2() and thus pipe2() fails. In xz it's pointless
200 to have a fallback for non-functioning pipe2(); it's better to
201 avoid pipe2() completely.
334 xz: Use pipe2() if available.
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2472 fun:pipe2=uninstrumented