/external/chromium_org/third_party/icu/source/tools/tzcode/ |
private.h | 76 #define asctime_r _incompatible_asctime_r macro 162 ** Some time.h implementations don't declare asctime_r. 167 #ifndef asctime_r 168 extern char * asctime_r(struct tm const *, char *); 268 #undef asctime_r macro 270 char *asctime_r(struct tm const *, char *);
|
asctime.c | 78 asctime_r(timeptr, buf) function 137 return asctime_r(timeptr, buf_asctime);
|
/external/icu4c/tools/tzcode/ |
private.h | 76 #define asctime_r _incompatible_asctime_r macro 162 ** Some time.h implementations don't declare asctime_r. 167 #ifndef asctime_r 168 extern char * asctime_r(struct tm const *, char *); 268 #undef asctime_r macro 270 char *asctime_r(struct tm const *, char *);
|
asctime.c | 78 asctime_r(timeptr, buf) function 137 return asctime_r(timeptr, buf_asctime);
|
/bionic/libc/tzcode/ |
asctime.c | 72 asctime_r(register const struct tm *timeptr, char *buf) function 131 return asctime_r(timeptr, buf_asctime);
|
private.h | 66 #define asctime_r _incompatible_asctime_r macro 218 ** Some time.h implementations don't declare asctime_r. 223 #ifndef asctime_r 224 extern char * asctime_r(struct tm const *, char *); 381 #undef asctime_r macro 383 char *asctime_r(struct tm const *, char *);
|
/system/core/toolbox/ |
alarm.c | 89 asctime_r(&tm, strbuf); 100 asctime_r(&tm, strbuf); 123 asctime_r(&tm, strbuf);
|
/bionic/libc/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/development/ndk/platforms/android-3/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/development/ndk/platforms/android-8/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/external/bison/lib/ |
time.in.h | 59 # undef asctime_r 233 # undef asctime_r 234 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|