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

  /netvirt/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;
  /netvirt/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)");
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_acl.c 59 #define DENY ACE_ACCESS_DENIED_ACE_TYPE
262 case DENY:
1244 if (prevtype != DENY)
1314 * Prepend deny ACE
1329 zfs_set_ace(aclp, newacep, 0, DENY, fuid, (flags & ACE_TYPE_FLAGS));
    [all...]
  /netvirt/usr/src/cmd/mail/
mail.h 104 #define DENY 2

Completed in 240 milliseconds