Searched refs:posix_spawn_file_actions_addopen (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_fileactions.c | 110 posix_spawn_file_actions_addopen(&fa, fileno(stdin), in ATF_TC_BODY() 112 posix_spawn_file_actions_addopen(&fa, fileno(stdout), in ATF_TC_BODY() 136 posix_spawn_file_actions_addopen(&fa, fileno(stdin), in ATF_TC_BODY() 138 posix_spawn_file_actions_addopen(&fa, fileno(stdout), in ATF_TC_BODY() 162 posix_spawn_file_actions_addopen(&fa, fileno(stdout), in ATF_TC_BODY() 164 posix_spawn_file_actions_addopen(&fa, fileno(stdin), in ATF_TC_BODY() 206 posix_spawn_file_actions_addopen(&fa, fileno(stdin), in ATF_TC_BODY() 234 posix_spawn_file_actions_addopen(&fa, STDIN_FILENO, in ATF_TC_BODY() 283 posix_spawn_file_actions_addopen(&fa, STDIN_FILENO, in ATF_TC_BODY() 329 posix_spawn_file_actions_addopen(&fa, lowfd + 3, "/dev/null", O_RDWR, in ATF_TC_BODY() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 266 posix_spawn_file_actions_addopen.3 \ 455 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \ 456 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclosefrom_np.3 \ 457 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_adddup2.3 \ 458 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addchdir_np.3 \ 459 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addfchdir_np.3 \
|
H A D | Symbol.map | 313 posix_spawn_file_actions_addopen;
|
H A D | posix_spawn.c | 429 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa, in posix_spawn_file_actions_addopen() function
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 165 posix_spawn_file_actions_addopen(&action, STDOUT_FILENO, "/dev/null", O_WRONLY, 0); in run_command() 166 posix_spawn_file_actions_addopen(&action, STDERR_FILENO, "/dev/null", O_WRONLY, 0); in run_command() 167 posix_spawn_file_actions_addopen(&action, STDIN_FILENO, "/dev/zero", O_RDONLY, 0); in run_command()
|
/freebsd/include/ |
H A D | spawn.h | 84 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 149 posix_spawn_file_actions_addopen U
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 139 if (int Err = posix_spawn_file_actions_addopen( 141 return MakeErrMsg(ErrMsg, "Cannot posix_spawn_file_actions_addopen", Err); 211 // If we call posix_spawn_file_actions_addopen we have to make sure the
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2497 fun:posix_spawn_file_actions_addopen=uninstrumented
|