F_GETFD 43 lib/cloexec.c int flags = fcntl (desc, F_GETFD, 0); F_GETFD 228 lib/fcntl.c case F_GETFD: F_GETFD 285 lib/fcntl.c #ifdef F_GETFD /* POSIX */ F_GETFD 286 lib/fcntl.c case F_GETFD: F_GETFD 462 lib/fcntl.c int flags = fcntl (fd, F_GETFD); F_GETFD 533 lib/fcntl.c int flags = fcntl (result, F_GETFD); F_GETFD 578 lib/fcntl.c case F_GETFD: F_GETFD 263 lib/fcntl.in.h #ifndef F_GETFD F_GETFD 130 lib/pipe2.c if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0 F_GETFD 132 lib/pipe2.c || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) < 0 F_GETFD 1779 src/androidvfs.c flags = fcntl (fd, F_GETFD);