Searched refs:atox (Results 1 – 2 of 2) sorted by relevance
153 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) in prom_init() macro159 *dest = atox(*cp); in prom_init()162 *dest = (*dest << 4) | atox(*cp); in prom_init()
1246 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) in ether_aton_r() macro1257 *dest = atox(*cp); in ether_aton_r()1260 *dest = (*dest << 4) | atox(*cp); in ether_aton_r()