Home
last modified time | relevance | path

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

/titanic_44/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.c2621 char *holesdata; in read_holesdata() local
2627 if ((holesdata = e_zalloc(E_NORMAL, holesdata_sz)) == NULL) { in read_holesdata()
2637 (void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info); in read_holesdata()
2641 if (holesdata[holesdata_sz - 1] != '\0') { in read_holesdata()
2643 free(holesdata); in read_holesdata()
2647 if (parse_holesdata(holes, holesdata) != 0) in read_holesdata()
2654 free(holesdata); in read_holesdata()
3170 write_ancillary(holes->holesdata, in data_out()
4976 char holesdata[MIN_HOLES_HDRSIZE + 1]; in gethdr() local
4979 (void) memcpy(holesdata, Buffr.b_out_p, MIN_HOLES_HDRSIZE); in gethdr()
[all …]