HomeSort by relevance Sort by last modified time
    Searched refs:DENY (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
hostacc.h 57 #define DENY 2
69 short ha_type; /* ALLOW | DENY */
hostacc.c 41 * in configfile and match = allow|deny
42 * in configfile and no match = deny
125 * deny according to the rule found.
235 if (!strncmp(pcBegin, "deny", 4)) {
236 ha_arr[iHaInd].ha_type = DENY;
  /onnv/onnv-gate/usr/src/cmd/tcpd/
tcpdchk.c 80 #define DENY 0
110 hosts_deny_table = "hosts.deny";
137 * information is used later to find references in hosts.allow/deny to
174 defl_verdict = DENY;
185 fprintf(stderr, " -d: use allow/deny files in current directory\n");
361 tcpd_warn("(use EXCEPT or DENY instead)");
394 tcpd_warn("(use EXCEPT or DENY instead)");
455 tcpd_warn("(use EXCEPT or DENY instead)");
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_acl.c 57 #define DENY ACE_ACCESS_DENIED_ACE_TYPE
264 case DENY:
407 case DENY:
917 if ((access_mask & ACE_EXECUTE) && type == DENY)
923 * Failure to allow is effectively a deny, so execute permission
1295 if (prevtype != DENY)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mail/
mail.h 104 #define DENY 2

Completed in 2520 milliseconds