Searched refs:ctime_r (Results 1 – 8 of 8) sorted by relevance
75 #define ctime_r _incompatible_ctime_r macro334 # undef ctime_r335 # define ctime_r tz_ctime_r macro382 char *ctime_r(time_t const *, char *);560 #undef ctime_r562 char *ctime_r(time_t const *, char *);
1724 ctime_r(const time_t *timep, char *buf) in ctime_r() function
88 char* ctime_r(const time_t* __t, char* __buf);
85 FUNCTION(ctime_r, char* (*f)(const time_t*, char*)); in time_h()
940 TEST(time, ctime_r) { in TEST() argument944 ASSERT_EQ(buf, ctime_r(&t, buf)); in TEST()
166 ctime_r
287 ctime_r;