Searched refs:hexstuff (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ascii.c101 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; local
109 hsp = hexstuff; asp = asciistuff;
113 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
123 hexstuff, asciistuff));
124 i = 0; hsp = hexstuff; asp = asciistuff;
130 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
140 hexstuff, asciistuff));

Completed in 99 milliseconds