Searched defs:strtoull_l (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/include/support/musl/ |
D | xlocale.h | 33 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() function
|
/external/llvm-project/libcxx/include/support/musl/ |
D | xlocale.h | 32 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() function
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | xlocale.h | 46 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 47 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/external/libcxx/include/support/xlocale/ |
D | __strtonum_fallback.h | 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() function
|
/external/llvm-project/libcxx/include/support/xlocale/ |
D | __strtonum_fallback.h | 43 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 134 #define strtoull_l _strtoui64_l macro
|
/external/llvm-project/libcxx/include/support/win32/ |
D | locale_win32.h | 198 #define strtoull_l _strtoui64_l macro
|
/external/llvm-project/libcxx/include/support/ibm/ |
D | xlocale.h | 242 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 237 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|