| /NextBSD/contrib/netbsd-tests/kernel/kqueue/write/ |
| HD | 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()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_pipe2.c | 62 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/ |
| HD | Makefile | 33 FILES+= pipe2.0
|
| /NextBSD/lib/libc/gen/ |
| HD | wordexp.c | 147 if (pipe2(pdesw, O_CLOEXEC) < 0) in we_askshell() 150 if (pipe2(pdes, O_CLOEXEC) < 0) { in we_askshell()
|
| HD | popen.c | 93 if (pipe2(pdes, O_CLOEXEC) < 0) in popen()
|
| /NextBSD/sys/kern/ |
| HD | capabilities.conf | 487 pipe2
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | PipePosix.cpp | 168 if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0) in CreateNew()
|
| /NextBSD/include/ |
| HD | unistd.h | 536 int pipe2(int *, int);
|
| /NextBSD/lib/libc/sys/ |
| HD | Makefile.inc | 402 MLINKS+=pipe.2 pipe2.2
|
| HD | Symbol.map | 390 pipe2;
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cc | 822 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/ |
| HD | syscall.mk | 418 pipe2.o \
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 1707 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/ |
| HD | linux_file.c | 1600 if (ldebug(pipe2)) in linux_pipe2() 1601 printf(ARGS(pipe2, "*, %d"), args->flags); in linux_pipe2()
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | config.h.in | 163 /* Define to 1 if you have the `pipe2' function. */
|
| HD | configure.ac | 355 pipe2 \
|
| HD | evutil.c | 2582 if (pipe2(fd, O_NONBLOCK|O_CLOEXEC) == 0) in evutil_make_internal_pipe_()
|
| HD | whatsnew-2.1.txt | 538 (e.g., SOCK_CLOEXEC, SOCK_NONBLOCK, accept4, pipe2) that allow us to
|
| HD | configure | 13575 pipe2 \
|
| /NextBSD/contrib/compiler-rt/lib/msan/tests/ |
| HD | msan_test.cc | 770 TEST(MemorySanitizer, pipe2) { in TEST() argument 772 int res = pipe2(pipefd, O_NONBLOCK); in TEST()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_syscalls.inc | 1245 PRE_SYSCALL(pipe2)(void *fildes, long flags) {} 1247 POST_SYSCALL(pipe2)(long res, void *fildes, long flags) {
|
| /NextBSD/contrib/xz/ |
| HD | ChangeLog | 195 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/ |
| HD | libc_ubuntu1404_abilist.txt | 2472 fun:pipe2=uninstrumented
|