Searched refs:__base (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | stdlib.h | 71 long strtol(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 72 long long strtoll(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 73 unsigned long strtoul(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 74 …ed long long strtoull(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 83 unsigned long strtoul_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base… 115 __wur void* _Nullable bsearch(const void* _Nonnull __key, const void* _Nullable __base, size_t __nm… 117 void qsort(void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __comparator)(con… 208 long long strtoll_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, lo… 209 …l_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull…
|
D | wchar.h | 105 …t wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base); 106 …l __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base, locale_t _Nonnull… 107 …t wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base); 109 …t wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base); 110 …l __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base, locale_t _Nonnull… 111 …t wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_ptr, int __base); 127 …nst wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull… 128 …nst wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull…
|
D | inttypes.h | 332 intmax_t strtoimax(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 333 uintmax_t strtoumax(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base); 334 …max_t wcstoimax(const wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __base); 335 …max_t wcstoumax(const wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __base);
|
D | time.h | 462 int timespec_get(struct timespec* _Nonnull __ts, int __base) __INTRODUCED_IN(29); 472 int timespec_getres(struct timespec* _Nonnull __ts, int __base) __INTRODUCED_IN(35);
|
D | locale.h | 103 …able newlocale(int __category_mask, const char* _Nonnull __locale_name, locale_t _Nullable __base);
|
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 49 …l_l(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __base, locale_t _Nonnull… in strtol_l() argument 50 return strtol(__s, __end_ptr, __base); in strtol_l()
|