Home
last modified time | relevance | path

Searched refs:atox (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/pmax/stand/common/
Dif_prom.c153 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) in prom_init() macro
159 *dest = atox(*cp); in prom_init()
162 *dest = (*dest << 4) | atox(*cp); in prom_init()
/netbsd/src/sys/net/
Dif_ethersubr.c1246 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) in ether_aton_r() macro
1257 *dest = atox(*cp); in ether_aton_r()
1260 *dest = (*dest << 4) | atox(*cp); in ether_aton_r()