OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hextobin
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/printf/
printf.c
128
#define
hextobin
(c) (check(c, 'a') : check(c, 'A') : (c) - '0')
macro
567
value +=
hextobin
(*str);
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025