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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c2896 int digit1 = tohex(s[1]); local
2898 if (digit1 >= 0 && digit2 >= 0) {
2902 *d++ = ((digit1 << 4) | digit2);

Completed in 265 milliseconds