Symbol: posix_spawn_file_actions_t
headers/posix/spawn.h
39
const posix_spawn_file_actions_t *file_actions,
headers/posix/spawn.h
42
const posix_spawn_file_actions_t *file_actions,
headers/posix/spawn.h
48
posix_spawn_file_actions_t *file_actions);
headers/posix/spawn.h
50
posix_spawn_file_actions_t *file_actions);
headers/posix/spawn.h
52
posix_spawn_file_actions_t *file_actions,
headers/posix/spawn.h
55
posix_spawn_file_actions_t *file_actions, int fildes);
headers/posix/spawn.h
57
posix_spawn_file_actions_t *file_actions, int fildes, int newfildes);
headers/posix/spawn.h
59
posix_spawn_file_actions_t *file_actions, const char *path);
headers/posix/spawn.h
61
posix_spawn_file_actions_t *file_actions, int fildes);
src/servers/launch/BaseJob.cpp
206
posix_spawn_file_actions_t fileActions;
src/servers/launch/BaseJob.cpp
212
CObjectDeleter<posix_spawn_file_actions_t, int, posix_spawn_file_actions_destroy>
src/servers/net/Services.cpp
438
posix_spawn_file_actions_t fileActions;
src/servers/net/Services.cpp
442
CObjectDeleter<posix_spawn_file_actions_t, int, posix_spawn_file_actions_destroy>
src/system/libroot/posix/spawn.cpp
115
posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *_actions,
src/system/libroot/posix/spawn.cpp
147
posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *_actions,
src/system/libroot/posix/spawn.cpp
172
posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *_actions,
src/system/libroot/posix/spawn.cpp
198
posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t *_actions,
src/system/libroot/posix/spawn.cpp
225
posix_spawn_file_actions_addfchdir(posix_spawn_file_actions_t *_actions,
src/system/libroot/posix/spawn.cpp
447
process_file_actions(const posix_spawn_file_actions_t *_actions, int *errfd)
src/system/libroot/posix/spawn.cpp
501
const posix_spawn_file_actions_t *actions,
src/system/libroot/posix/spawn.cpp
593
const posix_spawn_file_actions_t *actions,
src/system/libroot/posix/spawn.cpp
609
const posix_spawn_file_actions_t *file_actions,
src/system/libroot/posix/spawn.cpp
618
const posix_spawn_file_actions_t *file_actions,
src/system/libroot/posix/spawn.cpp
76
posix_spawn_file_actions_init(posix_spawn_file_actions_t *_file_actions)
src/system/libroot/posix/spawn.cpp
78
posix_spawn_file_actions_t actions = (posix_spawn_file_actions_t)malloc(
src/system/libroot/posix/spawn.cpp
92
posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *_actions)
src/tests/system/libroot/posix/posix_spawn_pipe_test.c
15
posix_spawn_file_actions_t fdops;
src/tests/system/libroot/posix/posix_spawn_redir_test.c
12
posix_spawn_file_actions_t child_fd_acts;