fstat            1213 lib-src/emacsclient.c       if (fstat (dirfd, &st) != 0)
fstat              99 lib-src/make-fingerprint.c   if (!f || fstat (fileno (f), &st) != 0)
fstat             662 lib-src/movemail.c       if (fstat (mbfi, &st) != 0 || st.st_uid != getuid ())
fstat             237 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (fstat));
fstat             312 lib-src/update-game-score.c   if (fstat (fileno (f), &st) != 0)
fstat             146 lib/dup2.c           && !fstat (fd, &sbuf) && S_ISDIR (sbuf.st_mode))
fstat             563 lib/fcntl.c          && !fstat (fd, &sbuf) && S_ISDIR (sbuf.st_mode))
fstat             264 lib/fdopendir.c   if (fstat (fd, &st))
fstat             193 lib/open.c               if (fstat (fd, &statbuf) >= 0 && !S_ISDIR (statbuf.st_mode))
fstat             284 lib/set-permissions.c     ret = fstat (desc, &statbuf);
fstat             486 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
fstat             487 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
fstat             489 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
fstat             492 lib/sys_stat.in.h _GL_CXXALIASWARN (fstat);
fstat             503 lib/sys_stat.in.h _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
fstat             238 lib/utimens.c            if (fd < 0 ? stat (file, &st) : fstat (fd, &st))
fstat             396 lib/utimens.c            && (fd < 0 ? stat (file, &st) : fstat (fd, &st)))
fstat             453 lib/utimens.c                  if ((abig | mbig) && fstat (fd, &st) == 0)
fstat             160 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW	fstat (int, struct stat*);
fstat            3110 src/androidvfs.c   rc = fstat (fd, statb);
fstat            6670 src/androidvfs.c   rc = fstat (fd, statb);
fstat              72 src/lread.c    #define lread_fstat	fstat
fstat            2443 src/sysdep.c     return fstat (fd, statb);
fstat             165 src/unexcw.c   	      ret = fstat (fd, &statbuf);
fstat             265 src/unexelf.c    if (fstat (old_file, &stat_buf) != 0)