/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 71 #define ctime_r _incompatible_ctime_r macro 260 # undef ctime_r macro 261 # define ctime_r tz_ctime_r macro 282 char *ctime_r(time_t const *, char *); 386 #undef ctime_r macro 388 char *ctime_r(time_t const *, char *);
|
H A D | localtime.c | 1559 ctime_r(const time_t *const timep, char *buf) in ctime_r() function
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 71 #define ctime_r _incompatible_ctime_r macro 260 # undef ctime_r macro 261 # define ctime_r tz_ctime_r macro 282 char *ctime_r(time_t const *, char *); 394 #undef ctime_r macro 396 char *ctime_r(time_t const *, char *);
|
/third_party/tzdata/ |
H A D | asctime.c | 120 ctime_r(const time_t *timep, char *buf) in ctime_r() function 130 return ctime_r(timep, buf_ctime); in ctime()
|
H A D | private.h | 150 # define ctime_r _incompatible_ctime_r macro 611 # undef ctime_r macro 612 # define ctime_r tz_ctime_r macro 684 char *ctime_r(time_t const *, char *); 949 #undef ctime_r macro 951 char *ctime_r(time_t const *, char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 77 char *ctime_r (const time_t *, char *); 147 __REDIR(ctime_r, __ctime64_r);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 76 char *ctime_r (const time_t *, char *); 146 __REDIR(ctime_r, __ctime64_r);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 77 char *ctime_r (const time_t *, char *); 147 __REDIR(ctime_r, __ctime64_r);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 81 char *ctime_r (const time_t *, char *); 162 __REDIR(ctime_r, __ctime64_r);
|
/third_party/musl/include/ |
H A D | time.h | 79 char *ctime_r (const time_t *, char *); 149 __REDIR(ctime_r, __ctime64_r);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 17-1-buildonly.c | 10 char *ctime_r(const time_t *, char *); 21 dummyvar = ctime_r; in dummyfcn()
|
/third_party/musl/compat/time32/ |
H A D | ctime32_r.c | 6 return ctime_r(&(time_t){*t}, buf); in __ctime32_r()
|
/third_party/musl/src/time/ |
H A D | ctime_r.c | 3 char *ctime_r(const time_t *t, char *buf) in ctime_r() function
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | ctime_r.c | 3 char *ctime_r(const time_t *t, char *buf) in ctime_r() function
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
H A D | minimal-http-client-certinfo.c | 58 ctime_r(&ci->time, date)); in callback_http() 67 ctime_r(&ci->time, date)); in callback_http()
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | ctime_r.c | 43 char *returnStr = ctime_r(&gTime, s); in ctime_r_0100()
|
/third_party/musl/libc-test/src/api/ |
H A D | time.c | 62 {char*(*p)(const time_t*,char*) = ctime_r;} in f()
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 55 #define __ctime64_r ctime_r
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
H A D | minimal-http-server-dynamic.c | 173 ctime_r(&t, date)); in callback_dynamic_http()
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 198 ctime_r(&ci.time, date)); in callback_dumb_increment() 207 ctime_r(&ci.time, date)); in callback_dumb_increment()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 187 benchmark::DoNotOptimize(ctime_r(&t, buf)); in Bm_function_Ctime_r()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_test.cpp | 441 * @tc.desc: Verify that the ctime_r function correctly converts a time value in seconds since the epoch into a 451 char* result = ctime_r(&tim, buf); in HWTEST_F()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 811 pub fn ctime_r(arg1: *const time_t, arg2: *mut c_char) -> *mut c_char; in ctime_r() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 515 pub fn ctime_r(a: *const time_t, b: *mut c_char) -> *mut c_char; in ctime_r() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1340 pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char; in ctime_r() functions
|