Lines Matching refs:INTERCEPTORS_STRTO_BASE
418 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro
429 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro
439 INTERCEPTORS_STRTO_BASE(long, strtol, char) in INTERCEPTORS_STRTO()
440 INTERCEPTORS_STRTO_BASE(long long, strtoll, char) in INTERCEPTORS_STRTO()
441 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char) in INTERCEPTORS_STRTO()
442 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char) in INTERCEPTORS_STRTO()
443 INTERCEPTORS_STRTO_BASE(u64, strtouq, char) in INTERCEPTORS_STRTO()
448 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) in INTERCEPTORS_STRTO()
449 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t) in INTERCEPTORS_STRTO()
450 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) in INTERCEPTORS_STRTO()
451 INTERCEPTORS_STRTO_BASE(unsigned long long, wcstoull, wchar_t) in INTERCEPTORS_STRTO()