Searched refs:leapsec (Results 1 – 2 of 2) sorted by relevance
46 int leapsec; in tmxtm() local56 leapsec = 0; in tmxtm()62 if (n == lp->time && (leapsec = (lp->total - (lp+1)->total)) < 0) in tmxtm()63 leapsec = 0; in tmxtm()84 tm->tm_sec = n % 60 + leapsec; in tmxtm()91 tm->tm_sec = x % 60 + leapsec; in tmxtm()
447 static const char *leapsec; variable525 if (leapsec == NULL)526 leapsec = optarg;552 if (optind < argc && leapsec != NULL) {553 infile(leapsec);881 if (name != leapsec)