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

/external/llvm/lib/Support/Unix/
H A DTimeValue.inc30 asctime_r(localtime(&ourTime), buffer);
32 ::asctime_r(::localtime(&ourTime), buffer);
/external/icu4c/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc258 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);
/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/base/
H A Dpr_time_unittest.cc60 asctime_r(&local_time, time_buf);

Completed in 314 milliseconds