Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dflistxattr.cpp50 int fd_flag = fcntl(fd, F_GETFL); in flistxattr()
Dfchmod.cpp55 int fd_flag = fcntl(fd, F_GETFL); in fchmod()
Dfsetxattr.cpp50 int fd_flag = fcntl(fd, F_GETFL); in fsetxattr()
Dfgetxattr.cpp51 int fd_flag = fcntl(fd, F_GETFL); in fgetxattr()
Dlibc_init_common.cpp140 int status = TEMP_FAILURE_RETRY(fcntl(i, F_GETFL)); in __nullify_closed_stdio()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h86 #define F_GETFL 3 macro
/bionic/tests/headers/posix/
Dfcntl_h.c38 MACRO(F_GETFL); in fcntl_h()
/bionic/tests/
Dstdlib_test.cpp416 ASSERT_EQ(O_LARGEFILE, fcntl(tf.fd, F_GETFL) & O_LARGEFILE); in TEST()
/bionic/libc/dns/resolv/
Dres_send.c986 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()
/bionic/libc/stdio/
Dstdio.cpp282 int fd_flags = fcntl(fd, F_GETFL, 0); in fdopen()