Home | History | Annotate | Download | only in msan

Lines Matching refs:endptr

412 // Hack: always pass nptr and endptr as part of __VA_ARGS_ to avoid having to
417 __msan_unpoison(endptr, sizeof(*endptr)); \
421 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
422 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr); \
426 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
428 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, base); \
432 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
434 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, loc); \
438 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
440 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, base, loc); \