| /onnv-gate/usr/src/cmd/lp/lib/access/ |
| H A D | allowed.c | 76 char ** allow, in is_user_allowed() argument 80 is_user_allowed (user, allow, deny) in is_user_allowed() 82 **allow, in is_user_allowed() 89 return (allowed(user, allow, deny)); 108 char **allow, local 111 if (loadaccess(Lp_A_Forms, form, "", &allow, &deny) == -1) 114 return (is_user_allowed(user, allow, deny)); 133 char **allow, local 136 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1) 139 return (is_user_allowed(user, allow, deny)); [all …]
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Group.cxx | 22 allow(t1); in AllowedGroupTokens() 23 allow(t2); in AllowedGroupTokens() 24 allow(t3); in AllowedGroupTokens() 25 allow(t4); in AllowedGroupTokens() 31 allow(c1); in AllowedGroupConnectors() 38 allow(c1); in AllowedGroupConnectors() 39 allow(c2); in AllowedGroupConnectors() 47 allow(c1); in AllowedGroupConnectors() 48 allow(c2); in AllowedGroupConnectors() 49 allow(c3); in AllowedGroupConnectors() [all …]
|
| H A D | parseParam.cxx | 20 Boolean Parser::parseParam(const AllowedParams &allow, in parseParam() argument 25 Token token = getToken(allow.mainMode()); in parseParam() 33 AllowedParamsMessageArg(allow, syntaxPointer())); in parseParam() 52 if (!allow.dso()) { in parseParam() 53 paramInvalidToken(tokenDso, allow); in parseParam() 63 switch (allow.group()) { in parseParam() 65 paramInvalidToken(tokenGrpo, allow); in parseParam() 87 parm.type = allow.group(); in parseParam() 91 parm.type = allow.literal(); in parseParam() 93 switch (allow.literal()) { in parseParam() [all …]
|
| H A D | Param.cxx | 30 allow(p1); in AllowedParams() 31 allow(p2); in AllowedParams() 32 allow(p3); in AllowedParams() 33 allow(p4); in AllowedParams() 34 allow(p5); in AllowedParams() 35 allow(p6); in AllowedParams() 36 allow(p7); in AllowedParams() 37 allow(p8); in AllowedParams() 38 allow(p9); in AllowedParams() 39 allow(p10); in AllowedParams() [all …]
|
| H A D | Group.h | 59 void allow(GroupToken::Type); 84 void allow(GroupConnector::Type); 90 AllowedGroupTokensMessageArg(const AllowedGroupTokens &allow, 101 AllowedGroupConnectorsMessageArg(const AllowedGroupConnectors &allow, 141 void AllowedGroupTokens::allow(GroupToken::Type t) in allow() function 154 void AllowedGroupConnectors::allow(GroupConnector::Type c) in allow() function
|
| H A D | Param.h | 102 void allow(Param::Type); 129 AllowedParamsMessageArg(const AllowedParams &allow,
|
| /onnv-gate/usr/src/lib/pam_modules/list/ |
| H A D | list.c | 49 string_mode_type(pam_list_mode_t op_mode, boolean_t allow) in string_mode_type() argument 52 (allow ? "allow" : "deny")); in string_mode_type() 79 boolean_t allow = B_FALSE; in pam_sm_acct_mgmt() local 107 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt() 115 allow = B_TRUE; in pam_sm_acct_mgmt() 120 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt() 128 allow = B_FALSE; in pam_sm_acct_mgmt() 133 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt() 163 (allow ? "allow file" : "deny file")); in pam_sm_acct_mgmt() 235 allow = B_TRUE; in pam_sm_acct_mgmt() [all …]
|
| /onnv-gate/usr/src/cmd/cron/ |
| H A D | permit.c | 72 allowed(user, allow, deny) in allowed() argument 73 char *user, *allow, *deny; in allowed() 75 if (exists(allow)) { 76 if (within(user, allow)) {
|
| /onnv-gate/usr/src/cmd/ipf/examples/ |
| H A D | example.5 | 4 # allow packets coming from foo to bar through. 8 # allow any TCP packets from the same subnet as foo is on through to host 13 # allow in UDP packets which are NOT from port 53 and are destined for 22 # allow packets through which have a non-standard IP header length (ie there
|
| H A D | example.11 | 2 # allow any TCP packets from the same subnet as foo is on through to host 7 # allow in UDP packets which are NOT from port 53 and are destined for 16 # allow any connections to be made, except to BSD print/r-services 22 # allow any connections to be made, except to BSD print/r-services
|
| H A D | example.3 | 10 # allow a variety of individual hosts to send any type of IP packet to any 27 # allow any packets destined for localhost out. 31 # allow any host to send any IP packet out to a limited number of hosts.
|
| H A D | tcpstate | 2 # Only allow TCP packets in/out of le0 if there is an outgoing connection setup 9 # allow nameserver queries and replies to pass through, but no other UDP
|
| /onnv-gate/usr/src/lib/pyzfs/common/ |
| H A D | unallow.py | 25 import zfs.allow 27 do_unallow = zfs.allow.do_allow
|
| /onnv-gate/usr/src/tools/ndrgen/ |
| H A D | ndr_anal.c | 343 int allow; in analyze_typeinfo_typedef() local 363 allow = ALLOW_NO_SWITCH; in analyze_typeinfo_typedef() 367 allow); /* see above */ in analyze_typeinfo_typedef() 386 int allow; in analyze_typeinfo_struct() local 410 allow = ALLOW_VARSIZE; in analyze_typeinfo_struct() 412 allow = 0; in analyze_typeinfo_struct() 414 analyze_member(mem_np, mem, &offset, allow); in analyze_typeinfo_struct() 503 unsigned long *offsetp, int allow) in analyze_member() argument 633 if (allow & ALLOW_CASE) { in analyze_member() 729 if (type_down->size_variable_part && !(allow & ALLOW_VARSIZE)) { in analyze_member() [all …]
|
| /onnv-gate/usr/src/lib/pam_modules/allow/ |
| H A D | Makefile | 31 POFILE= allow.po 32 MSGFILES= allow.c
|
| H A D | Makefile.com | 30 OBJECTS= allow.o
|
| /onnv-gate/usr/src/common/mpi/ |
| H A D | THIRDPARTYLICENSE | 28 * of those above. If you wish to allow use of your version of this file only 29 * under the terms of either the GPL or the LGPL, and not to allow others to 66 * of those above. If you wish to allow use of your version of this file only 67 * under the terms of either the GPL or the LGPL, and not to allow others to 103 * of those above. If you wish to allow use of your version of this file only 104 * under the terms of either the GPL or the LGPL, and not to allow others to 140 * of those above. If you wish to allow use of your version of this file only 141 * under the terms of either the GPL or the LGPL, and not to allow others to 178 * of those above. If you wish to allow use of your version of this file only 179 * under the terms of either the GPL or the LGPL, and not to allow others to [all …]
|
| /onnv-gate/usr/src/common/crypto/ecc/ |
| H A D | THIRDPARTYLICENSE | 29 * of those above. If you wish to allow use of your version of this file only 30 * under the terms of either the GPL or the LGPL, and not to allow others to 66 * of those above. If you wish to allow use of your version of this file only 67 * under the terms of either the GPL or the LGPL, and not to allow others to 103 * of those above. If you wish to allow use of your version of this file only 104 * under the terms of either the GPL or the LGPL, and not to allow others to 142 * of those above. If you wish to allow use of your version of this file only 143 * under the terms of either the GPL or the LGPL, and not to allow others to 179 * of those above. If you wish to allow use of your version of this file only 180 * under the terms of either the GPL or the LGPL, and not to allow others to [all …]
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_clear.pod | 5 SSL_clear - reset SSL object to allow another connection 15 Reset B<ssl> to allow another connection. All settings (method, ciphers, 39 SSL_clear() resets the SSL object to allow for another connection. The
|
| /onnv-gate/usr/src/lib/udapl/udapl_tavor/common/ |
| H A D | dapl_rmr_util.c | 92 IN DAT_COMPLETION_FLAGS allow, in dapl_rmr_validate_completion_flag() argument 95 if ((mask & request) && !(mask & allow)) { in dapl_rmr_validate_completion_flag()
|
| /onnv-gate/usr/src/uts/common/io/vscan/ |
| H A D | vscan_svc.c | 461 boolean_t allow; in vscan_svc_scan_file() local 470 if (vscan_svc_exempt_file(vp, &allow)) { in vscan_svc_scan_file() 471 if ((allow == B_TRUE) || (async != 0)) in vscan_svc_scan_file() 1078 vscan_svc_exempt_file(vnode_t *vp, boolean_t *allow) in vscan_svc_exempt_file() argument 1088 *allow = B_FALSE; in vscan_svc_exempt_file() 1096 vp->v_path, int, *allow); in vscan_svc_exempt_file() 1098 *allow = (vscan_svc_config.vsc_allow) ? B_TRUE : B_FALSE; in vscan_svc_exempt_file() 1105 *allow = B_TRUE; in vscan_svc_exempt_file()
|
| /onnv-gate/usr/src/cmd/hal/tools/ |
| H A D | hal-storage-mount.c | 734 char *allow = allowed_options[j]; local 735 int allow_len = strlen (allow); 737 if (strcmp (given, allow) == 0) { 741 if ((allow[allow_len - 1] == '=') && 742 (strncmp (given, allow, allow_len) == 0) && 748 if (strcmp (allow, "uid=") == 0) { 758 printf ("%s with uid %d\n", allow, uid);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perl573delta.pod | 63 Search::Dict: allow transforming lines before comparing 67 allow installing extra modules or bundles when building Perl 106 allow builing perl with -DUSE_UTF8_SCRIPTS which makes UTF-8 136 Class::Struct: allow recursive classes
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | tcpdchk.c.org | 6 * -a: complain about implicit "allow" at end of rule. 109 hosts_allow_table = "hosts.allow"; 137 * information is used later to find references in hosts.allow/deny to 185 fprintf(stderr, " -d: use allow/deny files in current directory\n"); 246 tcpd_warn("implicit \"allow\" at end of rule"); 249 tcpd_warn("implicit \"allow\" at end of rule");
|
| /onnv-gate/usr/src/lib/udapl/udapl_tavor/include/ |
| H A D | dapl_rmr_util.h | 59 IN DAT_COMPLETION_FLAGS allow,
|