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

/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c309 HChar endptr_val; // The char one past the end of the converted text. member in struct:__anon33068
317 { .str = "", .res = 0, .endptr_val = '\0' },
318 { .str = " \n\t", .res = 0, .endptr_val = ' ' },
319 { .str = "one", .res = 0, .endptr_val = 'o' },
320 { .str = "\ntwo", .res = 0, .endptr_val = '\n' },
324 { .str = "0", .res = 0, .endptr_val = '\0' },
325 { .str = "+0", .res = 0, .endptr_val = '\0' },
326 { .str = "-0", .res = 0, .endptr_val = '\0' },
327 { .str = "1", .res = 1, .endptr_val = '\0' },
328 { .str = "+1", .res = 1, .endptr_val
[all...]

Completed in 83 milliseconds