Home
last modified time | relevance | path

Searched refs:__sys_open3 (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/internal/
Dsyscall.h364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) macro
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) macro
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h360 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) macro
365 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) macro