Lines Matching refs:xrec_ptr
639 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()
7032 xrec_ptr = curr_ptr; in gen_num()
7035 (void) sprintf(&xrec_ptr[xrec_offset], in gen_num()
7068 if (((curr_ptr = realloc(xrec_ptr, 2 * xrec_size)) == NULL)) in gen_date()
7071 xrec_ptr = curr_ptr; in gen_date()
7074 (void) sprintf(&xrec_ptr[xrec_offset], in gen_date()
7108 if (((curr_ptr = realloc(xrec_ptr, 2 * xrec_size)) == NULL)) in gen_string()
7111 xrec_ptr = curr_ptr; in gen_string()
7117 (void) sprintf(&xrec_ptr[xrec_offset], in gen_string()
7122 (void) sprintf(&xrec_ptr[xrec_offset], in gen_string()