Searched refs:ctime_r (Results 1 – 22 of 22) 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/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 17-1-buildonly.c | 21 dummyvar = ctime_r; in dummyfcn()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | main.c | 164 ctime_r(&pdata.starttime.tv_sec, ctime_start_buf)); in main() 176 ctime_r(&endtime.tv_sec, ctime_end_buf)); in main()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_posix.cc | 78 sprintf(trace_message, "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 | 42 #define os_ctime_r(x, y, z) ctime_r((x), (y), (z))
|
D | os-windows.h | 114 char* ctime_r(const time_t *t, char *buf);
|
D | os.h | 183 #define os_ctime_r(x, y, z) (void) ctime_r((x), (y))
|
/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/linux-kselftest/tools/testing/selftests/timers/ |
D | leap-a-day.c | 354 ctime_r(&tx.time.tv_sec, buf); in main()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 169 fun:ctime_r=custom
|
D | dfsan_custom.cc | 424 char *ret = ctime_r(timep, buf); in __dfsw_ctime_r()
|
D | libc_ubuntu1404_abilist.txt | 1544 fun:ctime_r=uninstrumented
|
/external/fio/os/windows/ |
D | posix.c | 239 char* ctime_r(const time_t *t, char *buf) in ctime_r() function
|
/external/ImageMagick/config/ |
D | config.h.in | 124 /* Define to 1 if you have the `ctime_r' function. */
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1005 INTERCEPTOR(char *, ctime_r, unsigned long *timep, char *result) { 1007 COMMON_INTERCEPTOR_ENTER(ctx, ctime_r, timep, result); 1011 char *res = REAL(ctime_r)(timep, result); 1064 COMMON_INTERCEPT_FUNCTION(ctime_r); \
|
/external/ImageMagick/ |
D | configure.ac | 1219 AC_CHECK_FUNCS([acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r …
|
D | configure | 27862 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r d…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 647 PUBLIC 9c550 0 ctime_r
|