Lines Matching defs:end
134 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax()
138 intmax_t wcstoimax(const wchar_t* s, wchar_t** end, int base) { in wcstoimax()
142 long strtol(const char* s, char** end, int base) { in strtol()
147 long wcstol(const wchar_t* s, wchar_t** end, int base) { in wcstol()
152 long long strtoll(const char* s, char** end, int base) { in strtoll()
157 long long wcstoll(const wchar_t* s, wchar_t** end, int base) { in wcstoll()
162 unsigned long strtoul(const char* s, char** end, int base) { in strtoul()
167 unsigned long wcstoul(const wchar_t* s, wchar_t** end, int base) { in wcstoul()
172 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull()
177 unsigned long long wcstoull(const wchar_t* s, wchar_t** end, int base) { in wcstoull()
182 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax()
186 uintmax_t wcstoumax(const wchar_t* s, wchar_t** end, int base) { in wcstoumax()