Lines Matching defs:tval
73 static time_t tval;
115 if (parse_iso_datetime(&tval, optarg))
122 tval = parsedate(optarg, NULL, NULL);
123 if (tval == -1 && errno != 0) {
155 tval = (time_t)val;
179 if (!rflag && time(&tval) == -1)
208 if ((tm = localtime(&tval)) == NULL)
209 err(EXIT_FAILURE, "%lld: localtime", (long long)tval);
359 if ((lt = localtime(&tval)) == NULL)
360 err(EXIT_FAILURE, "%lld: localtime", (long long)tval);
529 tval = new_time;
544 tv.tv_sec = new_time - tval;
549 tval = new_time;
550 tv.tv_sec = tval;