Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h71 #define ctime_r _incompatible_ctime_r macro
260 # undef ctime_r
261 # define ctime_r tz_ctime_r macro
282 char *ctime_r(time_t const *, char *);
394 #undef ctime_r
396 char *ctime_r(time_t const *, char *);
Dlocaltime.c1557 ctime_r(const time_t *const timep, char *buf) in ctime_r() function
/external/bison/lib/
Dtime.in.h60 # undef ctime_r
243 # undef ctime_r
/external/webrtc/src/system_wrappers/source/
Dtrace_posix.cc112 sprintf(traceMessage, "Local Date: %s", ctime_r(&t, buffer)); in AddDateTimeInfo()
/external/bison/linux-lib/
Dtime.h372 # undef ctime_r
555 # undef ctime_r
/external/bison/darwin-lib/
Dtime.h372 # undef ctime_r
555 # undef ctime_r
/external/fio/os/
Dos-solaris.h43 #define os_ctime_r(x, y, z) ctime_r((x), (y), (z))
Dos.h161 #define os_ctime_r(x, y, z) (void) ctime_r((x), (y))
/external/lldb/source/Host/common/
DTimeValue.cpp153 char *time_cstr = ::ctime_r(&time, time_buf); in Dump()
/external/compiler-rt/test/dfsan/
Dcustom.cc326 char *ret = ctime_r(&t, buf); in test_ctime_r()
332 ret = ctime_r(&t, buf); in test_ctime_r()
338 ret = ctime_r(&t, buf); in test_ctime_r()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt169 fun:ctime_r=custom
Ddfsan_custom.cc395 char *ret = ctime_r(timep, buf); in __dfsw_ctime_r()
Dlibc_ubuntu1404_abilist.txt1544 fun:ctime_r=uninstrumented
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc661 INTERCEPTOR(char *, ctime_r, unsigned long *timep, char *result) {
663 COMMON_INTERCEPTOR_ENTER(ctx, ctime_r, timep, result);
667 char *res = REAL(ctime_r)(timep, result);
720 COMMON_INTERCEPT_FUNCTION(ctime_r); \
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym647 PUBLIC 9c550 0 ctime_r