Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_t (Results 1 – 19 of 19) sorted by relevance

/posix/
A Dspawn.h49 } posix_spawn_file_actions_t; typedef
74 const posix_spawn_file_actions_t *__restrict
86 const posix_spawn_file_actions_t *__file_actions,
171 extern int posix_spawn_file_actions_init (posix_spawn_file_actions_t *
176 extern int posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *
182 extern int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *
191 extern int posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *
197 extern int posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *
205 extern int posix_spawn_file_actions_addchdir_np (posix_spawn_file_actions_t *
213 extern int posix_spawn_file_actions_addfchdir_np (posix_spawn_file_actions_t *,
[all …]
A Dtst-spawn5.c132 spawn_closefrom_test (posix_spawn_file_actions_t *fa, int lowfd, int highfd, in spawn_closefrom_test()
182 posix_spawn_file_actions_t fa; in do_test_closefrom()
205 posix_spawn_file_actions_t fa; in do_test_closefrom()
217 posix_spawn_file_actions_t fa; in do_test_closefrom()
229 posix_spawn_file_actions_t fa; in do_test_closefrom()
241 posix_spawn_file_actions_t fa; in do_test_closefrom()
A Dspawn_faction_init.c29 __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_realloc()
48 __posix_spawn_file_actions_init (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_init()
A Dspawn_int.h75 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *
80 const posix_spawn_file_actions_t *file_actions,
A Dspawnp.c26 const posix_spawn_file_actions_t *file_actions, in __posix_spawnp()
40 const posix_spawn_file_actions_t *file_actions, in __posix_spawnp_compat()
A Dspawn.c26 const posix_spawn_file_actions_t *file_actions, in __posix_spawn()
40 const posix_spawn_file_actions_t *file_actions, in libc_hidden_def()
A Dspawni.c36 const posix_spawn_file_actions_t *file_actions, in __spawni()
A Dspawn_faction_addfchdir.c26 posix_spawn_file_actions_addfchdir_np (posix_spawn_file_actions_t *actions, in posix_spawn_file_actions_addfchdir_np()
A Dspawn_faction_addclose.c27 __posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions, in __posix_spawn_file_actions_addclose()
A Dspawn_faction_addchdir.c26 posix_spawn_file_actions_addchdir_np (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addchdir_np()
A Dspawn_faction_destroy.c25 __posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_destroy()
A Dspawn_faction_addclosefrom.c25 __posix_spawn_file_actions_addclosefrom (posix_spawn_file_actions_t in __posix_spawn_file_actions_addclosefrom()
A Dspawn_faction_adddup2.c27 __posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions, in __posix_spawn_file_actions_adddup2()
A Dtst-spawn-chdir.c72 add_chdir (posix_spawn_file_actions_t *actions, const char *path, in add_chdir()
151 posix_spawn_file_actions_t actions; in do_test()
A Dspawn_faction_addopen.c28 __posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, in __posix_spawn_file_actions_addopen()
A Dtst-spawn3.c81 posix_spawn_file_actions_t a; in do_test()
A Dtst-posix_spawn-fd.c37 static posix_spawn_file_actions_t actions;
A Dtst-spawn.c149 posix_spawn_file_actions_t actions; in do_test()
A Dwordexp.c815 posix_spawn_file_actions_t fa; in exec_comm_child()

Completed in 29 milliseconds