Home | History | Annotate | Download | only in src

Lines Matching refs:statb

327 		struct stat statb;
338 if (stat(tf->tffn, &statb) < 0)
340 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) {
342 "file", (unsigned long)statb.st_size);
345 n = (size_t)statb.st_size + 1;