Lines Matching refs:time_t
20 typedef __time64_t time_t; typedef
54 time_t tv_sec; /* seconds */
89 time_t tv_sec; /* seconds */
106 int stime(const time_t *t);
107 time_t timegm(struct tm * const t);
112 struct tm *gmtime_r(const time_t *timep, struct tm *r);
114 char *ctime_r(const time_t * tim_p, char * result);
115 struct tm* localtime_r(const time_t* t, struct tm* r);
119 struct tm* gmtime(const time_t* t);
120 struct tm* localtime(const time_t* t);
121 time_t mktime(struct tm* const t);
122 char* ctime(const time_t* tim_p);
123 time_t time(time_t* t);