Searched refs:INTERCEPT_STRTO (Results 1 – 1 of 1) sorted by relevance
463 #define INTERCEPT_STRTO(func) \ in INTERCEPTORS_STRTO() macro1512 INTERCEPT_STRTO(strtod); in InitializeInterceptors()1513 INTERCEPT_STRTO(strtof); in InitializeInterceptors()1514 INTERCEPT_STRTO(strtold); in InitializeInterceptors()1515 INTERCEPT_STRTO(strtol); in InitializeInterceptors()1516 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()1517 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()1518 INTERCEPT_STRTO(strtoull); in InitializeInterceptors()1519 INTERCEPT_STRTO(wcstod); in InitializeInterceptors()1520 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()[all …]