Lines Matching +full:te +full:- +full:source
1 /*-
6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
37 /* -- support functions -- */
41 * This function is intentionally public - reused by TAS.
42 * Returns TRUE (non-zero) if a string matches a pattern
82 * This function is intentionally public - reused by TAS.
108 for (--j; i < j; i++) in login_timelist()
131 struct ttyent *te; in login_ttyok() local
135 te = getttynam(tty); /* Need group name */ in login_ttyok()
136 grp = te ? te->ty_group : NULL; in login_ttyok()
220 if (lc != NULL && t != (time_t)0 && t != (time_t)-1) { in auth_timeok()
230 if (lt != NULL && in_ltms(lt, tptr, NULL) == -1) in auth_timeok()
235 if (lt != NULL && in_ltms(lt, tptr, NULL) != -1) in auth_timeok()