OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atox
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/pmax/stand/common/
if_prom.c
153
#define
atox
(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
macro
159
*dest =
atox
(*cp);
162
*dest = (*dest << 4) |
atox
(*cp);
/src/usr.sbin/npf/npfctl/
npf_data.c
713
#define
atox
(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
macro
729
*dest =
atox
(*cp);
732
*dest = (*dest << 4) |
atox
(*cp);
/src/sys/net/
if_ethersubr.c
1245
#define
atox
(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
macro
1256
*dest =
atox
(*cp);
1259
*dest = (*dest << 4) |
atox
(*cp);
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025