Searched refs:asctime_r (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 70 #define asctime_r _incompatible_asctime_r macro 244 #ifndef asctime_r 245 extern char * asctime_r(struct tm const *, char *); 393 #undef asctime_r 395 char *asctime_r(struct tm const *, char *);
|
D | asctime.c | 72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() function 131 return asctime_r(timeptr, buf_asctime); in asctime()
|
D | localtime.c | 1561 return asctime_r(localtime_r(timep, &mytm), buf); in ctime_r()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | TimeValue.inc | 30 asctime_r(localtime(&ourTime), buffer); 32 ::asctime_r(::localtime(&ourTime), buffer);
|
/external/u-boot/include/linux/ |
D | time.h | 49 _DEFUN (asctime_r, (tim_p, result), 150 return asctime_r (localtime_r (tim_p, &tm), result);
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 9-1-buildonly.c | 21 dummyvar = asctime_r; in dummyfcn()
|
/external/u-boot/drivers/misc/ |
D | altera_sysid.c | 43 asctime_r(&t, asc); in display_sysid()
|
/external/libchrome/base/time/ |
D | pr_time_unittest.cc | 85 asctime_r(&local_time, time_buf); in TEST_F()
|
D | time_unittest.cc | 316 asctime_r(&local_time, time_buf); in TEST_F()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1031 INTERCEPTOR(char *, asctime_r, __sanitizer_tm *tm, char *result) { 1033 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result); 1037 char *res = REAL(asctime_r)(tm, result); 1066 COMMON_INTERCEPT_FUNCTION(asctime_r); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1356 fun:asctime_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 644 PUBLIC 9c490 0 asctime_r
|