Symbol: posix_spawn_file_actions_t
include/spawn.h
72
const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
include/spawn.h
75
const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
include/spawn.h
81
int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
include/spawn.h
82
int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
include/spawn.h
84
int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
include/spawn.h
86
int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
include/spawn.h
87
int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
include/spawn.h
88
int posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t *
include/spawn.h
90
int posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *,
include/spawn.h
94
int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *
include/spawn.h
96
int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *,
include/spawn.h
98
int posix_spawn_file_actions_addclosefrom_np(posix_spawn_file_actions_t *,
lib/libc/gen/posix_spawn.c
210
process_file_actions(const posix_spawn_file_actions_t fa)
lib/libc/gen/posix_spawn.c
226
const posix_spawn_file_actions_t *fa;
lib/libc/gen/posix_spawn.c
280
const posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
400
const posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
409
const posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
421
posix_spawn_file_actions_init(posix_spawn_file_actions_t *ret)
lib/libc/gen/posix_spawn.c
423
posix_spawn_file_actions_t fa;
lib/libc/gen/posix_spawn.c
435
posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
lib/libc/gen/posix_spawn.c
455
posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa,
lib/libc/gen/posix_spawn.c
486
posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
509
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
531
posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *
lib/libc/gen/posix_spawn.c
556
posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *__restrict fa,
lib/libc/gen/posix_spawn.c
580
posix_spawn_file_actions_addclosefrom_np (posix_spawn_file_actions_t *
lib/libdpv/dialog_util.c
231
posix_spawn_file_actions_t action;
lib/libdpv/util.c
62
posix_spawn_file_actions_t action;
libexec/flua/lfbsd/lfbsd.c
92
posix_spawn_file_actions_t action;
sbin/pfctl/tests/pfctl_test.c
106
posix_spawn_file_actions_t action;
sbin/pfctl/tests/pfctl_test.c
142
posix_spawn_file_actions_t action;
usr.bin/diff/pr.c
55
posix_spawn_file_actions_t fa;
usr.bin/diff3/diff3.c
310
posix_spawn_file_actions_t fa;
usr.sbin/bhyve/net_backend_slirp.c
87
posix_spawn_file_actions_t fa;