Searched refs:ctime_r (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h77 #define ctime_r _incompatible_ctime_r macro
269 #undef ctime_r macro
271 char *ctime_r(time_t const *, char *);
H A Dlocaltime.c1578 ctime_r(timep, buf) function
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h77 #define ctime_r _incompatible_ctime_r macro
269 #undef ctime_r macro
271 char *ctime_r(time_t const *, char *);
H A Dlocaltime.c1578 ctime_r(timep, buf) function
/external/bison/lib/
H A Dtime.in.h60 # undef ctime_r
243 # undef ctime_r
244 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_posix.cc99 sprintf(trace_message, "Local Date: %s", ctime_r(&t, buffer));
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.cc108 sprintf(traceMessage, "Local Date: %s", ctime_r(&t, buffer));
/external/fio/os/
H A Dos-solaris.h43 #define os_ctime_r(x, y, z) ctime_r((x), (y), (z))
H A Dos.h158 #define os_ctime_r(x, y, z) (void) ctime_r((x), (y))
/external/lldb/source/Host/common/
H A DTimeValue.cpp153 char *time_cstr = ::ctime_r(&time, time_buf);
/external/bison/darwin-lib/
H A Dtime.h372 # undef ctime_r macro
555 # undef ctime_r macro
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
/external/bison/linux-lib/
H A Dtime.h372 # undef ctime_r macro
555 # undef ctime_r macro
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "
/external/compiler-rt/test/dfsan/
H A Dcustom.c326 char *ret = ctime_r(&t, buf);
332 ret = ctime_r(&t, buf);
338 ret = ctime_r(&t, buf);
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc387 char *ret = ctime_r(timep, buf);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc634 INTERCEPTOR(char *, ctime_r, unsigned long *timep, char *result) {
636 COMMON_INTERCEPTOR_ENTER(ctx, ctime_r, timep, result);
640 char *res = REAL(ctime_r)(timep, result);
693 COMMON_INTERCEPT_FUNCTION(ctime_r); \

Completed in 5087 milliseconds