Searched refs:_strtoi64 (Results 1 – 4 of 4) sorted by relevance
5 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base);6 #define _strtoui64 _strtoi64
8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64() function
297 #define strtoimax _strtoi64
2619 done by checking for the strtoq, strtoll, and _strtoi64 functions.2975 and instead check for _strtoi64 explicitly, and avoid the use of snprintf()
Completed in 37 milliseconds