Searched refs:values (Results 101 - 125 of 147) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Darray.t100 @bar{keys %foo} = values %foo;
H A Dmagic.t137 @val2 = values(%ENV);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t80 my %tags = map { $_ => 1 } map { @$_ } values %EXPORT_TAGS;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc4 # Make sure you always quote any bare floating-point values, lest 123.46 will
82 # illegal values are possible for fallback due to no accessor
111 # see if MBF changes MBIs values
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t96 delete, each, exists, keys, values
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c47 #include <values.h>
H A Dselect_large_fdset.c56 #include <values.h>
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c919 char **values = NULL; local
936 entry != NULL && values == NULL;
938 values = ldap_get_values(
942 if (values != NULL) {
944 val = strdup(values[0]);
945 ldap_value_free(values);
996 * Trust direction values:
1371 /* If the values is fixed there will not be a site specific version */
1792 /* If the values is fixed there will not be a site specific version */
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1237 * if the name of the property is much longer than any values we find.
1554 * as native values (numbers, for example) or as strings (to simplify
2375 const char *values = zprop_values(lp->pl_prop); local
2388 (void) fprintf(fp, "%s\n", values);
2503 const char *values = (type == ZFS_TYPE_POOL ? local
2528 (void) fprintf(fp, dgettext(TEXT_DOMAIN, "Accepted values: %s\n"),
2529 values == NULL ? "-" : values);
2540 const char *values = zprop_values(zpd); local
2559 (void) fprintf(fp, dgettext(TEXT_DOMAIN, "Accepted values
[all...]
H A Dlibzfs_prop.c127 * properties whose values are printed as strings from numeric properties.
831 char **values = zfs_alloc(table->zpt_libzfs, local
841 values[v] = zfs_strdup(table->zpt_libzfs,
848 pnode->zpd_d.zpd_values_list = (const void *)values;
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h29 * values stored in network byte order (Big Endian)
166 const char **values);
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c164 const char* values; member in struct:Args_s
1765 if (ap->values)
1766 sfprintf(state.str, "{%s}", ap->values);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c1638 * attribute and values define the type of ADS object, the share object. The
2065 * These values are not populated on Windows 2000 server.
2075 char **values; local
2102 if ((values = ldap_get_values(ld, entry, ds_attr)) == NULL) {
2108 if (values[0] != NULL) {
2109 level = atoi(values[0]);
2113 ldap_value_free(values);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c1255 char **values; local
1263 err = profile_get_values (context->profile, profile_name, &values);
1268 for (iter = values; *iter; iter++) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1380 * this will take precendence over the values specified
2320 * as "cn". When the "cn" values are retrieved, there is no distinction
2337 * or RDN value does not match any existing "cn" values.
2358 char **rdn = NULL, **attrs = NULL, **values = NULL; local
2365 /* "values" is read-only */
2366 if ((values = __ns_ldap_getAttr(entry, "dn")) == NULL ||
2367 values[0] == NULL)
2370 if ((rdn = ldap_explode_dn(values[0], 0)) == NULL ||
2397 * match rdn value with values in "cn".
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c46 #include <values.h>
221 /* stip trailing spaces from unquoted values */
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml394 * adt_put_event() status values. Positive values are for kernel-generated
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwstod.c43 #include <values.h>
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py237 for raw in ds.get_fsacl().values():
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs74 * based on the values extracted from the exacct header files by the
449 # errno will be returned. For all other values returned by ea_error() a string
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs54 * Push all values from input array onto the perl return stack.
295 # The PUSHARRAY() macro defined above pushes all values from the C array to
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2685 * "quality of protection" values supported by the server. The value
3200 ((!auxprop_values[0].name || !auxprop_values[0].values) &&
3201 (!auxprop_values[1].name || !auxprop_values[1].values))) {
3214 if (auxprop_values[0].name && auxprop_values[0].values) {
3215 len = strlen(auxprop_values[0].values[0]);
3242 strncpy((char *)sec->data, auxprop_values[0].values[0], len + 1);
3244 strncpy(sec->data, auxprop_values[0].values[0], len + 1);
3278 } else if (auxprop_values[1].name && auxprop_values[1].values) {
3279 memcpy(A1, auxprop_values[1].values[0], HASHLEN);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH27 * gets its values from $CONFIG_SH, which is generally produced by
708 * DBL_MIN, i.e. machine dependent floating point values.
884 * include <values.h> to get definition of symbols like MINFLOAT or
963 * double, or a long double when applicable. Usual values are 2,
1027 * has casting odd floating values to unsigned long:
1057 * The usual values are:
2263 * It has the values "unsigned char" or "char".
2331 * The returned values are defined in <float.h> and are:
2423 * The returned values are defined in <math.h> and are:
2441 * The returned values ar
[all...]
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h146 } values; member in struct:scf_values
206 SCF_TERR_CARDINALITY_VIOLATION, /* wrong number of values */
222 /* values for include_values */
529 /* values */
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h82 struct ami_attr_value_set *values; member in struct:ami_attr
586 * AMI function return values

Completed in 114 milliseconds

123456