Lines Matching refs:tod
146 time_t tod = (time_t)rp->rec_sec; in fmdump_date() local
148 if (tod > now+60 || in fmdump_date()
149 tod < now - 6L*30L*24L*60L*60L) { /* 6 months ago */ in fmdump_date()
151 localtime(&tod)); in fmdump_date()
154 sz = strftime(buf, len, "%b %d %T", localtime(&tod)); in fmdump_date()
172 time_t tod = (time_t)rp->rec_sec; in fmdump_year() local
173 (void) strftime(buf, len, "%b %d %Y %T", localtime(&tod)); in fmdump_year()
256 struct timeval tod; in gettimeopt() local
263 if (gettimeofday(&tod, NULL) != 0) in gettimeopt()
315 if (tvp->tv_sec > tod.tv_sec) in gettimeopt()
319 tvp->tv_sec = tod.tv_sec - tvp->tv_sec; in gettimeopt()
333 bcopy(localtime(&tod.tv_sec), &tm, sizeof (tm)); in gettimeopt()