Searched defs:file_actions (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | posix_spawn.c | 20 posix_spawn_file_actions_t file_actions = {0}; in main() local
|
/llvm-project/libc/test/integration/src/spawn/ |
H A D | posix_spawn_test.cpp | 32 posix_spawn_file_actions_t file_actions; in spawn_and_wait_for_normal_exit() local
|
/llvm-project/libc/src/spawn/linux/ |
H A D | posix_spawn.cpp | 77 child_process(const char * __restrict path,const posix_spawn_file_actions_t * file_actions,const posix_spawnattr_t * __restrict,char * const * __restrict argv,char * const * __restrict envp) child_process() argument
|
/llvm-project/clang/tools/scan-build-py/lib/libear/ |
H A D | ear.c | 260 const posix_spawn_file_actions_t *file_actions, in posix_spawn() 270 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() 360 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn() 381 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp()
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2661 #define __sanitizer_syscall_pre_posix_spawn(pid, path, file_actions, attrp, \ argument 2666 #define __sanitizer_syscall_post_posix_spawn(res, pid, path, file_actions, \ argument
|