Searched refs:DENY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/sudo-72/src/
H A Dparse.h23 #undef DENY macro
24 #define DENY 0 macro
H A Dmatch.c111 * Returns ALLOW, DENY or UNSPEC.
166 * Returns ALLOW, DENY or UNSPEC.
247 if (user_matched == DENY || group_matched == DENY)
248 return DENY;
266 * Returns ALLOW, DENY or UNSPEC.
318 * Returns ALLOW, DENY or UNSPEC.
345 * Returns ALLOW, DENY or UNSPEC.
H A Dparse.c179 match = DENY;
201 } else if (match == DENY)
261 } else if (match == DENY) {
H A Dtestsudoers.c278 match == DENY ? "denied" : "unmatched");
286 match == DENY ? "denied" : "unmatched");

Completed in 62 milliseconds