OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_dec_digit
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
m_libcbase.c
53
static Bool
is_dec_digit
(Char c, Long* digit)
function
80
while (
is_dec_digit
(*str, &digit)) {
105
while (
is_dec_digit
(*str, &digit)) {
196
while (
is_dec_digit
(*str, &digit)) {
203
while (
is_dec_digit
(*str, &digit)) {
/external/valgrind/main/memcheck/tests/
unit_libcbase.c
284
CHECK(
is_dec_digit
('0', &x) && 0 == x );
285
CHECK(
is_dec_digit
('1', &x) && 1 == x );
286
CHECK(
is_dec_digit
('9', &x) && 9 == x );
Completed in 2332 milliseconds