Home | History | Annotate | Download | only in dist

Lines Matching defs:Stat

26 #include <sys/stat.h>
85 typedef struct Stat Stat;
87 struct Stat {
149 { "stat", NULL, SSH2_FXP_STAT, process_stat, 0 },
612 send_names(uint32_t id, int count, const Stat *stats)
898 struct stat st;
907 r = do_lstat ? lstat(name, &st) : stat(name, &st);
936 struct stat st;
1130 struct stat st;
1132 Stat *stats;
1135 stats = xcalloc(nstats, sizeof(Stat));
1139 stats = xreallocarray(stats, nstats, sizeof(Stat));
1243 Stat s;
1256 struct stat sb;
1271 struct stat st;
1275 * stat+rename. This is racy.
1277 if (stat(newpath, &st) == -1) {
1293 } else if (stat(newpath, &sb) == -1) {
1319 Stat s;
1529 Stat s;
1676 Stat s;