OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:todigit
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
cpuid.c
50
static int
todigit
(variant_char c)
function
72
while ((digit =
todigit
(*str++)) < base)
/src/crypto/external/bsd/openssl/dist/crypto/
cpuid.c
52
static int
todigit
(variant_char c)
function
74
while((digit =
todigit
(*str++)) < base)
/src/crypto/external/bsd/openssl.old/dist/crypto/
cryptlib.c
54
static int
todigit
(variant_char c)
function
76
while((digit =
todigit
(*str++)) < base)
/src/usr.bin/calendar/
calendar.c
680
#define
todigit
(x) ((x) - '0')
macro
681
#define ATOI2(x) (
todigit
((x)[0]) * 10 +
todigit
((x)[1]))
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026