OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tohex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ifconfig/
util.c
116
#define
tohex
(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
macro
117
*p++ = (
tohex
((u_char)val[0]) << 4) |
118
tohex
((u_char)val[1]);
119
#undef
tohex
util.c
116
#define
tohex
(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
macro
117
*p++ = (
tohex
((u_char)val[0]) << 4) |
118
tohex
((u_char)val[1]);
119
#undef
tohex
Completed in 43 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025