Lines Matching refs:file_actionsp
6162 posix_spawn_file_actions_t *file_actionsp,
6175 errno = posix_spawn_file_actions_init(file_actionsp);
6212 errno = posix_spawn_file_actions_addopen(file_actionsp,
6229 errno = posix_spawn_file_actions_addclose(file_actionsp, fd);
6244 errno = posix_spawn_file_actions_adddup2(file_actionsp,
6267 (void)posix_spawn_file_actions_destroy(file_actionsp);
6282 posix_spawn_file_actions_t *file_actionsp = NULL;
6344 file_actionsp = &file_actions_buf;
6361 file_actionsp, attrp, argvlist, envlist);
6367 file_actionsp, attrp, argvlist, envlist);
6382 if (file_actionsp) {
6383 (void)posix_spawn_file_actions_destroy(file_actionsp);