Searched refs:posix_spawn_file_actions_addclose (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | filter_fork_posix.c | 115 r = posix_spawn_file_actions_addclose(&actions, stdin_pipe[1]); in __archive_create_child() 118 r = posix_spawn_file_actions_addclose(&actions, stdout_pipe[0]); in __archive_create_child() 126 r = posix_spawn_file_actions_addclose(&actions, stdin_pipe[0]); in __archive_create_child() 135 r = posix_spawn_file_actions_addclose(&actions, stdout_pipe[1]); in __archive_create_child()
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 145 posix_spawn_file_actions_addclose(&action, STDIN_FILENO); in run_pfctl_test() 146 posix_spawn_file_actions_addclose(&action, pipefds[1]); in run_pfctl_test()
|
/freebsd/lib/libdpv/ |
H A D | util.c | 98 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]); in shell_spawn_pipecmd()
|
H A D | dialog_util.c | 326 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]); in dialog_spawn_gauge()
|
/freebsd/include/ |
H A D | spawn.h | 87 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
|
/freebsd/libexec/flua/modules/ |
H A D | lfbsd.c | 86 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]); in lua_exec()
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 311 posix_spawn_file_actions_addclose;
|
H A D | posix_spawn.c | 483 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, in posix_spawn_file_actions_addclose() function
|
H A D | Makefile.inc | 453 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_fileactions.c | 328 posix_spawn_file_actions_addclose(&fa, fd1); in ATF_TC_BODY()
|
/freebsd/contrib/file/src/ |
H A D | compress.c | 948 posix_spawn_file_actions_addclose(fa, fd); in movedesc() 963 posix_spawn_file_actions_addclose(fa, fd); in closedesc()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 308 posix_spawn_file_actions_addclose(&acts, secondary_fd); in internal_spawn_impl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2495 fun:posix_spawn_file_actions_addclose=uninstrumented
|