Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 198) sorted by relevance

12345678

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/strict/
H A Dsubs32 Bareword "xyz" not allowed while "strict subs" in use at - line 5.
40 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
48 Bareword "Z" not allowed while "strict subs" in use at - line 4.
49 Bareword "A" not allowed while "strict subs" in use at - line 4.
57 Bareword "Y" not allowed while "strict subs" in use at - line 4.
58 Bareword "B" not allowed while "strict subs" in use at - line 4.
66 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
86 Bareword "Fred" not allowed while "strict subs" in use at - line 8.
98 Bareword "Fred" not allowed while "strict subs" in use at - line 6.
169 Bareword "Fred" not allowed while "strict subs" in use at - line 3.
[all …]
/onnv-gate/usr/src/cmd/lp/lib/access/
H A Dallowed.c89 return (allowed(user, allow, deny));
164 return (allowed(form, allow, deny));
173 allowed ( in allowed() function
179 allowed (item, allow, deny) in allowed()
H A DMakefile33 OBJECTS = allowed.o \
/onnv-gate/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c158 int allowed = 0; in auth_rsa_key_allowed() local
197 allowed = 0; in auth_rsa_key_allowed()
263 allowed = 1; in auth_rsa_key_allowed()
275 if (allowed && rkey != NULL) in auth_rsa_key_allowed()
279 return (allowed); in auth_rsa_key_allowed()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_max_cert_list.pod5 …ax_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list, - manipulate allowed for the peer's ce…
19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's
26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's
48 chain size allowed to be sent by the peer, see e.g. the work on
57 If the maximum certificate chain size allowed is exceeded, the handshake will
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c143 int allowed = 0; in ask_permission() local
158 allowed = 1; in ask_permission()
162 return (allowed); in ask_permission()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c87 if ((ap->allowed & acc) == acc) in nfs4_access_check()
128 nap->allowed = resacc; in nfs4_access_cache()
142 ap->allowed &= ~acc; in nfs4_access_cache()
143 ap->allowed |= resacc; in nfs4_access_cache()
/onnv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l227 <TSTATE>allowed-address { return ALLOWED_ADDRESS; }
228 <CSTATE>allowed-address { return ALLOWED_ADDRESS; }
308 <TSTATE>fs-allowed { return FS_ALLOWED; }
309 <CSTATE>fs-allowed { return FS_ALLOWED; }
/onnv-gate/usr/src/cmd/lp/include/
H A Daccess.h48 int allowed ( char *, char **, char ** );
/onnv-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c141 char **allowed = NULL, **denied = NULL; in lpsched_printer_configuration_to_attributes() local
247 load_userprinter_access(dest, &allowed, &denied); in lpsched_printer_configuration_to_attributes()
249 "requesting-user-name-allowed", allowed); in lpsched_printer_configuration_to_attributes()
253 freelist(allowed); in lpsched_printer_configuration_to_attributes()
/onnv-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config35 # Multiple ListenAddress entries are allowed.
105 # Are logins to accounts with empty passwords allowed.
143 # Is pure RSA authentication allowed.
/onnv-gate/usr/src/cmd/cron/
H A Dcron.h92 extern int allowed(char *, char *, char *);
H A Dpermit.c72 allowed(user, allow, deny) in allowed() function
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c442 boolean_t allowed = B_FALSE; in alg_valid() local
454 allowed = B_FALSE; in alg_valid()
457 allowed = B_TRUE; in alg_valid()
467 return (allowed); in alg_valid()
471 return (!allowed); in alg_valid()
/onnv-gate/usr/src/uts/common/io/usb/usba/
H A DREADME34 NOTE:- Queuing of control requests are allowed at USBA level.
75 (Not allowed)
86 NOTE:- Queuing of control requests are allowed at USBA level.
132 NOTE:- Queuing of bulk requests are allowed at USBA level.
/onnv-gate/usr/src/uts/common/sys/
H A Dsunpm.h67 int allowed; /* normalized max cycles allowed */ member
/onnv-gate/exception_lists/
H A Dcheck_rtime63 # Objects that are allowed to have executable data segments
70 # Objects that are allowed to have an executable stack
77 # Directories and files that are allowed to have no direct bound symbols
90 # Files that are allowed undefined references
94 # Objects allowed to have unused dependencies
/onnv-gate/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.gladman6 The free distribution and use of this software is allowed (with or without
/onnv-gate/usr/src/cmd/login/
H A Dlogin.dfl86 # allowed before login exits. Default is 5 and maximum is 15.
94 # login attempts will be allowed by the system before a failed login
/onnv-gate/usr/src/lib/libunistat/common/rdc/
H A Drdc.err50 UPDATE = Update sync %s:%s ==> %s:%s only allowed for an rdc device set
53 …e secondary and the secondary SNDR device %s:%s to become primary is not allowed in advanced confi…
85 QWRONGMODE = Disk queue operations on synchronous sets not allowed
/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c152 if (lp_or_root || allowed(prs->secure->user, in _validate()
221 || allowed( \ in _validate()
241 || allowed( \ in _validate()
889 if (allowed(paper,pc->pps->paper_allowed,NULL)) { in _chkopts()
/onnv-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni628 my @allowed = @$allowedIds;
629 if (@allowed) {
634 my $idNo = $externalIdNo{$allowed[$i]};
635 $allowed[$i] =~ s/AUE_/ADT_/;
636 print Sfile "\tstatic final int $allowed[$i] = ",
/onnv-gate/usr/src/cmd/sendmail/cf/feature/
H A Dcompat_check.m428 # it must be one of the following... anything else will be allowed..
/onnv-gate/usr/src/common/acl/
H A Dacl_common.c129 uint32_t allowed; member
771 vals->allowed = ACE_MASK_UNDEFINED; in acevals_init()
1050 if (vals->allowed != (vals->denied ^ flips)) { in acevals_to_aent()
1059 error = ace_allow_to_mode(vals->allowed, &dest->a_perm, isdir); in acevals_to_aent()
1182 error = ace_mask_to_mode(list->group_obj.allowed, in ace_list_to_aent()
1400 if (vals->allowed != ACE_MASK_UNDEFINED) { in ln_ace_to_aent()
1404 vals->allowed = acep->a_access_mask; in ln_ace_to_aent()
/onnv-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile43 # Modules aren't allowed to export any symbols

12345678