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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c2391 int digit2 = tohex(s[2]); local
2392 if (digit1 >= 0 && digit2 >= 0) {
2396 *d++ = ((digit1 << 4) | digit2);

Completed in 54 milliseconds