Searched defs:file_actions (Results 1 – 5 of 5) sorted by relevance
| /external/llvm-project/clang/tools/scan-build-py/libear/ |
| D | ear.c | 265 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/ |
| D | ear.c | 266 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/ |
| D | posixmodule.c | 5886 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/ |
| D | posixmodule.c.h | 2259 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/ |
| 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
|