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

/freebsd-12-stable/lib/libutil/
H A Dlogin_ok.c233 if (lt != NULL && in_ltms(lt, tptr, NULL) == -1)
238 if (lt != NULL && in_ltms(lt, tptr, NULL) != -1)
H A Dlogin_times.c145 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) function
161 return (in_ltms(ltm, localtime(t), t));
H A Dlogin_cap.h152 int in_ltms(const login_time_t *, struct tm *, time_t *);
H A DMakefile55 login_times.3 in_ltms.3 \

Completed in 158 milliseconds