OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:todigit
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/calendar/
calendar.c
680
#define
todigit
(x) ((x) - '0')
macro
681
#define ATOI2(x) (
todigit
((x)[0]) * 10 +
todigit
((x)[1]))
calendar.c
680
#define
todigit
(x) ((x) - '0')
macro
681
#define ATOI2(x) (
todigit
((x)[0]) * 10 +
todigit
((x)[1]))
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025