Lines Matching refs:tod
147 time_t tod = (time_t)rp->rec_sec; in fmdump_date() local
149 if (tod > now+60 || in fmdump_date()
150 tod < now - 6L*30L*24L*60L*60L) { /* 6 months ago */ in fmdump_date()
152 localtime(&tod)); in fmdump_date()
155 sz = strftime(buf, len, "%b %d %T", localtime(&tod)); in fmdump_date()
173 time_t tod = (time_t)rp->rec_sec; in fmdump_year() local
174 (void) strftime(buf, len, "%b %d %Y %T", localtime(&tod)); in fmdump_year()
261 struct timeval tod; in gettimeopt() local
268 if (gettimeofday(&tod, NULL) != 0) in gettimeopt()
320 if (tvp->tv_sec > tod.tv_sec) in gettimeopt()
324 tvp->tv_sec = tod.tv_sec - tvp->tv_sec; in gettimeopt()
338 bcopy(localtime(&tod.tv_sec), &tm, sizeof (tm)); in gettimeopt()