Home
last modified time | relevance | path

Searched defs:strtol_l (Results 1 – 8 of 8) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__support/openbsd/
Dxlocale.h23 inline _LIBCPP_HIDE_FROM_ABI_C long strtol_l(const char* __nptr, char** __endptr, int __base, local… in strtol_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/android/
Dlocale_bionic.h57 inline _LIBCPP_HIDE_FROM_ABI_C long strtol_l(const char* __nptr, char** __endptr, int __base, local… in strtol_l() function
/external/libcxx/include/support/android/
Dlocale_bionic.h59 inline _LIBCPP_INLINE_VISIBILITY long strtol_l(const char* __nptr, char** __endptr, in strtol_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/solaris/
Dxlocale.h41 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtol_l() function
/external/libcxx/include/support/solaris/
Dxlocale.h42 long strtol_l(const char *__nptr, char **__endptr, in strtol_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/
Dxlocale.h65 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtol_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h227 long strtol_l(const char *__nptr, char **__endptr, in strtol_l() function
/external/rust/crates/libc/src/solid/
Dmod.rs663 pub fn strtol_l( in strtol_l() function