/bionic/libc/tzcode/ |
private.h | 76 #define asctime_r _incompatible_asctime_r macro 228 ** Some time.h implementations don't declare asctime_r. 233 #ifndef asctime_r 234 extern char * asctime_r(); 334 #undef asctime_r macro 336 char *asctime_r P((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);
|
/system/core/libcutils/ |
private.h | 80 #define asctime_r _incompatible_asctime_r macro 232 ** Some time.h implementations don't declare asctime_r. 237 #ifndef asctime_r 238 extern char * asctime_r(); 338 #undef asctime_r macro 340 char *asctime_r P((struct tm const *, char *));
|
/system/core/toolbox/ |
alarm.c | 89 asctime_r(&tm, strbuf); 100 asctime_r(&tm, strbuf); 123 asctime_r(&tm, strbuf);
|
/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);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/ |
time.h | 67 extern char* asctime_r(const struct tm* a, char* buf);
|