Searched refs:isb (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/file_cmds-242/compress/
H A Dcompress.c204 struct stat isb, sb; local
220 if (stat(in, &isb)) { /* DON'T FSTAT! */
224 if (!S_ISREG(isb.st_mode))
255 if (!force && sb.st_size >= isb.st_size) {
265 setfile(out, &isb);
272 if (isb.st_size > sb.st_size)
274 ((float)sb.st_size / isb.st_size) * 100.0);
277 ((float)isb.st_size / sb.st_size) * 100.0);
358 struct stat isb = sb; local
361 if (isb
[all...]
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c1281 struct stat isb, osb; local
1292 bzero(&isb, sizeof(isb));
1293 if (fstat(in, &isb) != 0) {
1302 if (isb.st_nlink > 1 && fflag == 0) {
1304 file, isb.st_nlink - 1,
1305 (isb.st_nlink - 1) == 1 ? "" : "s");
1346 insize = gz_compress(in, out, &size, basename(file), (uint32_t)isb.st_mtime);
1378 copymodes(out, &isb, outfile);
1388 unlink_input(file, &isb);
1406 struct stat isb, osb; local
1739 struct stat isb; local
[all...]

Completed in 143 milliseconds