Searched refs:asctime_r (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h76 #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 *);
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1584 return asctime_r(localtime_r(timep, &mytm), buf);
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h76 #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 *);
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1584 return asctime_r(localtime_r(timep, &mytm), buf);
/external/bison/lib/
H A Dtime.in.h59 # undef asctime_r
233 # undef asctime_r
234 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
/external/bison/darwin-lib/
H A Dtime.h371 # undef asctime_r macro
545 # undef asctime_r macro
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
/external/bison/linux-lib/
H A Dtime.h371 # undef asctime_r macro
545 # undef asctime_r macro
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
/external/chromium_org/base/time/
H A Dpr_time_unittest.cc84 asctime_r(&local_time, time_buf);
H A Dtime_unittest.cc174 asctime_r(&local_time, time_buf);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc660 INTERCEPTOR(char *, asctime_r, __sanitizer_tm *tm, char *result) {
662 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result);
666 char *res = REAL(asctime_r)(tm, result);
695 COMMON_INTERCEPT_FUNCTION(asctime_r); \

Completed in 184 milliseconds