Searched refs:F_DUPFD_CLOEXEC (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/fcntl/
H A Dfcntl.c24 if (cmd == F_DUPFD_CLOEXEC) {
25 int ret = __syscall(SYS_fcntl, fd, F_DUPFD_CLOEXEC, arg);
31 ret = __syscall(SYS_fcntl, fd, F_DUPFD_CLOEXEC, 0);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dpopen.c42 int tmp = fcntl(1-op, F_DUPFD_CLOEXEC, 0);
/seL4-refos-master/libs/libmuslc/include/
H A Dfcntl.h51 #define F_DUPFD_CLOEXEC 1030 macro

Completed in 34 milliseconds