/bionic/libc/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
stdlib.h | 81 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__; 82 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __INTRODUCED_IN(21); 83 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__; 85 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__; 86 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__; 87 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
|
/development/ndk/platforms/android-21/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
stdlib.h | 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__; 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
stdlib.h | 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__; 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
stdlib.h | 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 79 extern long long strtoll_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__; 80 extern unsigned long long strtoull_l(const char *, char **, int, locale_t) __LIBC_ABI_PUBLIC__;
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
time.h | 40 extern char* tzname[] __LIBC_ABI_PUBLIC__; 41 extern int daylight __LIBC_ABI_PUBLIC__; 42 extern long int timezone __LIBC_ABI_PUBLIC__; 62 extern time_t time(time_t*) __LIBC_ABI_PUBLIC__; 63 extern int nanosleep(const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__; 65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__; 66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__; 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__; 69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__; 71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__; [all...] |
/bionic/libc/include/arpa/ |
nameser.h | 569 int ns_msg_getflag(ns_msg, int) __LIBC_ABI_PUBLIC__; 570 uint16_t ns_get16(const u_char *) __LIBC_ABI_PUBLIC__; 571 uint32_t ns_get32(const u_char *) __LIBC_ABI_PUBLIC__; 572 void ns_put16(uint16_t, u_char *) __LIBC_ABI_PUBLIC__; 573 void ns_put32(uint32_t, u_char *) __LIBC_ABI_PUBLIC__; 574 int ns_initparse(const u_char *, int, ns_msg *) __LIBC_ABI_PUBLIC__; 575 int ns_skiprr(const u_char *, const u_char *, ns_sect, int) __LIBC_ABI_PUBLIC__; 576 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *) __LIBC_ABI_PUBLIC__; 579 const char *, const char *, char *, size_t) __LIBC_ABI_PUBLIC__; 583 char *, size_t) __LIBC_ABI_PUBLIC__; [all...] |