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

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D9-1-buildonly.c10 char *asctime_r(const struct tm *, char *);
21 dummyvar = asctime_r;
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DTimeValue.inc30 asctime_r(localtime(&ourTime), buffer);
32 ::asctime_r(::localtime(&ourTime), buffer);
/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/libchrome/base/time/
H A Dpr_time_unittest.cc86 asctime_r(&local_time, time_buf);
H A Dtime_unittest.cc228 asctime_r(&local_time, time_buf);

Completed in 259 milliseconds