Lines Matching refs:tm_sec
364 fprintf(stderr, " sec=%d", tmp->tm_sec); in my_localtime_rz()
782 result += newp->tm_sec - oldp->tm_sec; in delta_nonneg()
832 long seconds = a->tm_sec - b->tm_sec + 60 * minutes; in gmtoff()
899 localtm[old].tm_sec = -1; in showextrema()
901 gmtm[old].tm_sec = -1; in showextrema()
910 localtm[new].tm_sec = -1; in showextrema()
912 gmtm[new].tm_sec = -1; in showextrema()
913 if (((localtm[old].tm_sec < 0) != (localtm[new].tm_sec < 0)) in showextrema()
914 | ((gmtm[old].tm_sec < 0) != (gmtm[new].tm_sec < 0))) { in showextrema()
966 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; in format_local_time()
1243 timeptr->tm_min, timeptr->tm_sec); in dumptime()