Searched defs:fa (Results 1 - 9 of 9) sorted by relevance

/seL4-test-master/projects/musllibc/src/process/
H A Dposix_spawn_file_actions_init.c3 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa) argument
H A Dposix_spawn_file_actions_addclose.c6 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) argument
H A Dposix_spawn_file_actions_destroy.c5 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa) argument
H A Dposix_spawn_file_actions_adddup2.c6 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int srcfd, int fd) argument
H A Dposix_spawn_file_actions_addopen.c7 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *restrict path, int flags, mode_t mode) argument
H A Dposix_spawnp.c11 posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
H A Dposix_spawn.c18 const posix_spawn_file_actions_t *fa; member in struct:args
45 const posix_spawn_file_actions_t *fa = args->fa; local
144 __posix_spawnx(pid_t *restrict res, const char *restrict path, int (*exec)(const char *, char *const *, char *const *), const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
189 posix_spawn(pid_t *restrict res, const char *restrict path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
[all...]
/seL4-test-master/projects/musllibc/src/stdio/
H A Dpopen.c16 posix_spawn_file_actions_t fa; local
/seL4-test-master/projects/sel4test/apps/sel4test-tests/src/tests/
H A Dipc.c281 static int test_ipc_pair(env_t env, test_func_t fa, test_func_t fb, bool inter_as, seL4_Word nr_cores) argument

Completed in 34 milliseconds