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

/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c347 HChar* endptr1; local
349 Long res1 = VG_(strtoll10)(a[i].str, &endptr1);
351 //printf("res1 = %lld, *endptr1 = '%c'\n", res1, *endptr1);
353 CHECK(a[i].res == res1 && a[i].endptr_val == *endptr1);
354 CHECK(res2 == res1 && *endptr2 == *endptr1);
402 HChar* endptr1; local
404 Long res1 = VG_(strtoll16)(a[i].str, &endptr1);
406 //printf(" res1 = %lld, *endptr1 = '%c'\n", res1, *endptr1);
[all...]

Completed in 111 milliseconds