Searched refs:SYS_dup3 (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/src/unistd/ |
D | dup3.c | 13 while ((r=__syscall(SYS_dup3, old, new, flags))==-EBUSY); in __dup3() 19 while ((r=__syscall(SYS_dup3, old, new, flags))==-EBUSY); in __dup3()
|
D | dup2.c | 16 while ((r=__syscall(SYS_dup3, old, new, 0))==-EBUSY); in dup2()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawn.c | 27 return __syscall(SYS_dup3, old, new, 0); in __sys_dup2()
|
/third_party/musl/src/process/ |
D | posix_spawn.c | 26 return __syscall(SYS_dup3, old, new, 0); in __sys_dup2()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 739 #define SYS_dup3 358 macro
|