Searched refs:posix_spawn_file_actions_addopen (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
| HD | 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-head/lib/libc/gen/ |
| HD | Makefile.inc | 270 posix_spawn_file_actions_addopen.3 \ 459 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclose.3 \ 460 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addclosefrom_np.3 \ 461 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_adddup2.3 \ 462 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addchdir_np.3 \ 463 posix_spawn_file_actions_addopen.3 posix_spawn_file_actions_addfchdir_np.3 \
|
| HD | Symbol.map | 313 posix_spawn_file_actions_addopen;
|
| HD | posix_spawn.c | 429 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa, in posix_spawn_file_actions_addopen() function
|
| /freebsd-head/sbin/pfctl/tests/ |
| HD | 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-head/include/ |
| HD | spawn.h | 84 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| HD | global_symbols.txt | 149 posix_spawn_file_actions_addopen U
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Support/Unix/ |
| HD | 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-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2497 fun:posix_spawn_file_actions_addopen=uninstrumented
|