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
211
process_file_actions(const posix_spawn_file_actions_t fa)
lib/libc/gen/posix_spawn.c
227
const posix_spawn_file_actions_t *fa;
lib/libc/gen/posix_spawn.c
269
const posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
389
const posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
398
const posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
410
posix_spawn_file_actions_init(posix_spawn_file_actions_t *ret)
lib/libc/gen/posix_spawn.c
412
posix_spawn_file_actions_t fa;
lib/libc/gen/posix_spawn.c
424
posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
lib/libc/gen/posix_spawn.c
444
posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa,
lib/libc/gen/posix_spawn.c
475
posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
498
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa,
lib/libc/gen/posix_spawn.c
520
posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *
lib/libc/gen/posix_spawn.c
545
posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *__restrict fa,
lib/libc/gen/posix_spawn.c
569
posix_spawn_file_actions_addclosefrom_np (posix_spawn_file_actions_t *
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;