Lines Matching defs:statb
409 struct stat statb;
786 rc = lstat(dst, &statb);
789 note_info(fp, &statb, srcdst);
944 struct stat statb;
988 rc = lstat(newname, &statb);
991 note_info(fp, &statb, srcdst);
1235 struct stat statb;
1242 if (fstat(fd, &statb) < 0)
1254 if (statb.st_size > 512 * statb.st_blocks)
1255 return (statb.st_blksize);