Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
HDlogin_times.c144 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) in in_ltms() function
160 return (in_ltms(ltm, localtime(t), t)); in in_lts()
HDlogin_ok.c232 if (lt != NULL && in_ltms(lt, tptr, NULL) == -1) in auth_timeok()
237 if (lt != NULL && in_ltms(lt, tptr, NULL) != -1) in auth_timeok()
HDlogin_cap.h151 int in_ltms(const login_time_t *, struct tm *, time_t *);
HDMakefile113 login_times.3 in_ltms.3 \