| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | INTERN.h | 28 # define EXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly 29 # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
|
| H A D | EXTERN.h | 29 # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/ |
| H A D | Util.pm | 13 @EXPORT_OK = qw(blessed dualvar reftype weaken isweak tainted readonly openhandle refaddr isvstring looks_like_number set_prototype); 112 sub readonly { subroutine 145 use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); 214 =item readonly SCALAR 216 Returns true if SCALAR is readonly. 218 sub foo { readonly($_[0]) } 220 $readonly = foo($bar); # false 221 $readonly = foo(0); # true
|
| /osnet-11/usr/src/lib/libnisdb/yptol/ |
| H A D | dit_access_utils.h | 56 char *domain, bool_t readonly, int *statP);
|
| H A D | dit_access_utils.c | 251 int *nv, char *domain, bool_t readonly, int *statP) { 284 /* For readonly, add field=value pair for N2LSEARCHKEY */ 285 if (readonly == TRUE && i == 0) { 310 if (readonly == TRUE && i == 0) { 250 datumToRuleValue(datum *key, datum *value, __nis_table_mapping_t *t, int *nv, char *domain, bool_t readonly, int *statP) argument
|
| /osnet-11/usr/src/lib/libshell/common/data/ |
| H A D | builtins.c | 67 "export", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(readonly), 83 "readonly", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(readonly), 1282 "[-1c?\n@(#)$Id: readonly (AT&T Research) 2008-06-16 $\n]" 1284 "[+NAME?readonly - set readonly attribute on variables]" 1285 "[+DESCRIPTION?\breadonly\b sets the readonly attribute on each of " 1289 "is made readonly.]" 1292 "and the value is readonly for each instance.]" 1294 "readonly variable [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | Command.pm | 88 Removes directories - recursively (even if readonly) 100 Removes files (even if readonly)
|
| /osnet-11/usr/src/lib/libpkg/common/ |
| H A D | pkgserv.c | 251 pkgopenserver_i(const char *root, const char *sadmdir, boolean_t readonly, argument 274 if (readonly) { 295 server->onetime = readonly; 332 if (readonly) { 386 if (readonly)
|
| /osnet-11/usr/src/cmd/hal/hald/ |
| H A D | property.c | 49 gboolean readonly; member in struct:_HalProperty 346 prop->readonly = val; 365 return prop->readonly;
|
| /osnet-11/usr/src/lib/libelfsign/common/ |
| H A D | elfcertlib.c | 670 boolean_t readonly; local 674 readonly = B_TRUE; 682 KMF_READONLY_ATTR, &readonly, sizeof (readonly));
|
| /osnet-11/usr/src/lib/libkmf/libkmf/common/ |
| H A D | pk11tokens.c | 423 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) argument 456 if (!readonly)
|
| /osnet-11/usr/src/lib/libfsmgt/common/ |
| H A D | fs_mounts.c | 388 boolean_t readonly; local 400 readonly = stvfs.f_flag & ST_RDONLY; 406 return (readonly);
|
| /osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/ |
| H A D | Catalog.xs | 225 # Return a blessed reference to a readonly copy of the passed IV
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/ |
| H A D | Util.pm | 146 lock_hash() locks an entire hash, making all keys and values readonly.
|
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_util.c | 2376 boolean_t readonly = zprop_readonly(lp->pl_prop); local 2380 (void) fprintf(fp, "%4s ", readonly 2505 boolean_t readonly = (type == ZFS_TYPE_POOL ? local 2511 if (readonly) 2541 boolean_t readonly = zprop_readonly(zpd); local 2546 if (readonly)
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/ |
| H A D | Util.xs | 446 readonly(sv)
|
| /osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
| H A D | pkcs11_spi.c | 173 boolean_t readonly = B_TRUE; local 180 /* "readonly" is optional. Default is TRUE */ 182 (void *)&readonly, NULL); 184 rv = kmf_select_token(handle, label, readonly);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | CPAN.pm | 678 exists $META->{readonly}{$class}{$id} or 685 delete $META->{readonly}{$class}{$id}; # unsafe meta access, ok 3424 $cache->{$k} = $CPAN::META->{readonly}{$k}; # unsafe meta access, ok 3468 $CPAN::META->{readonly}{$class} = $v; # unsafe meta access, ok 3524 # reference, only then the set method will write into the readonly 3527 # the readonly area and made permanent (at least for a while) and 3534 $CPAN::META->{readonly}{$class}{$self->id} ||= {};
|