Home
last modified time | relevance | path

Searched refs:in_ltms (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libutil/
H A Dlogin_times.c142 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) in in_ltms() function
158 return (in_ltms(ltm, localtime(t), t)); in in_lts()
H A Dlogin_ok.c230 if (lt != NULL && in_ltms(lt, tptr, NULL) == -1) in auth_timeok()
235 if (lt != NULL && in_ltms(lt, tptr, NULL) != -1) in auth_timeok()
H A Dlogin_cap.h151 int in_ltms(const login_time_t *, struct tm *, time_t *);
H A DMakefile54 login_times.3 in_ltms.3 \