Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dspawn.h39 typedef struct __posix_spawn_file_actions *posix_spawn_file_actions_t; typedef
56 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
59 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
65 int posix_spawn_file_actions_init (posix_spawn_file_actions_t *);
66 int posix_spawn_file_actions_destroy (posix_spawn_file_actions_t *);
68 int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t * __restrict,
70 int posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *, int, int);
71 int posix_spawn_file_actions_addclose (posix_spawn_file_actions_t *, int);
73 int posix_spawn_file_actions_addchdir_np (posix_spawn_file_actions_t *__restrict
76 int posix_spawn_file_actions_addfchdir_np (posix_spawn_file_actions_t *__restrict,