Lines Matching refs:INTERCEPT_STRTO
477 #define INTERCEPT_STRTO(func) \ in INTERCEPTORS_STRTO() macro
1569 INTERCEPT_STRTO(strtod); in InitializeInterceptors()
1570 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
1571 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
1572 INTERCEPT_STRTO(strtol); in InitializeInterceptors()
1573 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()
1574 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()
1575 INTERCEPT_STRTO(strtoull); in InitializeInterceptors()
1576 INTERCEPT_STRTO(wcstod); in InitializeInterceptors()
1577 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()
1578 INTERCEPT_STRTO(wcstold); in InitializeInterceptors()
1579 INTERCEPT_STRTO(wcstol); in InitializeInterceptors()
1580 INTERCEPT_STRTO(wcstoul); in InitializeInterceptors()
1581 INTERCEPT_STRTO(wcstoll); in InitializeInterceptors()
1582 INTERCEPT_STRTO(wcstoull); in InitializeInterceptors()