Searched refs:F_SETFL (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 89 #define F_SETFL 4 macro
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 39 MACRO(F_SETFL); in fcntl_h()
|
/bionic/benchmarks/tests/ |
D | interface_test.cpp | 81 ASSERT_NE(-1, fcntl(fds[0], F_SETFL, O_NONBLOCK)); in Exec()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 74 ASSERT_NE(-1, fcntl(fds[0], F_SETFL, O_NONBLOCK)); in Exec()
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 989 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout() 1009 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 288 if (fcntl(fd, F_SETFL, fd_flags | O_APPEND) == -1) return nullptr; in fdopen()
|