Home
last modified time | relevance | path

Searched refs:holesdata (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c303 if (hi->holesdata != NULL) in free_holesdata()
304 free(hi->holesdata); in free_holesdata()
305 hi->holesdata = NULL; in free_holesdata()
353 hi->holesdata = str; in get_holes_info()
H A Dcpio.h326 char *holesdata; /* holesdata string */ member
H A Dcpio.c2629 char *holesdata; in read_holesdata() local
2635 if ((holesdata = e_zalloc(E_NORMAL, holesdata_sz)) == NULL) { in read_holesdata()
2649 if (holesdata[holesdata_sz - 1] != '\0') { in read_holesdata()
2651 free(holesdata); in read_holesdata()
2655 if (parse_holesdata(holes, holesdata) != 0) in read_holesdata()
2662 free(holesdata); in read_holesdata()
3178 write_ancillary(holes->holesdata, in data_out()
4984 char holesdata[MIN_HOLES_HDRSIZE + 1]; in gethdr() local
4987 (void) memcpy(holesdata, Buffr.b_out_p, MIN_HOLES_HDRSIZE); in gethdr()
4988 holesdata[MIN_HOLES_HDRSIZE] = '\0'; in gethdr()
[all …]