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

/external/tcpdump/
H A Dprint-ascii.c97 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; local
102 hsp = hexstuff; asp = asciistuff;
106 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
116 hexstuff, asciistuff);
117 i = 0; hsp = hexstuff; asp = asciistuff;
123 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
133 hexstuff, asciistuff);

Completed in 78 milliseconds