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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ascii.c83 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; local
88 hsp = hexstuff; asp = asciistuff;
92 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
102 hexstuff, asciistuff);
103 i = 0; hsp = hexstuff; asp = asciistuff;
109 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
119 hexstuff, asciistuff);

Completed in 45 milliseconds