Searched refs:file_actions (Results 1 – 1 of 1) sorted by relevance
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 125 const posix_spawn_file_actions_t *file_actions, 132 const posix_spawn_file_actions_t *file_actions, 266 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument 270 return call_posix_spawn(pid, path, file_actions, attrp, argv, envp); in posix_spawn() 276 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument 280 return call_posix_spawnp(pid, file, file_actions, attrp, argv, envp); in posix_spawnp() 366 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn() argument 379 (*fp)(pid, path, file_actions, attrp, argv, (char *const *restrict)menvp); in call_posix_spawn() 387 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp() argument 400 (*fp)(pid, file, file_actions, attrp, argv, (char *const *restrict)menvp); in call_posix_spawnp()
|