Searched defs:pipefd (Results 1 - 8 of 8) sorted by relevance
| /src/tests/kernel/ |
| H A D | t_execregs.c | 96 testregs(int child, const int pipefd[static 2], argument 133 int pipefd[2]; local in function:ATF_TC_BODY 171 int pipefd[2]; local in function:ATF_TC_BODY [all...] |
| /src/tests/lib/librumphijack/ |
| H A D | h_client.c | 53 int pipefd[2]; local in function:main
|
| /src/usr.bin/mail/ |
| H A D | popen.c | 112 register_file(FILE *fp, int pipefd, pid_t pid) argument
|
| /src/libexec/makewhatis/ |
| H A D | makewhatis.c | 776 int tempfd, bytes, pipefd[2], status; local in function:nroff [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_interceptors.cc | 730 INTERCEPTOR(int, pipe, int pipefd[2]) { argument 740 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 1718 TSAN_INTERCEPTOR(int, pipe, int *pipefd) { argument 1727 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { argument [all...] |
| /src/lib/librumphijack/ |
| H A D | hijack.c | 2166 int pipefd; member in struct:pollarg
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 789 int* pipefd = new int[2]; local in function:TEST 799 int* pipefd = new int[2]; local in function:TEST 819 int* pipefd = new int[2]; local in function:TEST 843 int* pipefd = new int[2]; local in function:TEST 869 int* pipefd = new int[2]; local in function:TEST [all...] |
Completed in 17 milliseconds