Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_ok.c224 static struct login_time *ltimes = NULL; in auth_timeok() local
229 lt = login_timelist(lc, "times.allow", &ltimesno, &ltimes); in auth_timeok()
234 lt = login_timelist(lc, "times.deny", &ltimesno, &ltimes); in auth_timeok()
238 if (ltimes) { in auth_timeok()
239 free(ltimes); in auth_timeok()
240 ltimes = NULL; in auth_timeok()