Searched refs:ctime_r (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 71 #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 *);
|
D | localtime.c | 1557 ctime_r(const time_t *const timep, char *buf) in ctime_r() function
|
/external/bison/lib/ |
D | time.in.h | 60 # undef ctime_r 243 # undef ctime_r
|
/external/webrtc/src/system_wrappers/source/ |
D | trace_posix.cc | 112 sprintf(traceMessage, "Local Date: %s", ctime_r(&t, buffer)); in AddDateTimeInfo()
|
/external/bison/linux-lib/ |
D | time.h | 372 # undef ctime_r 555 # undef ctime_r
|
/external/bison/darwin-lib/ |
D | time.h | 372 # undef ctime_r 555 # undef ctime_r
|
/external/fio/os/ |
D | os-solaris.h | 43 #define os_ctime_r(x, y, z) ctime_r((x), (y), (z))
|
D | os.h | 161 #define os_ctime_r(x, y, z) (void) ctime_r((x), (y))
|
/external/lldb/source/Host/common/ |
D | TimeValue.cpp | 153 char *time_cstr = ::ctime_r(&time, time_buf); in Dump()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 326 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/ |
D | done_abilist.txt | 169 fun:ctime_r=custom
|
D | dfsan_custom.cc | 395 char *ret = ctime_r(timep, buf); in __dfsw_ctime_r()
|
D | libc_ubuntu1404_abilist.txt | 1544 fun:ctime_r=uninstrumented
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 661 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/ |
D | libc-2.13.so.sym | 647 PUBLIC 9c550 0 ctime_r
|