Searched refs:xrec_ptr (Results 1 – 1 of 1) sorted by relevance
639 static char *xrec_ptr; variable970 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 …]