Lines Matching refs:timeptr
816 dumptime(timeptr) in dumptime() argument
817 register const struct tm * timeptr; in dumptime()
831 if (timeptr == NULL) {
840 if (timeptr->tm_wday < 0 || timeptr->tm_wday >=
843 else wn = wday_name[timeptr->tm_wday];
844 if (timeptr->tm_mon < 0 || timeptr->tm_mon >=
847 else mn = mon_name[timeptr->tm_mon];
850 timeptr->tm_mday, timeptr->tm_hour,
851 timeptr->tm_min, timeptr->tm_sec);
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +