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

/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) function
131 return asctime_r(timeptr, buf_asctime);
H A Dprivate.h70 #define asctime_r _incompatible_asctime_r macro
239 ** Some time.h implementations don't declare asctime_r.
244 #ifndef asctime_r
245 extern char * asctime_r(struct tm const *, char *);
393 #undef asctime_r macro
395 char *asctime_r(struct tm const *, char *);
H A Dlocaltime.c1561 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc687 INTERCEPTOR(char *, asctime_r, __sanitizer_tm *tm, char *result) {
689 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result);
693 char *res = REAL(asctime_r)(tm, result);
722 COMMON_INTERCEPT_FUNCTION(asctime_r); \

Completed in 187 milliseconds