Searched defs:atox (Results 1 - 3 of 3) sorted by relevance

/src/sys/arch/pmax/stand/common/
H A Dif_prom.c153 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) macro
/src/usr.sbin/npf/npfctl/
H A Dnpf_data.c713 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) macro
/src/sys/net/
H A Dif_ethersubr.c1283 #define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10)) macro

Completed in 5 milliseconds