Searched refs:SYS_execveat (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/src/process/ |
D | fexecve.c | 9 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | fexecve.c | 11 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 768 #define SYS_execveat 387 macro
|