Searched refs:posix_spawn_file_actions_t (Results 1 – 19 of 19) sorted by relevance
/posix/ |
A D | spawn.h | 49 } 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 D | tst-spawn5.c | 132 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 D | spawn_faction_init.c | 29 __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 D | spawn_int.h | 75 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t * 80 const posix_spawn_file_actions_t *file_actions,
|
A D | spawnp.c | 26 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 D | spawn.c | 26 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 D | spawni.c | 36 const posix_spawn_file_actions_t *file_actions, in __spawni()
|
A D | spawn_faction_addfchdir.c | 26 posix_spawn_file_actions_addfchdir_np (posix_spawn_file_actions_t *actions, in posix_spawn_file_actions_addfchdir_np()
|
A D | spawn_faction_addclose.c | 27 __posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *file_actions, in __posix_spawn_file_actions_addclose()
|
A D | spawn_faction_addchdir.c | 26 posix_spawn_file_actions_addchdir_np (posix_spawn_file_actions_t *file_actions, in posix_spawn_file_actions_addchdir_np()
|
A D | spawn_faction_destroy.c | 25 __posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_destroy()
|
A D | spawn_faction_addclosefrom.c | 25 __posix_spawn_file_actions_addclosefrom (posix_spawn_file_actions_t in __posix_spawn_file_actions_addclosefrom()
|
A D | spawn_faction_adddup2.c | 27 __posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions, in __posix_spawn_file_actions_adddup2()
|
A D | tst-spawn-chdir.c | 72 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 D | spawn_faction_addopen.c | 28 __posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, in __posix_spawn_file_actions_addopen()
|
A D | tst-spawn3.c | 81 posix_spawn_file_actions_t a; in do_test()
|
A D | tst-posix_spawn-fd.c | 37 static posix_spawn_file_actions_t actions;
|
A D | tst-spawn.c | 149 posix_spawn_file_actions_t actions; in do_test()
|
A D | wordexp.c | 815 posix_spawn_file_actions_t fa; in exec_comm_child()
|
Completed in 29 milliseconds