Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dxposix_spawn_file_actions_addclose.c23 xposix_spawn_file_actions_addclose (posix_spawn_file_actions_t *fa, int fd) in xposix_spawn_file_actions_addclose()
Dxposix_spawn_file_actions_adddup2.c23 xposix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *fa, int fd, in xposix_spawn_file_actions_adddup2()
Dxposix_spawn.c23 xposix_spawn (const char *file, const posix_spawn_file_actions_t *fa, in xposix_spawn()
Dsupport_subprocess.c76 posix_spawn_file_actions_t fa; in support_subprogram() local
98 posix_spawn_file_actions_t fa; in support_subprogram_wait() local
/glibc-2.36/posix/
Dtst-spawn5.c132 spawn_closefrom_test (posix_spawn_file_actions_t *fa, int lowfd, int highfd, in spawn_closefrom_test()
182 posix_spawn_file_actions_t fa; in do_test_closefrom() local
205 posix_spawn_file_actions_t fa; in do_test_closefrom() local
217 posix_spawn_file_actions_t fa; in do_test_closefrom() local
229 posix_spawn_file_actions_t fa; in do_test_closefrom() local
241 posix_spawn_file_actions_t fa; in do_test_closefrom() local
Dwordexp.c815 posix_spawn_file_actions_t fa; in exec_comm_child() local
/glibc-2.36/math/
Dtest-fenv-clear-main.c24 volatile float fa = 1.0f, fb = 0.0f, fc = FLT_MAX, fr; variable
/glibc-2.36/libio/
Diopopen.c70 spawn_process (posix_spawn_file_actions_t *fa, FILE *fp, const char *command, in spawn_process()
171 posix_spawn_file_actions_t fa; in _IO_new_proc_open() local
/glibc-2.36/sysdeps/unix/sysv/linux/
Dspawni.c63 const posix_spawn_file_actions_t *fa; member