Symbol: posix_spawn_file_actions_t
include/spawn.h
42
const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
include/spawn.h
45
const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
include/spawn.h
51
int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
include/spawn.h
52
int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
include/spawn.h
54
int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
include/spawn.h
56
int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
include/spawn.h
57
int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
include/spawn.h
59
int posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t * __restrict,
include/spawn.h
61
int posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *, int);
lib/libc/gen/posix_spawn_fileactions.c
104
posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa,
lib/libc/gen/posix_spawn_fileactions.c
133
posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn_fileactions.c
155
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn_fileactions.c
176
posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t * __restrict fa,
lib/libc/gen/posix_spawn_fileactions.c
200
posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *fa, int fildes)
lib/libc/gen/posix_spawn_fileactions.c
48
posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa)
lib/libc/gen/posix_spawn_fileactions.c
63
posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
lib/libc/gen/posix_spawn_fileactions.c
80
posix_spawn_file_actions_getentry(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawnp.c
50
const posix_spawn_file_actions_t *fa,
tests/kernel/arch/aarch64/execregs.c
166
posix_spawn_file_actions_t fileacts;
tests/kernel/arch/hppa/execregs.c
321
posix_spawn_file_actions_t fileacts;
tests/kernel/arch/i386/execregs.c
93
posix_spawn_file_actions_t fileacts;
tests/kernel/arch/vax/execregs.c
120
posix_spawn_file_actions_t fileacts;
tests/kernel/arch/x86_64/execregs.c
115
posix_spawn_file_actions_t fileacts;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
178
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
211
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
249
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
281
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
324
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
367
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
412
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_fileactions.c
80
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_spawn.c
212
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_spawn.c
469
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_spawn.c
494
posix_spawn_file_actions_t fa;
tests/lib/libc/gen/posix_spawn/t_spawn.c
534
posix_spawn_file_actions_t fa;