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

/netbsd-current/usr.bin/printf/
H A Dprintf.c125 #define hextobin(c) (check(c, 'a') : check(c, 'A') : (c) - '0') macro
531 value += hextobin(*str);

Completed in 129 milliseconds