Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/scan-build-py/libear/
Dear.c265 const posix_spawn_file_actions_t *file_actions, in posix_spawn()
275 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
365 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn()
386 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp()
/external/clang/tools/scan-build-py/libear/
Dear.c266 const posix_spawn_file_actions_t *file_actions, in posix_spawn()
276 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
366 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn()
387 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp()
/external/python/cpython3/Modules/
Dposixmodule.c5886 parse_file_actions(PyObject *file_actions, in parse_file_actions()
5999 PyObject *env, PyObject *file_actions, in py_posix_spawn()
6155 PyObject *env, PyObject *file_actions, in os_posix_spawn_impl()
6201 PyObject *env, PyObject *file_actions, in os_posix_spawnp_impl()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2259 PyObject *file_actions = NULL; in os_posix_spawn() local
2396 PyObject *file_actions = NULL; in os_posix_spawnp() local
/external/llvm-project/compiler-rt/include/sanitizer/
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