Home
last modified time | relevance | path

Searched refs:asctime_r (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h70 #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 *);
Dasctime.c72 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/
Dprivate.h70 #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 *);
Dasctime.c72 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/
Dasctime.c64 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()
Dprivate.h147 # 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);
Dnewctime.3.txt20 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/
D9-1-buildonly.c21 dummyvar = asctime_r; in dummyfcn()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dctime_r.c6 return tm_p ? asctime_r(tm_p, buf) : 0; in ctime_r()
Dasctime_r.c28 weak_alias(__asctime_r, asctime_r);
/third_party/musl/src/time/
Dctime_r.c6 return tm_p ? asctime_r(tm_p, buf) : 0; in ctime_r()
Dasctime_r.c28 weak_alias(__asctime_r, asctime_r);
/third_party/musl/porting/liteos_m/kernel/src/time/
Dasctime_r.c28 weak_alias(__asctime_r, asctime_r);
/third_party/musl/porting/uniproton/kernel/src/time/
Dasctime_r.c28 weak_alias(__asctime_r, asctime_r);
/third_party/musl/libc-test/src/functionalext/time/
Dasctime_r.c59 char *returnStr = asctime_r(timeptr, s); in asctime_r_0100()
Dtest_src_functionalext_time.gni15 "asctime_r",
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt54 asctime_r
Dlinux-gnu.txt657 asctime_r
/third_party/musl/libc-test/src/api/
Dtime.c56 {char*(*p)(const struct tm*restrict,char*restrict) = asctime_r;} in f()
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h76 char *asctime_r (const struct tm *__restrict, char *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h76 char *asctime_r (const struct tm *__restrict, char *__restrict);
/third_party/musl/porting/liteos_m/user/include/
Dtime.h75 char *asctime_r (const struct tm *__restrict, char *__restrict);
/third_party/musl/include/
Dtime.h77 char *asctime_r (const struct tm *__restrict, char *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h80 char *asctime_r (const struct tm *__restrict, char *__restrict);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dtime_test.cpp434 char* result = asctime_r(&tm, buf);

12