Searched refs:ctime_r (Results 1 – 8 of 8) sorted by relevance
111 #define ctime_r _incompatible_ctime_r macro443 # undef ctime_r444 # define ctime_r tz_ctime_r macro511 char *ctime_r(time_t const *, char *);727 #undef ctime_r729 char *ctime_r(time_t const *, char *);
1885 ctime_r(const time_t *timep, char *buf) in ctime_r() function
85 FUNCTION(ctime_r, char* (*f)(const time_t*, char*)); in time_h()
84 char* _Nullable ctime_r(const time_t* _Nonnull __t, char* _Nonnull __buf);
1195 TEST(time, ctime_r) { in TEST() argument1199 ASSERT_EQ(buf, ctime_r(&t, buf)); in TEST()
166 ctime_r
287 ctime_r;