Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c635 static char *xrec_ptr; variable
971 if ((xrec_ptr = malloc(xrec_size)) == NULL) { in main()
6489 (void) writetbuf(xrec_ptr, nblks); in build_dblock()
6879 free(xrec_ptr); in get_xdata()
6881 if ((xrec_ptr = malloc(xrec_size)) == NULL) in get_xdata()
6885 lineloc = xrec_ptr; in get_xdata()
6891 lineloc = xrec_ptr; in get_xdata()
6892 xrec_ptr[stbuf.st_size] = '\0'; in get_xdata()
6893 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
7073 if (((curr_ptr = realloc(xrec_ptr, 2 * xrec_size)) == NULL)) in gen_num()
[all …]