OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endptr1
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/memcheck/tests/
unit_libcbase.c
370
HChar*
endptr1
;
local
372
Long res1 = VG_(strtoll10)(a[i].str, &
endptr1
);
374
//printf("res1 = %lld, *
endptr1
= '%c'\n", res1, *
endptr1
);
376
CHECK(a[i].res == res1 && a[i].endptr_val == *
endptr1
);
377
CHECK(res2 == res1 && *endptr2 == *
endptr1
);
425
HChar*
endptr1
;
local
427
Long res1 = VG_(strtoll16)(a[i].str, &
endptr1
);
429
//printf(" res1 = %lld, *
endptr1
= '%c'\n", res1, *
endptr1
);
[
all
...]
Completed in 82 milliseconds