Home
last modified time | relevance | path

Searched refs:lt_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libutil/
H A Dlogin_times.c96 p = parse_time(p + 1, &m.lt_end); in parse_lt()
98 m.lt_end = 1440; in parse_lt()
119 if (now >= ltm->lt_start && now < ltm->lt_end) { in in_ltm()
123 tt->tm_hour = (int)(ltm->lt_end / 60); in in_ltm()
124 tt->tm_min = (int)(ltm->lt_end % 60); in in_ltm()
H A Dlogin_cap.h78 u_short lt_end; /* End time */ member