Lines Matching refs:time_t
434 , const char *zone, time_t gmtoff
476 parse_time_t_args(PyObject *args, const char *format, time_t *pwhen)
479 time_t whent;
497 time_t when;
516 static time_t
541 time_t when;
556 time_t gmtoff;
775 time_t tt = time(NULL);
971 time_t tt = time(NULL);
994 time_t tt;
1015 time_t tt;
1058 if (tt == (time_t)(-1)
1713 static time_t
1714 get_gmtoff(time_t t, struct tm *p)
1784 static const time_t YEAR = (365 * 24 + 6) * 3600;
1785 time_t t;
1787 time_t janzone_t, julyzone_t;
1789 t = (time((time_t *)0) / YEAR) * YEAR;
2042 const time_t zero = 0;