Searched refs:in_ltms (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/lib/libutil/ |
| HD | login_times.c | 144 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()
|
| HD | login_ok.c | 232 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()
|
| HD | login_cap.h | 151 int in_ltms(const login_time_t *, struct tm *, time_t *);
|
| HD | Makefile | 113 login_times.3 in_ltms.3 \
|