Searched refs:file_actions (Results 1 – 2 of 2) sorted by relevance
105 const posix_spawn_file_actions_t *file_actions = args->fa; in __spawni_child() local174 if (file_actions != 0) in __spawni_child()180 for (cnt = 0; cnt < file_actions->__used; ++cnt) in __spawni_child()182 struct __spawn_action *action = &file_actions->__actions[cnt]; in __spawni_child()301 const posix_spawn_file_actions_t * file_actions, in __spawnix() argument354 args.fa = file_actions; in __spawnix()
41 const posix_spawn_file_actions_t *file_actions, in __spawni() argument485 if (file_actions != NULL) in __spawni()486 for (i = 0; i < file_actions->__used; ++i) in __spawni()551 struct __spawn_action *action = &file_actions->__actions[i]; in __spawni()
Completed in 5 milliseconds