Searched refs:in_ltms (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | login_times.c | 145 in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t) in in_ltms() function 161 return (in_ltms(ltm, localtime(t), t)); in in_lts()
|
| H A D | login_ok.c | 233 if (lt != NULL && in_ltms(lt, tptr, NULL) == -1) in auth_timeok() 238 if (lt != NULL && in_ltms(lt, tptr, NULL) != -1) in auth_timeok()
|
| H A D | login_cap.h | 152 int in_ltms(const login_time_t *, struct tm *, time_t *);
|
| H A D | Makefile | 61 login_times.3 in_ltms.3 \
|