Searched refs:F_GETFL (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | flistxattr.cpp | 49 int fd_flag = fcntl(fd, F_GETFL); in flistxattr()
|
D | fchmod.cpp | 54 int fd_flag = fcntl(fd, F_GETFL); in fchmod()
|
D | fsetxattr.cpp | 49 int fd_flag = fcntl(fd, F_GETFL); in fsetxattr()
|
D | fgetxattr.cpp | 49 int fd_flag = fcntl(fd, F_GETFL); in fgetxattr()
|
D | libc_init_common.cpp | 160 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/ |
D | stdlib_test.cpp | 301 ASSERT_EQ(O_LARGEFILE, fcntl(tf.fd, F_GETFL) & O_LARGEFILE); in TEST()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 243 int fdflags = fcntl(fd, F_GETFL, 0); in fdopen()
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 987 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout()
|