Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h89 #define F_SETFL 4 macro
/bionic/tests/headers/posix/
Dfcntl_h.c39 MACRO(F_SETFL); in fcntl_h()
/bionic/benchmarks/tests/
Dinterface_test.cpp81 ASSERT_NE(-1, fcntl(fds[0], F_SETFL, O_NONBLOCK)); in Exec()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp74 ASSERT_NE(-1, fcntl(fds[0], F_SETFL, O_NONBLOCK)); in Exec()
/bionic/libc/dns/resolv/
Dres_send.c989 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()
1009 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()
/bionic/libc/stdio/
Dstdio.cpp288 if (fcntl(fd, F_SETFL, fd_flags | O_APPEND) == -1) return nullptr; in fdopen()