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

/external/valgrind/memcheck/tests/
H A Dunit_libcbase.c329 HChar endptr_val; // The char one past the end of the converted text. member in struct:__anon20081
337 { .str = "", .res = 0, .endptr_val = '\0' },
338 { .str = " \n\t", .res = 0, .endptr_val = ' ' },
339 { .str = "one", .res = 0, .endptr_val = 'o' },
340 { .str = "\ntwo", .res = 0, .endptr_val = '\n' },
344 { .str = "0", .res = 0, .endptr_val = '\0' },
345 { .str = "+0", .res = 0, .endptr_val = '\0' },
346 { .str = "-0", .res = 0, .endptr_val = '\0' },
347 { .str = "1", .res = 1, .endptr_val = '\0' },
348 { .str = "+1", .res = 1, .endptr_val
[all...]

Completed in 90 milliseconds