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

/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c307 Char endptr_val; // The char one past the end of the converted text. member in struct:__anon14125
315 { .str = "", .res = 0, .endptr_val = '\0' },
316 { .str = " \n\t", .res = 0, .endptr_val = ' ' },
317 { .str = "one", .res = 0, .endptr_val = 'o' },
318 { .str = "\ntwo", .res = 0, .endptr_val = '\n' },
322 { .str = "0", .res = 0, .endptr_val = '\0' },
323 { .str = "+0", .res = 0, .endptr_val = '\0' },
324 { .str = "-0", .res = 0, .endptr_val = '\0' },
325 { .str = "1", .res = 1, .endptr_val = '\0' },
326 { .str = "+1", .res = 1, .endptr_val
[all...]

Completed in 35 milliseconds