Lines Matching refs:INTERCEPT_STRTO
454 #define INTERCEPT_STRTO(func) \ in INTERCEPTORS_STRTO() macro
458 #define INTERCEPT_STRTO(func) \
1679 INTERCEPT_STRTO(strtod); in InitializeInterceptors()
1680 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
1681 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
1682 INTERCEPT_STRTO(strtol); in InitializeInterceptors()
1683 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()
1684 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()
1685 INTERCEPT_STRTO(strtoull); in InitializeInterceptors()
1686 INTERCEPT_STRTO(strtouq); in InitializeInterceptors()
1687 INTERCEPT_STRTO(wcstod); in InitializeInterceptors()
1688 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()
1689 INTERCEPT_STRTO(wcstold); in InitializeInterceptors()
1690 INTERCEPT_STRTO(wcstol); in InitializeInterceptors()
1691 INTERCEPT_STRTO(wcstoul); in InitializeInterceptors()
1692 INTERCEPT_STRTO(wcstoll); in InitializeInterceptors()
1693 INTERCEPT_STRTO(wcstoull); in InitializeInterceptors()