Searched refs:__LIBC_ABI_PUBLIC__ (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/include/
H A Dtime.h40 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...]
H A Dstdlib.h81 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__;
H A Dnsswitch.h218 const char *, const ns_src [], ...) __LIBC_ABI_PUBLIC__;
H A Dwchar.h125 extern size_t wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm *) __LIBC_ABI_PUBLIC__;
/bionic/libc/include/arpa/
H A Dnameser.h569 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...]
/bionic/libc/include/sys/
H A Dcdefs.h437 #define __LIBC32_LEGACY_PUBLIC__ __LIBC_ABI_PUBLIC__
441 #define __LIBC_ABI_PUBLIC__ __attribute__((visibility ("default"))) macro

Completed in 72 milliseconds