OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posix_spawn_file_actions_t
(Results
1 - 11
of
11
) sorted by relevancy
/src/include/
spawn.h
42
const
posix_spawn_file_actions_t
*, const posix_spawnattr_t * __restrict,
45
const
posix_spawn_file_actions_t
*, const posix_spawnattr_t * __restrict,
51
int posix_spawn_file_actions_init(
posix_spawn_file_actions_t
*);
52
int posix_spawn_file_actions_destroy(
posix_spawn_file_actions_t
*);
54
int posix_spawn_file_actions_addopen(
posix_spawn_file_actions_t
* __restrict,
56
int posix_spawn_file_actions_adddup2(
posix_spawn_file_actions_t
*, int, int);
57
int posix_spawn_file_actions_addclose(
posix_spawn_file_actions_t
*, int);
59
int posix_spawn_file_actions_addchdir(
posix_spawn_file_actions_t
* __restrict,
61
int posix_spawn_file_actions_addfchdir(
posix_spawn_file_actions_t
*, int);
/src/lib/libc/gen/
posix_spawn_fileactions.c
48
posix_spawn_file_actions_init(
posix_spawn_file_actions_t
*fa)
63
posix_spawn_file_actions_destroy(
posix_spawn_file_actions_t
*fa)
80
posix_spawn_file_actions_getentry(
posix_spawn_file_actions_t
*fa,
104
posix_spawn_file_actions_addopen(
posix_spawn_file_actions_t
* __restrict fa,
133
posix_spawn_file_actions_adddup2(
posix_spawn_file_actions_t
*fa,
155
posix_spawn_file_actions_addclose(
posix_spawn_file_actions_t
*fa,
176
posix_spawn_file_actions_addchdir(
posix_spawn_file_actions_t
* __restrict fa,
200
posix_spawn_file_actions_addfchdir(
posix_spawn_file_actions_t
*fa, int fildes)
posix_spawnp.c
50
const
posix_spawn_file_actions_t
*fa,
/src/tests/lib/libc/gen/posix_spawn/
t_fileactions.c
80
posix_spawn_file_actions_t
fa;
178
posix_spawn_file_actions_t
fa;
211
posix_spawn_file_actions_t
fa;
249
posix_spawn_file_actions_t
fa;
281
posix_spawn_file_actions_t
fa;
324
posix_spawn_file_actions_t
fa;
367
posix_spawn_file_actions_t
fa;
412
posix_spawn_file_actions_t
fa;
t_spawn.c
212
posix_spawn_file_actions_t
fa;
469
posix_spawn_file_actions_t
fa;
494
posix_spawn_file_actions_t
fa;
534
posix_spawn_file_actions_t
fa;
/src/sys/sys/
spawn.h
82
typedef struct posix_spawn_file_actions
posix_spawn_file_actions_t
;
typedef in typeref:struct:posix_spawn_file_actions
/src/tests/kernel/arch/i386/
execregs.c
93
posix_spawn_file_actions_t
fileacts;
/src/tests/kernel/arch/x86_64/
execregs.c
115
posix_spawn_file_actions_t
fileacts;
/src/tests/kernel/arch/vax/
execregs.c
120
posix_spawn_file_actions_t
fileacts;
/src/tests/kernel/arch/aarch64/
execregs.c
166
posix_spawn_file_actions_t
fileacts;
/src/tests/kernel/arch/hppa/
execregs.c
321
posix_spawn_file_actions_t
fileacts;
Completed in 15 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025