Home
last modified time | relevance | path

Searched defs:file_actions (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dposix_spawn.c20 posix_spawn_file_actions_t file_actions = {0}; in main() local
/llvm-project/libc/test/integration/src/spawn/
H A Dposix_spawn_test.cpp32 posix_spawn_file_actions_t file_actions; in spawn_and_wait_for_normal_exit() local
/llvm-project/libc/src/spawn/linux/
H A Dposix_spawn.cpp77 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 Dear.c260 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 Dnetbsd_syscall_hooks.h2661 #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