Searched refs:fa (Results 1 – 9 of 9) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | popen.c | 13 posix_spawn_file_actions_t fa; in popen() local 50 if (!posix_spawn_file_actions_init(&fa)) { in popen() 51 if (!posix_spawn_file_actions_adddup2(&fa, p[1 - op], 1 - op)) { in popen() 52 …if (!(e = posix_spawn(&pid, "/bin/sh", &fa, 0, (char* []){(char*)"sh", (char*)"-c", (char*)cmd, 0}, in popen() 54 posix_spawn_file_actions_destroy(&fa); in popen() 63 posix_spawn_file_actions_destroy(&fa); in popen()
|
| /third_party/ulib/musl/src/process/ |
| A D | posix_spawn.c | 16 const posix_spawn_file_actions_t* fa; member 23 const posix_spawn_file_actions_t* fa, const posix_spawnattr_t* restrict attr, in __posix_spawnx() argument 34 args.fa = fa; in __posix_spawnx() 64 const posix_spawn_file_actions_t* fa, const posix_spawnattr_t* restrict attr, in posix_spawn() argument 66 return __posix_spawnx(res, path, execve, fa, attr, argv, envp); in posix_spawn()
|
| A D | posix_spawn_file_actions_addclose.c | 6 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t* fa, int fd) { in posix_spawn_file_actions_addclose() argument 12 if ((op->next = fa->__actions)) in posix_spawn_file_actions_addclose() 15 fa->__actions = op; in posix_spawn_file_actions_addclose()
|
| A D | posix_spawn_file_actions_adddup2.c | 6 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* fa, int srcfd, int fd) { in posix_spawn_file_actions_adddup2() argument 13 if ((op->next = fa->__actions)) in posix_spawn_file_actions_adddup2() 16 fa->__actions = op; in posix_spawn_file_actions_adddup2()
|
| A D | posix_spawn_file_actions_addopen.c | 7 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t* restrict fa, int fd, in posix_spawn_file_actions_addopen() argument 17 if ((op->next = fa->__actions)) in posix_spawn_file_actions_addopen() 20 fa->__actions = op; in posix_spawn_file_actions_addopen()
|
| A D | posix_spawn_file_actions_init.c | 3 int posix_spawn_file_actions_init(posix_spawn_file_actions_t* fa) { in posix_spawn_file_actions_init() argument 4 fa->__actions = 0; in posix_spawn_file_actions_init()
|
| A D | posix_spawn_file_actions_destroy.c | 5 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* fa) { in posix_spawn_file_actions_destroy() argument 6 struct fdop *op = fa->__actions, *next; in posix_spawn_file_actions_destroy()
|
| A D | posix_spawnp.c | 12 const posix_spawn_file_actions_t* fa, const posix_spawnattr_t* restrict attr, in posix_spawnp() argument 14 return __posix_spawnx(res, file, __execvpe, fa, attr, argv, envp); in posix_spawnp()
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfind_proc_info-lsb.c | 362 const struct table_entry *fa = a, *fb = b; in debug_frame_tab_compare() local 364 if (fa->start_ip_offset > fb->start_ip_offset) in debug_frame_tab_compare() 366 else if (fa->start_ip_offset < fb->start_ip_offset) in debug_frame_tab_compare()
|
Completed in 12 milliseconds