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.c636 static char *xrec_ptr; variable
972 if ((xrec_ptr = malloc(xrec_size)) == NULL) { in main()
6490 (void) writetbuf(xrec_ptr, nblks); in build_dblock()
6892 free(xrec_ptr); in get_xdata()
6894 if ((xrec_ptr = malloc(xrec_size)) == NULL) in get_xdata()
6898 lineloc = xrec_ptr; in get_xdata()
6904 lineloc = xrec_ptr; in get_xdata()
6905 xrec_ptr[stbuf.st_size] = '\0'; in get_xdata()
6906 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
7086 if (((curr_ptr = realloc(xrec_ptr, 2 * xrec_size)) == NULL)) in gen_num()
[all …]