| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/strict/ |
| H A D | subs | 32 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 D | allowed.c | 89 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 D | Makefile | 33 OBJECTS = allowed.o \
|
| /onnv-gate/usr/src/cmd/ssh/sshd/ |
| H A D | auth-rsa.c | 158 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 D | SSL_CTX_set_max_cert_list.pod | 5 …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 D | readpass.c | 143 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 D | nfs4_acache.c | 87 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 D | zonecfg_lex.l | 227 <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 D | access.h | 48 int allowed ( char *, char **, char ** );
|
| /onnv-gate/usr/src/cmd/lp/lib/papi/ |
| H A D | lpsched-printers.c | 141 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 D | sshd_config | 35 # 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 D | cron.h | 92 extern int allowed(char *, char *, char *);
|
| H A D | permit.c | 72 allowed(user, allow, deny) in allowed() function
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | crypt.c | 442 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 D | README | 34 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 D | sunpm.h | 67 int allowed; /* normalized max cycles allowed */ member
|
| /onnv-gate/exception_lists/ |
| H A D | check_rtime | 63 # 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 D | THIRDPARTYLICENSE.gladman | 6 The free distribution and use of this software is allowed (with or without
|
| /onnv-gate/usr/src/cmd/login/ |
| H A D | login.dfl | 86 # 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 D | rdc.err | 50 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 D | validate.c | 152 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 D | auditxml_jni | 628 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 D | compat_check.m4 | 28 # it must be one of the following... anything else will be allowed..
|
| /onnv-gate/usr/src/common/acl/ |
| H A D | acl_common.c | 129 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 D | mapfile | 43 # Modules aren't allowed to export any symbols
|