Lines Matching defs:time_t
65 typedef __time_t time_t;
119 char *ctime(const time_t *);
121 double difftime(time_t, time_t);
124 struct tm *gmtime(const time_t *);
125 struct tm *localtime(const time_t *);
126 time_t mktime(struct tm *);
129 time_t time(time_t *);
157 char *ctime_r(const time_t *, char *);
160 struct tm *gmtime_r(const time_t *, struct tm *);
161 struct tm *localtime_r(const time_t *, struct tm *);
172 time_t timelocal(struct tm * const);
173 time_t timegm(struct tm * const);
175 time_t time2posix(time_t t);
176 time_t posix2time(time_t t);