Searched refs:holesdata_sz (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c354 hi->holesdata_sz = MIN_HOLES_HDRSIZE + len + 1;
381 hi->holesdata_sz = (size_t)ull;
389 if (hi->holesdata_sz > filesz ||
390 hi->holesdata_sz <= MIN_HOLES_HDRSIZE) {
H A Dcpio.h327 size_t holesdata_sz; /* string size */ member in struct:holes_info
H A Dcpio.c2622 size_t holesdata_sz; local
2625 holesdata_sz = holes->holesdata_sz - MIN_HOLES_HDRSIZE;
2627 if ((holesdata = e_zalloc(E_NORMAL, holesdata_sz)) == NULL) {
2637 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info);
2638 *fileszp -= holesdata_sz;
2641 if (holesdata[holesdata_sz - 1] != '\0') {
3090 G_p->g_filesz = holes->holesdata_sz + holes->data_size;
3171 holes->holesdata_sz, B_FALSE);

Completed in 80 milliseconds