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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-fr.c734 int is_ansi = 0; local
746 is_ansi = 1;
752 printf("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
771 if (length < (u_int)(2 - is_ansi)) {
775 length -= 2 + is_ansi;
776 ptemp += 2 + is_ansi;

Completed in 60 milliseconds