Searched refs:__sys_open (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 374 #define __sys_open(...) __SYSCALL_DISP(__sys_open,,__VA_ARGS__) macro 375 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__))
|
/third_party/musl/src/internal/ |
D | syscall.h | 395 #define __sys_open(...) __SYSCALL_DISP(__sys_open,,__VA_ARGS__) macro 396 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__))
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 389 #define __sys_open(...) __SYSCALL_DISP(__sys_open,,__VA_ARGS__) macro 390 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__))
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __libc_start_main.c | 54 if (__sys_open("/dev/null", O_RDWR)<0) in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
D | __libc_start_main.c | 55 if (__sys_open("/dev/null", O_RDWR)<0) in __init_libc()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __libc_start_main.c | 55 if (__sys_open("/dev/null", O_RDWR)<0) in __init_libc()
|
/third_party/musl/src/env/ |
D | __libc_start_main.c | 57 if (__sys_open("/dev/null", O_RDWR)<0) in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawn.c | 122 fd = __sys_open(op->path, op->oflag, op->mode); in child()
|
/third_party/musl/src/process/ |
D | posix_spawn.c | 122 fd = __sys_open(op->path, op->oflag, op->mode); in child()
|