Searched refs:values (Results 51 - 75 of 147) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t87 test((values %h) == 1);
88 test((values %h)[0] eq 'cholet');
101 test((values %h) == 0);
233 # One thing we don't test is that the ordering from 'keys', 'values'
239 # Library of standard tests on keys, values and each
242 join $;, sort values %h;
H A DSubstrHash.t34 print "not " unless (values %a)[0] == 234;
65 my $hashsize = 119; # arbitrary values from my data
/osnet-11/usr/src/lib/libc/port/print/
H A Dfprintf.c41 #include <values.h>
H A Dprintf.c36 #include <values.h>
H A Dsnprintf.c35 #include <values.h>
H A Dvsnprintf.c35 #include <values.h>
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c182 char *attrs[2], **values=NULL; local
230 values = ldap_get_values(ld, msg, attribute);
231 if (values == NULL) {
236 for (i = 0; values[i] != NULL; i++) {
237 if (strcmp(values[i], value) == 0) {
250 if (values != NULL)
251 ldap_value_free(values);
266 *Return values:
H A Dldap_principal2.c110 char **values=NULL, *cname=NULL, **subtree=NULL; local
121 /* set initial values */
170 if ((values=ldap_get_values(ld, ent, "krbprincipalname")) != NULL) {
177 for (i=0; values[i] != NULL; ++i) {
178 if (strcmp(values[i], user) == 0) {
183 ldap_value_free(values);
189 if ((values=ldap_get_values(ld, ent, "krbcanonicalname")) != NULL) {
190 if (values[0] && strcmp(values[0], user) != 0) {
193 st = krb5_ldap_parse_principal_name(values[
515 char **values=NULL, *strval[10]={NULL}, errbuf[1024]; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c308 char **values = 0; local
346 values = grub_script_env_get (arg->str, arg->type);
347 for (i = 0; values && values[i]; i++)
354 if (grub_script_argv_append (&result, values[i],
355 grub_strlen (values[i])))
360 if (append (values[i], 1))
364 grub_free (values[i]);
366 grub_free (values);
/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c879 * Return a pointer to the array of values according to its type
886 return ((void **)&v->values.v_boolean);
888 return ((void **)&v->values.v_count);
890 return ((void **)&v->values.v_integer);
892 return ((void **)&v->values.v_astring);
894 return ((void **)&v->values.v_ustring);
910 return (scf_value_get_boolean(val, v->values.v_boolean + c));
912 return (scf_value_get_count(val, v->values.v_count + c));
914 return (scf_value_get_integer(val, v->values.v_integer + c));
917 (v->values
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java161 for (AggregationRecord r : map.values()) {
210 new ArrayList <AggregationRecord> (map.values());
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c302 ((!auxprop_values[0].name || !auxprop_values[0].values) &&
303 (!auxprop_values[1].name || !auxprop_values[1].values))) {
316 if (auxprop_values[0].name && auxprop_values[0].values) {
317 len = strlen(auxprop_values[0].values[0]);
335 strncpy((char *)sec->data, auxprop_values[0].values[0], len + 1);
337 strncpy(sec->data, auxprop_values[0].values[0], len + 1);
345 } else if (auxprop_values[1].name && auxprop_values[1].values) {
347 memcpy(&md5state, auxprop_values[1].values[0],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t204 is (scalar keys %hash, 2, "two keys, values both undef");
216 "undef values should not be misunderstood as placeholders");
218 "undef values should not be misunderstood as placeholders (again)");
223 # bug whereby hash iterators could lose hash keys (and values, as the code
248 is (scalar values %target, scalar values %clean,
249 "scalar values for $message");
253 # values, each) depends on the addition order in the hash. And locking
257 is_deeply( [sort values %target] , [sort values
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfread.c37 #include <values.h>
/osnet-11/usr/src/lib/libunistat/common/
H A Dspcs_log.c34 #include <values.h>
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java207 // Get the min-refresh-interval attribute values for all DA's from
245 // Sort through the attribute values to determine reply.
253 Vector values = (attr != null ? attr.getValues():new Vector());
254 int i, n = values.size();
257 Integer mri = (Integer)values.elementAt(i);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dconf.sh189 values=
236 *) values=$values$sp$1
277 eval CONF_values_${key}='$'values
296 eval values=\"'$'CONF_values_$key\"
300 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
512 *) values=
546 eval values='$'CONF_values_$old
559 eval CONF_values_${key}='$'values
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c961 char **values; local
992 if ((values = calloc(ncol, sizeof (char *))) == NULL) {
1000 ((values[i] = strdup(val)) == NULL)) {
1001 smb_lgrp_free_columns(i, values);
1007 rc = smb_lgrp_decode(grp, values, SMB_LGRP_INFO_ALL,
1009 smb_lgrp_free_columns(ncol, values);
1369 * values can be passed after the 'infolvl' arg. 'infolvl' arg specifies
2384 smb_lgrp_decode(smb_group_t *grp, char **values, int infolvl, sqlite3 *db) argument
2393 grp->sg_name = strdup(values[SMB_LGRP_GTBL_NAME]);
2399 grp->sg_cmnt = strdup(values[SMB_LGRP_GTBL_CMN
2792 smb_lgrp_free_columns(int ncol, char **values) argument
[all...]
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c203 const char *values; local
207 values = dgettext(TEXT_DOMAIN, "<string>");
210 values = dgettext(TEXT_DOMAIN, "<string>");
213 values = NULL;
216 values = dgettext(TEXT_DOMAIN, "<number>");
219 values = dgettext(TEXT_DOMAIN, "<path>");
222 values = dgettext(TEXT_DOMAIN, "<protocol>");
225 values = dgettext(TEXT_DOMAIN, "<access list>");
228 values = dgettext(TEXT_DOMAIN,
232 values
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c446 * As of now the fix NIST recommended values are used.
1218 gcry_mpi_t values[6];
1221 /* Clear the values for easier error cleanup. */
1223 values[idx] = NULL;
1225 /* Fill values with all available parameters. */
1231 values[idx] = gcry_sexp_nth_mpi (l1, 1, GCRYMPI_FMT_USG);
1233 if (!values[idx])
1242 in missing values. */
1265 if (!values[idx])
1266 values[id
1214 gcry_mpi_t values[6]; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c446 * As of now the fix NIST recommended values are used.
1218 gcry_mpi_t values[6];
1221 /* Clear the values for easier error cleanup. */
1223 values[idx] = NULL;
1225 /* Fill values with all available parameters. */
1231 values[idx] = gcry_sexp_nth_mpi (l1, 1, GCRYMPI_FMT_USG);
1233 if (!values[idx])
1242 in missing values. */
1265 if (!values[idx])
1266 values[id
1214 gcry_mpi_t values[6]; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm16 # allowed opts as well as specifies default and initial values
412 sort values (%v_fast), 'byteorder => $value' ;
456 the C<Configure> program at Perl build time (over 900 values).
462 values. The perl C<exists> function can be used to check if a
469 Returns a textual summary of the major perl configuration values.
484 Prints to STDOUT the values of the named configuration variable. Each is
528 The values stored in config.sh may be either single-quoted or
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c84 int *values, *maxval, *offset; member in struct:huff_table
330 ht->values = cur_values;
357 ht->values[ht->num_values - i] = ht->values[ht->num_values - i - 1];
359 ht->values[ht->num_values - n] = code;
393 return ht->values[code + ht->offset[i]];
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py194 values = line.split('|', len(monacoFields) - 1)
196 cr = values[0]
199 results[cr][field] = values[v]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/t/
H A Dndbm.t103 my @values = values(%h);
105 if ($#keys == 29 && $#values == 29) {print "ok 5\n";} else {print "not ok 5\n";}
108 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
427 # Also Test "keys" & "values" while we are at it.
455 foreach $v (values %h) {}

Completed in 185 milliseconds

123456