Lines Matching defs:INTERCEPTORS_STRTO
458 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \
471 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \
490 INTERCEPTORS_STRTO(double, strtod, char)
491 INTERCEPTORS_STRTO(float, strtof, char)
495 INTERCEPTORS_STRTO(long double, strtold, char)
503 INTERCEPTORS_STRTO(double, wcstod, wchar_t)
504 INTERCEPTORS_STRTO(float, wcstof, wchar_t)
508 INTERCEPTORS_STRTO(long double, wcstold, wchar_t)
516 INTERCEPTORS_STRTO(double, __isoc23_strtod, char)
517 INTERCEPTORS_STRTO(float, __isoc23_strtof, char)
521 INTERCEPTORS_STRTO(long double, __isoc23_strtold, char)
529 INTERCEPTORS_STRTO(double, __isoc23_wcstod, wchar_t)
530 INTERCEPTORS_STRTO(float, __isoc23_wcstof, wchar_t)
534 INTERCEPTORS_STRTO(long double, __isoc23_wcstold, wchar_t)