Home
last modified time | relevance | path

Searched refs:file_actions (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dspawni.c105 const posix_spawn_file_actions_t *file_actions = args->fa; in __spawni_child() local
174 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() argument
354 args.fa = file_actions; in __spawnix()
/sysdeps/mach/hurd/
A Dspawni.c41 const posix_spawn_file_actions_t *file_actions, in __spawni() argument
485 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