/third_party/skia/third_party/externals/icu/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()
|
/third_party/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 *); 385 #undef asctime_r 387 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()
|
/third_party/tzdata/ |
D | asctime.c | 64 asctime_r(struct tm const *restrict timeptr, char *restrict buf) in asctime_r() function 116 return asctime_r(timeptr, buf_asctime); in asctime() 124 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_r()
|
D | private.h | 147 # define asctime_r _incompatible_asctime_r macro 605 # undef asctime_r 606 # define asctime_r tz_asctime_r macro 680 char *asctime_r(struct tm const *restrict, char *restrict); 714 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r 715 extern char *asctime_r(struct tm const *restrict, char *restrict); 932 #undef asctime_r 934 char *asctime_r(struct tm const *restrict, char *restrict);
|
D | newctime.3.txt | 20 char *asctime_r(struct tm const *restrict tm, 105 The ctime_r, localtime_r, gmtime_r, and asctime_r functions are like 167 The asctime, asctime_r, ctime, and ctime_r functions behave strangely
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 9-1-buildonly.c | 21 dummyvar = asctime_r; in dummyfcn()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | ctime_r.c | 6 return tm_p ? asctime_r(tm_p, buf) : 0; in ctime_r()
|
D | asctime_r.c | 28 weak_alias(__asctime_r, asctime_r);
|
/third_party/musl/src/time/ |
D | ctime_r.c | 6 return tm_p ? asctime_r(tm_p, buf) : 0; in ctime_r()
|
D | asctime_r.c | 28 weak_alias(__asctime_r, asctime_r);
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | asctime_r.c | 28 weak_alias(__asctime_r, asctime_r);
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | asctime_r.c | 28 weak_alias(__asctime_r, asctime_r);
|
/third_party/musl/libc-test/src/functionalext/time/ |
D | asctime_r.c | 59 char *returnStr = asctime_r(timeptr, s); in asctime_r_0100()
|
D | test_src_functionalext_time.gni | 15 "asctime_r",
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-musl.txt | 54 asctime_r
|
D | linux-gnu.txt | 657 asctime_r
|
/third_party/musl/libc-test/src/api/ |
D | time.c | 56 {char*(*p)(const struct tm*restrict,char*restrict) = asctime_r;} in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 76 char *asctime_r (const struct tm *__restrict, char *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 76 char *asctime_r (const struct tm *__restrict, char *__restrict);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 75 char *asctime_r (const struct tm *__restrict, char *__restrict);
|
/third_party/musl/include/ |
D | time.h | 77 char *asctime_r (const struct tm *__restrict, char *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 80 char *asctime_r (const struct tm *__restrict, char *__restrict);
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
D | time_test.cpp | 434 char* result = asctime_r(&tm, buf);
|