Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c634 static char *xrec_ptr; variable
969 if ((xrec_ptr = malloc(xrec_size)) == NULL) { in main()
6486 (void) writetbuf(xrec_ptr, nblks); in build_dblock()
6877 free(xrec_ptr); in get_xdata()
6879 if ((xrec_ptr = malloc(xrec_size)) == NULL) in get_xdata()
6883 lineloc = xrec_ptr; in get_xdata()
6889 lineloc = xrec_ptr; in get_xdata()
6890 xrec_ptr[stbuf.st_size] = '\0'; in get_xdata()
6891 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
7071 if (((curr_ptr = realloc(xrec_ptr, 2 * xrec_size)) == NULL)) in gen_num()
[all …]