Searched refs:file_actionsp (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | posixmodule.c | 6162 posix_spawn_file_actions_t *file_actionsp, in parse_file_actions() 6175 errno = posix_spawn_file_actions_init(file_actionsp); in parse_file_actions() 6212 errno = posix_spawn_file_actions_addopen(file_actionsp, in parse_file_actions() 6229 errno = posix_spawn_file_actions_addclose(file_actionsp, fd); in parse_file_actions() 6244 errno = posix_spawn_file_actions_adddup2(file_actionsp, in parse_file_actions() 6267 (void)posix_spawn_file_actions_destroy(file_actionsp); in parse_file_actions() 6282 posix_spawn_file_actions_t *file_actionsp = NULL; in py_posix_spawn() local 6344 file_actionsp = &file_actions_buf; in py_posix_spawn() 6361 file_actionsp, attrp, argvlist, envlist); in py_posix_spawn() 6367 file_actionsp, attr in py_posix_spawn() 6161 parse_file_actions(PyObject *file_actions, posix_spawn_file_actions_t *file_actionsp, PyObject *temp_buffer) parse_file_actions() argument [all...] |
Completed in 11 milliseconds