Home
last modified time | relevance | path

Searched refs:SYS_dup2 (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/unistd/
Ddup2.c9 #ifdef SYS_dup2 in dup2()
10 while ((r=__syscall(SYS_dup2, old, new))==-EBUSY); in dup2()
Ddup3.c10 #ifdef SYS_dup2 in __dup3()
16 while ((r=__syscall(SYS_dup2, old, new))==-EBUSY); in __dup3()
/third_party/musl/src/process/
Dposix_spawn.c23 #ifdef SYS_dup2 in __sys_dup2()
24 return __syscall(SYS_dup2, old, new); in __sys_dup2()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c24 #ifdef SYS_dup2 in __sys_dup2()
25 return __syscall(SYS_dup2, old, new); in __sys_dup2()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h467 #define SYS_dup2 63 macro