Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_addclose (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c115 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 Dpfctl_test.c145 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 Dutil.c98 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]); in shell_spawn_pipecmd()
H A Ddialog_util.c326 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]); in dialog_spawn_gauge()
/freebsd/include/
H A Dspawn.h87 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
/freebsd/libexec/flua/modules/
H A Dlfbsd.c86 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]); in lua_exec()
/freebsd/lib/libc/gen/
H A DSymbol.map311 posix_spawn_file_actions_addclose;
H A Dposix_spawn.c483 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, in posix_spawn_file_actions_addclose() function
H A DMakefile.inc453 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c328 posix_spawn_file_actions_addclose(&fa, fd1); in ATF_TC_BODY()
/freebsd/contrib/file/src/
H A Dcompress.c948 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 Dsanitizer_mac.cpp308 posix_spawn_file_actions_addclose(&acts, secondary_fd); in internal_spawn_impl()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2495 fun:posix_spawn_file_actions_addclose=uninstrumented