stat 350 java/org/gnu/emacs/EmacsSafThread.java StatCacheEntry stat; stat 384 java/org/gnu/emacs/EmacsSafThread.java stat = statIter.next (); stat 392 java/org/gnu/emacs/EmacsSafThread.java if (stat.isValid ()) stat 1224 java/org/gnu/emacs/EmacsSafThread.java long[] stat; stat 1284 java/org/gnu/emacs/EmacsSafThread.java stat = new long[3]; stat 1286 java/org/gnu/emacs/EmacsSafThread.java stat[0] |= S_IRUSR; stat 1288 java/org/gnu/emacs/EmacsSafThread.java stat[0] |= S_IWUSR; stat 1292 java/org/gnu/emacs/EmacsSafThread.java stat[0] |= S_IFCHR; stat 1294 java/org/gnu/emacs/EmacsSafThread.java stat[1] = cache.size; stat 1301 java/org/gnu/emacs/EmacsSafThread.java && (stat[0] & S_IFCHR) == 0) stat 1305 java/org/gnu/emacs/EmacsSafThread.java stat[0] |= S_IFDIR | S_IWUSR | S_IXUSR; stat 1311 java/org/gnu/emacs/EmacsSafThread.java stat[0] &= ~S_IWUSR; stat 1317 java/org/gnu/emacs/EmacsSafThread.java if ((stat[0] & (S_IFDIR | S_IFCHR)) == 0) stat 1318 java/org/gnu/emacs/EmacsSafThread.java stat[0] |= S_IFREG; stat 1320 java/org/gnu/emacs/EmacsSafThread.java stat[2] = cache.mtime; stat 1321 java/org/gnu/emacs/EmacsSafThread.java return stat; stat 105 lib-src/asset-directory-tool.c struct stat statb; stat 265 lib-src/emacsclient.c struct stat dotstat, pwdstat; stat 274 lib-src/emacsclient.c && stat (pwd, &pwdstat) == 0 stat 275 lib-src/emacsclient.c && stat (".", &dotstat) == 0 stat 1212 lib-src/emacsclient.c struct stat st; stat 98 lib-src/make-fingerprint.c struct stat st; stat 174 lib-src/movemail.c struct stat st; stat 319 lib-src/movemail.c && stat (lockname, &st) == 0 stat 513 lib-src/movemail.c struct stat stat1, stat2; stat 522 lib-src/movemail.c if (stat (MAILDIR, &stat1) < 0) stat 530 lib-src/movemail.c status = stat (indir, &stat2); stat 661 lib-src/movemail.c struct stat st; stat 287 lib-src/ntlib.c stat (const char * path, struct stat * buf) stat 399 lib-src/ntlib.c lstat (const char * path, struct stat * buf) stat 401 lib-src/ntlib.c return stat (path, buf); stat 405 lib-src/ntlib.c fstat (int desc, struct stat * buf) stat 246 lib-src/seccomp-filter.c RULE (SCMP_ACT_ALLOW, SCMP_SYS (stat)); stat 308 lib-src/update-game-score.c struct stat st; stat 461 lib-src/update-game-score.c struct stat buf; stat 480 lib-src/update-game-score.c || (stat (lockpath, &buf) == 0 && 60 * 60 < time (0) - buf.st_ctime)) stat 32 lib/acl.h int file_has_acl (char const *, struct stat const *); stat 106 lib/canonicalize-lgpl.c struct stat st; stat 107 lib/canonicalize-lgpl.c return stat (file, &st) == 0 || errno == EOVERFLOW; stat 142 lib/dup2.c struct stat sbuf; stat 98 lib/euidaccess.c struct stat stats; stat 111 lib/euidaccess.c int result = stat (file, &stats); stat 148 lib/euidaccess.c if (stat (file, &stats) == -1) stat 64 lib/faccessat.c struct stat st; stat 72 lib/fchmodat.c struct stat st; stat 555 lib/fcntl.c struct stat sbuf; stat 263 lib/fdopendir.c struct stat st; stat 157 lib/file-has-acl.c file_has_acl (char const *name, struct stat const *sb) stat 532 lib/file-has-acl.c struct stat statbuf; stat 534 lib/file-has-acl.c if (stat (name, &statbuf) == -1 && errno != EOVERFLOW) stat 154 lib/filemode.c filemodestring (struct stat const *statp, char *str) stat 44 lib/filemode.h extern void filemodestring (struct stat const *statp, char *str); stat 33 lib/fstatat.c orig_fstatat (int fd, char const *filename, struct stat *buf, int flags) stat 62 lib/fstatat.c normal_fstatat (int fd, char const *file, struct stat *st, int flag) stat 77 lib/fstatat.c rpl_fstatat (int fd, char const *file, struct stat *st, int flag) stat 114 lib/fstatat.c stat_func (char const *name, struct stat *st) stat 116 lib/fstatat.c return stat (name, st); stat 138 lib/fstatat.c # define AT_FUNC_POST_FILE_PARAM_DECLS , struct stat *st, int flag stat 74 lib/lchmod.c struct stat st; stat 39 lib/lstat.c orig_lstat (const char *filename, struct stat *buf) stat 73 lib/lstat.c rpl_lstat (const char *file, struct stat *sbuf) stat 98 lib/lstat.c result = stat (file, sbuf); stat 161 lib/open.c struct stat statbuf; stat 162 lib/open.c if (stat (filename, &statbuf) == 0 && S_ISDIR (statbuf.st_mode)) stat 191 lib/open.c struct stat statbuf; stat 105 lib/openat.h statat (int fd, char const *name, struct stat *st) stat 112 lib/openat.h lstatat (int fd, char const *name, struct stat *st) stat 35 lib/readlink.c struct stat statbuf; stat 40 lib/readlink.c if (stat (file, &statbuf) >= 0) stat 65 lib/readlink.c struct stat st; stat 66 lib/readlink.c if (stat (file, &st) == 0 || errno == EOVERFLOW) stat 46 lib/readlinkat.c struct stat st; stat 280 lib/set-permissions.c struct stat statbuf; stat 286 lib/set-permissions.c ret = stat (name, &statbuf); stat 68 lib/stat-time.h get_stat_atime_ns (struct stat const *st) stat 81 lib/stat-time.h get_stat_ctime_ns (struct stat const *st) stat 94 lib/stat-time.h get_stat_mtime_ns (struct stat const *st) stat 107 lib/stat-time.h get_stat_birthtime_ns (_GL_UNUSED struct stat const *st) stat 120 lib/stat-time.h get_stat_atime (struct stat const *st) stat 132 lib/stat-time.h get_stat_ctime (struct stat const *st) stat 144 lib/stat-time.h get_stat_mtime (struct stat const *st) stat 157 lib/stat-time.h get_stat_birthtime (_GL_UNUSED struct stat const *st) stat 202 lib/stat-time.h stat_time_normalize (int result, _GL_UNUSED struct stat *st) stat 208 lib/stat-time.h short int const ts_off[] = { offsetof (struct stat, st_atim), stat 209 lib/stat-time.h offsetof (struct stat, st_mtim), stat 210 lib/stat-time.h offsetof (struct stat, st_ctim) }; stat 38 lib/symlink.c struct stat st; stat 486 lib/sys_stat.in.h _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2))); stat 487 lib/sys_stat.in.h _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf)); stat 489 lib/sys_stat.in.h _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf)); stat 516 lib/sys_stat.in.h (int fd, char const *restrict name, struct stat *restrict st, stat 520 lib/sys_stat.in.h (int fd, char const *restrict name, struct stat *restrict st, stat 525 lib/sys_stat.in.h (int fd, char const *restrict name, struct stat *restrict st, stat 530 lib/sys_stat.in.h (int fd, char const *restrict name, struct stat *restrict st, stat 808 lib/sys_stat.in.h # if defined _AIX && defined stat && defined _LARGE_FILES stat 835 lib/sys_stat.in.h # elif defined __MINGW32__ && defined stat stat 845 lib/sys_stat.in.h # elif defined _MSC_VER && defined stat stat 860 lib/sys_stat.in.h _GL_EXTERN_C int stat (const char *restrict name, struct stat *restrict buf) stat 868 lib/sys_stat.in.h # undef stat stat 870 lib/sys_stat.in.h _GL_WARN_ON_USE (stat, "stat is unportable - " stat 881 lib/sys_stat.in.h # define lstat stat stat 883 lib/sys_stat.in.h _GL_CXXALIAS_RPL_1 (lstat, stat, int, stat 884 lib/sys_stat.in.h (const char *restrict name, struct stat *restrict buf)); stat 891 lib/sys_stat.in.h (const char *restrict name, struct stat *restrict buf) stat 894 lib/sys_stat.in.h (const char *restrict name, struct stat *restrict buf)); stat 897 lib/sys_stat.in.h (const char *restrict name, struct stat *restrict buf)); stat 51 lib/tempname.c # define struct_stat64 struct stat stat 135 lib/utimens.c update_timespec (struct stat const *statbuf, struct timespec **ts) stat 177 lib/utimens.c struct stat st; stat 238 lib/utimens.c if (fd < 0 ? stat (file, &st) : fstat (fd, &st)) stat 255 lib/utimens.c struct stat statbuf; stat 256 lib/utimens.c if (stat (file, &statbuf) < 0) stat 396 lib/utimens.c && (fd < 0 ? stat (file, &st) : fstat (fd, &st))) stat 536 lib/utimens.c struct stat st; stat 45 lib/utimensat.c struct stat st; stat 90 lib/utimensat.c struct stat st; stat 154 lib/utimensat.c struct stat statbuf; stat 160 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW fstat (int, struct stat*); stat 161 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); stat 162 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW lstat (const char*, struct stat*); stat 164 nt/inc/sys/stat.h struct stat *, int); stat 69 oldXMenu/Post.c register int stat; /* Routine call return status. */ stat 79 oldXMenu/Post.c stat = XMenuActivate( stat 90 oldXMenu/Post.c switch (stat) { stat 63 src/android.h extern int android_fstat (int, struct stat *); stat 65 src/android.h struct stat *restrict, int); stat 169 src/android.h struct stat *); stat 200 src/androidvfs.c int (*stat) (struct android_vnode *, struct stat *); stat 622 src/androidvfs.c static int android_unix_stat (struct android_vnode *, struct stat *); stat 863 src/androidvfs.c android_unix_stat (struct android_vnode *vnode, struct stat *statb) stat 868 src/androidvfs.c return stat (vp->name, statb); stat 1590 src/androidvfs.c struct stat statb; stat 1603 src/androidvfs.c static int android_afs_stat (struct android_vnode *, struct stat *); stat 2006 src/androidvfs.c android_afs_stat (struct android_vnode *vnode, struct stat *statb) stat 2376 src/androidvfs.c static int android_content_stat (struct android_vnode *, struct stat *); stat 2562 src/androidvfs.c struct stat *statb) stat 2861 src/androidvfs.c static int android_authority_stat (struct android_vnode *, struct stat *); stat 3078 src/androidvfs.c struct stat *statb) stat 3271 src/androidvfs.c static int android_saf_root_stat (struct android_vnode *, struct stat *); stat 3496 src/androidvfs.c struct stat *statb) stat 3938 src/androidvfs.c struct stat *statb) stat 4402 src/androidvfs.c static int android_saf_tree_stat (struct android_vnode *, struct stat *); stat 5062 src/androidvfs.c struct stat *statb) stat 5587 src/androidvfs.c struct stat statb; stat 5777 src/androidvfs.c static int android_saf_new_stat (struct android_vnode *, struct stat *); stat 5953 src/androidvfs.c struct stat *statb) stat 6655 src/androidvfs.c android_fstat (int fd, struct stat *statb) stat 6771 src/androidvfs.c struct stat *restrict statbuf, int flags) stat 6801 src/androidvfs.c rc = (*vp->ops->stat) (vp, statbuf); stat 7104 src/androidvfs.c struct stat *statb) stat 712 src/ccl.c #define CCL_SUSPEND(stat) \ stat 716 src/ccl.c ccl->status = stat; \ stat 173 src/conf_post.h # define lstat stat stat 907 src/dired.c stat_uname (struct stat *st) stat 922 src/dired.c stat_gname (struct stat *st) stat 1015 src/dired.c struct stat s; stat 822 src/emacs.c struct stat st; stat 824 src/emacs.c && stat (candidate, &st) == 0 && S_ISREG (st.st_mode)) stat 1179 src/emacs.c struct stat stat; stat 1180 src/emacs.c if (sys_fstat (fd, &stat) != 0) stat 1185 src/emacs.c if (! S_ISREG (stat.st_mode)) stat 1191 src/emacs.c if (stat.st_size <= 0 || SIZE_MAX <= stat.st_size stat 1192 src/emacs.c || PTRDIFF_MAX <= stat.st_size stat 1193 src/emacs.c || stat.st_size % sizeof *program.filter != 0) stat 1196 src/emacs.c file, (long) stat.st_size); stat 1199 src/emacs.c size_t size = stat.st_size; stat 214 src/fileio.c struct stat st; stat 215 src/fileio.c if (stat (file, &st) != 0) stat 229 src/fileio.c struct stat st; stat 230 src/fileio.c if (stat (file, &st) == 0 && (st.st_uid == -1 || st.st_gid == -1)) stat 2166 src/fileio.c struct stat statbuf; stat 2259 src/fileio.c struct stat st; stat 2355 src/fileio.c struct stat out_st; stat 2781 src/fileio.c struct stat file_st; stat 3196 src/fileio.c struct stat st; stat 3319 src/fileio.c struct stat st; stat 3593 src/fileio.c struct stat st; stat 3742 src/fileio.c struct stat st1, st2; stat 4013 src/fileio.c struct stat st; stat 5299 src/fileio.c struct stat st; stat 5535 src/fileio.c struct stat st1; stat 5897 src/fileio.c struct stat st; stat 5973 src/fileio.c struct stat st; stat 6019 src/fileio.c struct stat st; stat 174 src/filelock.c struct stat st; stat 175 src/filelock.c if (stat (BOOT_TIME_FILE, &st) == 0) stat 324 src/filelock.c struct stat st; stat 4112 src/haiku_support.cc ssize_t stat; stat 4167 src/haiku_support.cc if ((stat = wait_for_objects_etc ((object_wait_info *) &infos, 3, stat 4170 src/haiku_support.cc if (stat == B_INTERRUPTED || stat == B_TIMED_OUT stat 4171 src/haiku_support.cc || stat == B_WOULD_BLOCK) stat 4357 src/haiku_support.cc ssize_t stat; stat 4384 src/haiku_support.cc stat = wait_for_objects ((object_wait_info *) &infos, 2); stat 4386 src/haiku_support.cc if (stat == B_INTERRUPTED) stat 4388 src/haiku_support.cc else if (stat < B_OK) stat 5122 src/haiku_support.cc ssize_t stat; stat 5165 src/haiku_support.cc stat = wait_for_objects ((struct object_wait_info *) &infos, 2); stat 5168 src/haiku_support.cc if (stat == B_INTERRUPTED || stat == B_TIMED_OUT stat 5169 src/haiku_support.cc || stat == B_WOULD_BLOCK) stat 5172 src/haiku_support.cc if (stat < B_OK) stat 4284 src/image.c struct stat st; stat 4311 src/image.c struct stat st; stat 9707 src/image.c struct stat st; stat 5079 src/lisp.h extern int sys_fstat (int, struct stat *); stat 1194 src/lread.c struct stat st; stat 1621 src/lread.c struct stat s1, s2; stat 1880 src/lread.c struct stat eln_st; stat 2171 src/lread.c struct stat st; stat 4082 src/msdos.c fstatat (int fd, char const *name, struct stat *st, int flags) stat 4110 src/msdos.c return (flags & AT_SYMLINK_NOFOLLOW) ? lstat (name, st) : stat (name, st); stat 4112 src/msdos.c return stat (name, st); stat 61 src/msdos.h int fstatat (int, char const *, struct stat *, int); stat 5586 src/pdumper.c struct stat stat; stat 5621 src/pdumper.c if (sys_fstat (dump_fd, &stat) < 0) stat 5625 src/pdumper.c if (stat.st_size > INTPTR_MAX) stat 5627 src/pdumper.c dump_size = (intptr_t) stat.st_size; stat 316 src/sysdep.c struct stat dotstat, pwdstat; stat 2440 src/sysdep.c sys_fstat (int fd, struct stat *statb) stat 3595 src/sysdep.c struct stat st; stat 3623 src/sysdep.c if (stat (procfn, &st) < 0) stat 3852 src/sysdep.c struct stat st; stat 3868 src/sysdep.c if (stat (procfn, &st) < 0) stat 164 src/unexcw.c struct stat statbuf; stat 254 src/unexelf.c struct stat stat_buf; stat 5210 src/w32.c get_file_owner_and_group (PSECURITY_DESCRIPTOR psd, struct stat *st) stat 5275 src/w32.c stat_worker (const char * path, struct stat * buf, int follow_symlinks) stat 5681 src/w32.c stat (const char * path, struct stat * buf) stat 5687 src/w32.c lstat (const char * path, struct stat * buf) stat 5693 src/w32.c fstatat (int fd, char const *name, struct stat *st, int flags) stat 5722 src/w32.c fstat (int desc, struct stat * buf) stat 1435 test/manual/etags/c-src/etags.c struct stat stat_buf; stat 1469 test/manual/etags/c-src/etags.c if (stat (real_name, &stat_buf) != 0) stat 1475 test/manual/etags/c-src/etags.c if (stat (uncompressed_name, &stat_buf) == 0) stat 1483 test/manual/etags/c-src/etags.c if (stat (compressed_name, &stat_buf) != 0) stat 1492 test/manual/etags/c-src/etags.c if (stat (compressed_name, &stat_buf) == 0) stat 58 test/manual/etags/objc-src/PackInsp.h struct stat stats[NUMSTATS]; // for lazy inspection.