Home | History | Annotate | Download | only in pam_login_access

Lines Matching defs:NO

48 #define NO              0
81 int match = NO;
90 * non-existing table means no access control.
138 int match = NO;
155 if (match != NO) {
158 if (tok == 0 || list_match((char *) 0, item, match_fn) == NO)
161 return (NO);
199 return (NO);
227 } else if (strcasecmp(tok, "LOCAL") == 0) { /* local: no dots */
234 return (NO);
253 return (NO);