Searched refs:xrec_offset (Results 1 – 1 of 1) sorted by relevance
635 static off_t xrec_offset = 0; variable6449 xrec_offset = 0; in build_dblock()6481 "%011" FMT_off_t_o, xrec_offset); in build_dblock()6485 nblks = TBLOCKS(xrec_offset); in build_dblock()7070 if (xrec_offset + len > xrec_size) { in gen_num()7077 (void) sprintf(&xrec_ptr[xrec_offset], in gen_num()7079 xrec_offset += len; in gen_num()7109 if (xrec_offset + len > xrec_size) { in gen_date()7116 (void) sprintf(&xrec_ptr[xrec_offset], in gen_date()7118 xrec_offset += len; in gen_date()[all …]