Home | History | Annotate | Download | only in pam_login_access

Lines Matching defs:YES

47 #define YES             1
150 if ((match = (*match_fn)(tok, item)) != 0) /* YES */
185 * Otherwise, return YES if the token fully matches the username, or if
192 return (YES);
197 return (YES);
212 * YES if the token fully matches the string. If the token is a domain
213 * name, return YES if it matches the last fields of the string. If the
214 * token has the magic value "LOCAL", return YES if the string does not
215 * contain a "." character. If the token is a network number, return YES
222 return (YES);
226 return (YES);
229 return (YES);
232 return (YES);
245 * Otherwise, return YES if the token fully matches the string.
249 return (YES);
251 return (YES);