/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/ |
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/llvm/lib/Support/Unix/ |
TimeValue.inc | 30 asctime_r(localtime(&ourTime), buffer); 32 ::asctime_r(::localtime(&ourTime), buffer);
|
/system/core/toolbox/ |
alarm.c | 89 asctime_r(&tm, strbuf); 100 asctime_r(&tm, strbuf); 123 asctime_r(&tm, strbuf);
|
/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 - "
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 258 INTERCEPTOR(char *, asctime_r, void *tm, char *result) { 260 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result); 261 char *res = REAL(asctime_r)(tm, result); 276 INTERCEPT_FUNCTION(asctime_r);
|
/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);
|
/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);
|