Searched refs:statb (Results 1 – 2 of 2) sorted by relevance
67 struct stat statb; in flashcp_main() local81 fstat(fd_f, &statb); in flashcp_main()87 if (statb.st_size > mtd.size) { in flashcp_main()95 erase_count = (uoff_t)(statb.st_size + mtd.erasesize - 1) / mtd.erasesize; in flashcp_main()137 progress(i, done / 1024, (uoff_t)statb.st_size / 1024); in flashcp_main()138 rem = statb.st_size - done; in flashcp_main()
2926 struct stat statb; in cdcmd() local2962 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) { in cdcmd()7847 struct stat statb; in expmeta() local7892 if (lstat(expdir, &statb) == 0) in expmeta()11215 struct stat statb; in chkmail() local11237 if (stat(p, &statb) < 0) { in chkmail()11241 new_hash += (unsigned)statb.st_mtime; in chkmail()13560 struct stat statb; in find_dot_file() local13570 && !stat(fullname, &statb) && S_ISREG(statb.st_mode) in find_dot_file()13686 struct stat statb; in find_command() local[all …]