Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/generic/
A Ddup2.c30 return __libc_fcntl (fd, F_GETFL, 0) < 0 ? -1 : fd; in __dup2()
/sysdeps/posix/
A Ddup2.c41 if (fcntl (fd, F_GETFL) < 0) in __dup2()
A Dposix_fallocate.c45 int flags = __fcntl (fd, F_GETFL, 0); in posix_fallocate()
A Dposix_fallocate64.c45 int flags = __fcntl (fd, F_GETFL, 0); in __posix_fallocate64_l64()
/sysdeps/unix/sysv/linux/
A Dfdopendir.c41 int flags = __fcntl64_nocancel (fd, F_GETFL); in __fdopendir()
A Dnetlink_assert_response.c67 int mode = __fcntl (fd, F_GETFL, 0); in __netlink_assert_response()
/sysdeps/mach/hurd/bits/
A Dfcntl.h160 #define F_GETFL 3 /* Get file status flags. */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h170 #define F_GETFL 3 /* Get file status flags. */ macro
/sysdeps/mach/hurd/
A Dfcntl.c266 case F_GETFL: /* Get per-open flags. */ in __libc_fcntl()

Completed in 7 milliseconds