Searched refs:__sys_open (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/time/
H A D__map_file.c12 int fd = __sys_open(pathname, O_RDONLY|O_CLOEXEC|O_NONBLOCK);
/seL4-refos-master/libs/libmuslc/src/env/
H A D__libc_start_main.c51 if (__sys_open("/dev/null", O_RDWR)<0)
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dsyscall.h241 #define __sys_open(...) __SYSCALL_DISP(__sys_open,,__VA_ARGS__) macro
242 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__))
/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawn.c112 fd = __sys_open(op->path, op->oflag, op->mode);

Completed in 34 milliseconds