Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tar/
H A Dtar.c639 static char *xrec_ptr; variable
970 if ((xrec_ptr = malloc(xrec_size)) == NULL) { in main()
6444 (void) writetbuf(xrec_ptr, nblks); in build_dblock()
6835 free(xrec_ptr); in get_xdata()
6837 if ((xrec_ptr = malloc(xrec_size)) == NULL) in get_xdata()
6841 lineloc = xrec_ptr; in get_xdata()
6847 lineloc = xrec_ptr; in get_xdata()
6848 xrec_ptr[stbuf.st_size] = '\0'; in get_xdata()
6849 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
7029 if (((curr_ptr = realloc(xrec_ptr, 2 * xrec_size)) == NULL)) in gen_num()
[all …]