Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/bionic/
Dflistxattr.cpp49 int fd_flag = fcntl(fd, F_GETFL); in flistxattr()
Dfchmod.cpp54 int fd_flag = fcntl(fd, F_GETFL); in fchmod()
Dfsetxattr.cpp49 int fd_flag = fcntl(fd, F_GETFL); in fsetxattr()
Dfgetxattr.cpp49 int fd_flag = fcntl(fd, F_GETFL); in fgetxattr()
Dlibc_init_common.cpp160 int status = TEMP_FAILURE_RETRY(fcntl(i, F_GETFL)); in __nullify_closed_stdio()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h102 #define F_GETFL 3 macro
/bionic/tests/
Dstdlib_test.cpp268 ASSERT_EQ(O_LARGEFILE, fcntl(tf.fd, F_GETFL) & O_LARGEFILE); in TEST()
/bionic/libc/stdio/
Dstdio.cpp243 int fdflags = fcntl(fd, F_GETFL, 0); in fdopen()
/bionic/libc/dns/resolv/
Dres_send.c983 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()