| /external/libcxx/include/support/xlocale/ |
| D | __strtonum_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, in strtof_l() 28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() 33 inline _LIBCPP_INLINE_VISIBILITY long double strtold_l(const char *nptr, in strtold_l() 39 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() 49 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() 54 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() 58 inline _LIBCPP_INLINE_VISIBILITY long double wcstold_l(const wchar_t *nptr, in wcstold_l()
|
| /external/llvm-project/libcxx/include/support/xlocale/ |
| D | __strtonum_fallback.h | 22 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, in strtof_l() 27 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() 32 inline _LIBCPP_INLINE_VISIBILITY long double strtold_l(const char *nptr, in strtold_l() 38 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() 43 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() 48 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() 53 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() 57 inline _LIBCPP_INLINE_VISIBILITY long double wcstold_l(const wchar_t *nptr, in wcstold_l()
|
| /external/mtools/ |
| D | strtonum.c | 21 static long strtol_with_range(const char *nptr, char **endptr, int base, in strtol_with_range() 35 static long strtoul_with_range(const char *nptr, char **endptr, int base, in strtoul_with_range() 46 unsigned int strtoui(const char *nptr, char **endptr, int base) { in strtoui() 56 int strtoi(const char *nptr, char **endptr, int base) { in strtoi() 65 uint8_t strtou8(const char *nptr, char **endptr, int base) { in strtou8() 73 uint16_t strtou16(const char *nptr, char **endptr, int base) { in strtou16() 81 uint32_t strtou32(const char *nptr, char **endptr, int base) { in strtou32()
|
| /external/libcxx/include/support/musl/ |
| D | xlocale.h | 28 static inline long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 33 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() 38 static inline long long wcstoll_l(const wchar_t *nptr, wchar_t **endptr, in wcstoll_l() 43 static inline unsigned long long wcstoull_l(const wchar_t *nptr, in wcstoull_l() 49 static inline long double wcstold_l(const wchar_t *nptr, wchar_t **endptr, in wcstold_l()
|
| /external/llvm-project/libcxx/include/support/musl/ |
| D | xlocale.h | 27 static inline long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 32 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() 37 static inline long long wcstoll_l(const wchar_t *nptr, wchar_t **endptr, in wcstoll_l() 42 static inline unsigned long long wcstoull_l(const wchar_t *nptr, in wcstoull_l() 48 static inline long double wcstold_l(const wchar_t *nptr, wchar_t **endptr, in wcstold_l()
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| D | strtoi.cpp | 6 void test_strtoi(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtoi() 15 void test_strtou(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtou()
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
| D | interception_test.cpp | 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol()
|
| /external/compiler-rt/test/asan/TestCases/ |
| D | interception_failure_test.cc | 13 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol()
|
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| D | interception_test.cc | 11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol()
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/ |
| D | interception_failure_test.cpp | 22 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol()
|
| /external/llvm-project/compiler-rt/lib/asan/tests/ |
| D | asan_str_test.cpp | 576 void CallAtoi(const char *nptr) { in CallAtoi() 579 void CallAtol(const char *nptr) { in CallAtol() 582 void CallAtoll(const char *nptr) { in CallAtoll() 620 void CallStrtol(const char *nptr, char **endptr, int base) { in CallStrtol() 623 void CallStrtoll(const char *nptr, char **endptr, int base) { in CallStrtoll()
|
| /external/compiler-rt/lib/asan/tests/ |
| D | asan_str_test.cc | 538 void CallAtoi(const char *nptr) { in CallAtoi() 541 void CallAtol(const char *nptr) { in CallAtol() 544 void CallAtoll(const char *nptr) { in CallAtoll() 582 void CallStrtol(const char *nptr, char **endptr, int base) { in CallStrtol() 585 void CallStrtoll(const char *nptr, char **endptr, int base) { in CallStrtoll()
|
| /external/llvm-project/openmp/runtime/test/api/ |
| D | omp_realloc_def_fb.c | 11 void *nptr[2]; in main() local
|
| D | omp_realloc_size_0.c | 12 void *nptr[2]; in main() local
|
| D | omp_realloc_null_ptr.c | 12 void *nptr[2]; in main() local
|
| /external/arm-trusted-firmware/lib/libc/ |
| D | strtoul.c | 48 unsigned long strtoul(const char *nptr, char **endptr, int base) in strtoul()
|
| D | strtoull.c | 48 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull()
|
| D | strtoll.c | 48 long long strtoll(const char *nptr, char **endptr, int base) in strtoll()
|
| D | strtol.c | 48 long strtol(const char *nptr, char **endptr, int base) in strtol()
|
| /external/openssh/openbsd-compat/ |
| D | strtoull.c | 50 strtoull(const char *nptr, char **endptr, int base) in strtoull()
|
| D | strtoul.c | 48 strtoul(const char *nptr, char **endptr, int base) in strtoul()
|
| D | strtoll.c | 50 strtoll(const char *nptr, char **endptr, int base) in strtoll()
|
| /external/python/cpython2/Python/ |
| D | pystrtod.c | 92 _PyOS_ascii_strtod(const char *nptr, char **endptr) in _PyOS_ascii_strtod() 125 _PyOS_ascii_strtod(const char *nptr, char **endptr) in _PyOS_ascii_strtod() 276 PyOS_ascii_strtod(const char *nptr, char **endptr) in PyOS_ascii_strtod() 304 PyOS_ascii_atof(const char *nptr) in PyOS_ascii_atof()
|
| /external/llvm-project/compiler-rt/lib/memprof/ |
| D | memprof_interceptors.cpp | 277 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() 287 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() 302 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() 313 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() 323 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR()
|
| /external/libvpx/libvpx/examples/ |
| D | decode_with_drops.c | 83 char *nptr = NULL; in main() local
|