Home
last modified time | relevance | path

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

/third_party/musl/src/unistd/
Ddup3.c13 while ((r=__syscall(SYS_dup3, old, new, flags))==-EBUSY); in __dup3()
19 while ((r=__syscall(SYS_dup3, old, new, flags))==-EBUSY); in __dup3()
Ddup2.c16 while ((r=__syscall(SYS_dup3, old, new, 0))==-EBUSY); in dup2()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c27 return __syscall(SYS_dup3, old, new, 0); in __sys_dup2()
/third_party/musl/src/process/
Dposix_spawn.c26 return __syscall(SYS_dup3, old, new, 0); in __sys_dup2()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h739 #define SYS_dup3 358 macro