Home
last modified time | relevance | path

Searched refs:SYS_dup (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/unistd/
Ddup.c6 return syscall(SYS_dup, fd); in dup()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c94 ret = __syscall(SYS_dup, p); in child()
/third_party/musl/src/process/
Dposix_spawn.c93 ret = __syscall(SYS_dup, p); in child()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h451 #define SYS_dup 41 macro