Lines Matching refs:st_size
167 sfsprintf(slt->buf, sizeof(slt->buf), "%s2%c%05d%05d%010d%s%c 00 ", type, state.record.format, state.blocksize, state.record.size, f->st->st_size, type, '2');
279 f->st->st_size = 0;
348 if (!ap->io->blocked) f->st->st_size = getlabnum(slt->buf, 16, 10, 10);
391 else if ((m = f->st->st_size - size) <= 0)
558 if (f->st->st_size && f->st->st_size != size)
559 error(1, "%s: header size %I*d does not match data size %I*d", f->name, sizeof(f->st->st_size), f->st->st_size, sizeof(size), size);
560 f->st->st_size = size;
864 if (f->st->st_size > 0)
873 c = f->st->st_size;