Home | History | Annotate | Download | only in rdist

Lines Matching refs:stb

381 	struct stat stb;
390 if (stat(stamp, &stb) < 0) {
395 printf("%s: %lu\n", stamp, (u_long)stb.st_mtime);
398 lastmod = stb.st_mtime;
436 struct stat stb;
459 if (access(name, 4) < 0 || stat(name, &stb) < 0) {
464 switch (stb.st_mode & S_IFMT) {
469 rcmptime(&stb);
477 if (stb.st_mtime > lastmod)
528 struct stat stb;
552 if (fstat(fd, &stb) < 0) {
557 if (stb.st_size == 0) {