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/main/memcheck/tests/
unit_libcbase.c
345
Char*
endptr1
;
local
347
Long res1 = VG_(strtoll10)(a[i].str, &
endptr1
);
349
//printf("res1 = %lld, *
endptr1
= '%c'\n", res1, *
endptr1
);
351
CHECK(a[i].res == res1 && a[i].endptr_val == *
endptr1
);
352
CHECK(res2 == res1 && *endptr2 == *
endptr1
);
400
Char*
endptr1
;
local
402
Long res1 = VG_(strtoll16)(a[i].str, &
endptr1
);
404
//printf(" res1 = %lld, *
endptr1
= '%c'\n", res1, *
endptr1
);
[
all
...]
Completed in 170 milliseconds