Lines Matching defs:statb
331 struct stat statb;342 if (stat(tf->tffn, &statb) < 0)344 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) {346 "file", (unsigned long)statb.st_size);349 n = (size_t)statb.st_size + 1;