fstat 1211 lib-src/emacsclient.c if (fstat (dirfd, &st) != 0) fstat 99 lib-src/make-fingerprint.c if (!f || fstat (fileno (f), &st) != 0) fstat 661 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 314 lib-src/update-game-score.c if (fstat (fileno (f), &st) != 0) fstat 147 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 239 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 474 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2))); fstat 475 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf)); fstat 477 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf)); fstat 480 lib/sys_stat.in.h _GL_CXXALIASWARN (fstat); fstat 491 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 989 src/dired.c if (fstat (namefd, &s) != 0) fstat 1126 src/emacs.c if (fstat (fd, &stat) != 0) fstat 2229 src/fileio.c if (fstat (ifd, &st) != 0) fstat 2275 src/fileio.c if (fstat (ofd, &out_st) != 0) fstat 4016 src/fileio.c if (fstat (fd, &st) != 0) fstat 5411 src/fileio.c if (fstat (desc, &st) == 0) fstat 5449 src/fileio.c if (fstat (desc1, &st1) == 0 fstat 3762 src/image.c if (fstat (fileno (fp), &st) == 0 fstat 9105 src/image.c if (fstat (fileno (fp), &st) == 0) fstat 1050 src/lread.c if (fstat (fd, &st) == 0 && !S_ISREG (st.st_mode)) fstat 1679 src/lread.c if (fstat (eln_fd, &eln_st) || S_ISDIR (eln_st.st_mode)) fstat 2001 src/lread.c int err = (fstat (fd, &st) != 0 ? errno fstat 5623 src/pdumper.c if (fstat (dump_fd, &stat) < 0) fstat 165 src/unexcw.c ret = fstat (fd, &statbuf); fstat 265 src/unexelf.c if (fstat (old_file, &stat_buf) != 0)