Searched refs:readonly (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DINTERN.h28 # define EXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
29 # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
H A DEXTERN.h29 # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm13 @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 Ddit_access_utils.h56 char *domain, bool_t readonly, int *statP);
H A Ddit_access_utils.c251 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 Dbuiltins.c67 "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 DCommand.pm88 Removes directories - recursively (even if readonly)
100 Removes files (even if readonly)
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c251 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 Dproperty.c49 gboolean readonly; member in struct:_HalProperty
346 prop->readonly = val;
365 return prop->readonly;
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfcertlib.c670 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 Dpk11tokens.c423 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) argument
456 if (!readonly)
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c388 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 DCatalog.xs225 # 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 DUtil.pm146 lock_hash() locks an entire hash, making all keys and values readonly.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c2376 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 DUtil.xs446 readonly(sv)
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c173 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 DCPAN.pm678 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} ||= {};

Completed in 501 milliseconds