Searched refs:endptr2 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c348 HChar* endptr2; local
350 long long res2 = strtoll (a[i].str, &endptr2, 10);
352 //printf("res2 = %lld, *endptr2 = '%c'\n", res2, *endptr2);
354 CHECK(res2 == res1 && *endptr2 == *endptr1);
403 HChar* endptr2; local
405 long long res2 = strtoll (a[i].str, &endptr2, 16);
407 //printf(" res2 = %lld, *endptr2 = '%c'\n", res2, *endptr2);
409 CHECK(res2 == res1 && *endptr2
[all...]

Completed in 80 milliseconds