Searched refs:hexstuff (Results 1 – 1 of 1) sorted by relevance
101 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local109 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()113 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()123 hexstuff, asciistuff)); in hex_and_ascii_print_with_offset()124 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()130 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()140 hexstuff, asciistuff)); in hex_and_ascii_print_with_offset()