Lines Matching defs:secs
209 time_t secs;
579 secs = ((((year - 1970) * 365 + dom[month] + day - 1 + leap) * 24
582 return (secs);
1312 time_t secs;
1325 secs = http_date2time_t(hp, ep);
1361 http->date = secs;
1376 http->moddate = secs;
1624 time_t secs;
1643 secs = http_date2time_t(hp, ep);
1678 http->date = secs;
1687 http->expire = secs;
1695 http->lastmod = secs;