Lines Matching refs:__timer
17509 extern time_t time (time_t *__timer) throw ();
17556 extern struct tm *gmtime (const time_t *__timer) throw ();
17560 extern struct tm *localtime (const time_t *__timer) throw ();
17566 extern struct tm *gmtime_r (const time_t *__restrict __timer,
17571 extern struct tm *localtime_r (const time_t *__restrict __timer,
17581 extern char *ctime (const time_t *__timer) throw ();
17593 extern char *ctime_r (const time_t *__restrict __timer,