Searched refs:asctime_r (Results 1 – 11 of 11) 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/bison/lib/ |
D | time.in.h | 59 # undef asctime_r 233 # undef asctime_r
|
/external/bison/darwin-lib/ |
D | time.h | 371 # undef asctime_r 545 # undef asctime_r
|
/external/bison/linux-lib/ |
D | time.h | 371 # undef asctime_r 545 # undef asctime_r
|
/external/libchrome/base/time/ |
D | pr_time_unittest.cc | 86 asctime_r(&local_time, time_buf); in TEST_F()
|
D | time_unittest.cc | 178 asctime_r(&local_time, time_buf); in TEST_F()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 862 INTERCEPTOR(char *, asctime_r, __sanitizer_tm *tm, char *result) { 864 COMMON_INTERCEPTOR_ENTER(ctx, asctime_r, tm, result); 868 char *res = REAL(asctime_r)(tm, result); 897 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
|