Searched refs:F_SETFL (Results 1 - 25 of 27) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/unistd/
H A Dpipe2.c18 __syscall(SYS_fcntl, fd[0], F_SETFL, O_NONBLOCK);
19 __syscall(SYS_fcntl, fd[1], F_SETFL, O_NONBLOCK);
/seL4-camkes-master/projects/musllibc/src/network/
H A Dsocketpair.c20 __syscall(SYS_fcntl, fd[0], F_SETFL, O_NONBLOCK);
21 __syscall(SYS_fcntl, fd[1], F_SETFL, O_NONBLOCK);
H A Daccept4.c18 __syscall(SYS_fcntl, ret, F_SETFL, O_NONBLOCK);
H A Dsocket.c18 __syscall(SYS_fcntl, s, F_SETFL, O_NONBLOCK);
/seL4-camkes-master/projects/musllibc/arch/aarch64/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/aarch64_sel4/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/arm/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/arm_sel4/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/x32/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dfcntl.h26 #define F_SETFL 4 macro
/seL4-camkes-master/projects/musllibc/src/linux/
H A Dsignalfd.c17 __syscall(SYS_fcntl, ret, F_SETFL, O_NONBLOCK);
/seL4-camkes-master/projects/musllibc/src/fcntl/
H A Dfcntl.c15 if (cmd == F_SETFL) arg |= O_LARGEFILE;
/seL4-camkes-master/projects/musllibc/src/stdio/
H A D__fdopen.c35 __syscall(SYS_fcntl, fd, F_SETFL, flags | O_APPEND);
H A Dfreopen.c27 if (syscall(SYS_fcntl, f->fd, F_SETFL, fl) < 0)
/seL4-camkes-master/projects/picotcp/test/
H A Dppp.c159 fcntl(fd, F_SETFL, O_NONBLOCK);
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dsockets.h437 #ifndef F_SETFL
438 #define F_SETFL 4 macro
/seL4-camkes-master/projects/lwip/test/unit/api/
H A Dtest_sockets.c66 int ret = lwip_fcntl(s, F_SETFL, O_NONBLOCK);
335 ret = lwip_fcntl(s2, F_SETFL, opt);

Completed in 197 milliseconds

12