Searched refs:F_GETFL (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | flistxattr.cpp | 50 int fd_flag = fcntl(fd, F_GETFL); in flistxattr()
|
D | fchmod.cpp | 55 int fd_flag = fcntl(fd, F_GETFL); in fchmod()
|
D | fsetxattr.cpp | 50 int fd_flag = fcntl(fd, F_GETFL); in fsetxattr()
|
D | fgetxattr.cpp | 51 int fd_flag = fcntl(fd, F_GETFL); in fgetxattr()
|
D | libc_init_common.cpp | 140 int status = TEMP_FAILURE_RETRY(fcntl(i, F_GETFL)); in __nullify_closed_stdio()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 86 #define F_GETFL 3 macro
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 38 MACRO(F_GETFL); in fcntl_h()
|
/bionic/tests/ |
D | stdlib_test.cpp | 416 ASSERT_EQ(O_LARGEFILE, fcntl(tf.fd, F_GETFL) & O_LARGEFILE); in TEST()
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 986 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 282 int fd_flags = fcntl(fd, F_GETFL, 0); in fdopen()
|