Searched refs:values (Results 76 - 100 of 147) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/t/
H A Dodbm.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)) {
433 # Also Test "keys" & "values" while we are at it.
461 foreach $v (values %h) {}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/t/
H A Dsdbm.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)) {
436 # Also Test "keys" & "values" while we are at it.
464 foreach $v (values %h) {}
/osnet-11/usr/src/lib/libc/port/gen/
H A Decvt.c45 #include <values.h>
H A Dstrtod.c35 #include <values.h>
/osnet-11/usr/src/lib/libc/port/print/
H A Dvwprintf.c35 #include <values.h>
H A Dwprintf.c35 #include <values.h>
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py143 getattr(parser.values, option.dest).append((opt, value))
H A Ddataset.py43 "values", "colname", "rightalign", "visible", "indextable"
60 self.values = t[7]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c447 /* Get old values */
466 /* Set new values */
839 char **values, **v, *mech, *m; local
867 values = ldap_get_values( ld, e, "supportedSASLMechanisms" );
868 if ( values == NULL ) {
875 for(v = values; *v != NULL; v++ ) {
879 ldap_value_free( values );
885 for(v = values; *v; v++) {
886 if (v != values) {
895 ldap_value_free( values );
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_client.c336 nvals = dav_rpc->directory_values_rpc_u.values.values_len;
343 vals = dav_rpc->directory_values_rpc_u.values.values_val;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcookie.cgi60 -values=>[@ANIMALS],
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c616 char **values, **cpp; local
629 &values);
633 for (cpp = values; *cpp; cpp++) {
639 profile_free_list(values);
644 profile_free_list(values);
796 * values:
810 * Loop through all the mapping values.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dref.t125 print join('', sort values %$anonhash2) eq BARXYZ ? "ok 29\n" : "not ok 29\n";
383 1; # flush any temp values on stack
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs154 The T_SYSRET typemap is used to process return values from system calls.
155 It is only meaningful when passing values from C to perl (there is
245 A boolean type. This can be used to pass true and false values to and
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfwrite.c37 #include <values.h>
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java122 * collector for the collecting attribute values by type.
980 // don't have any values.
1308 // The values in the STLRecord.attrValueSort hashtable are themselves
1310 // with the values being BtreeVector objects. The BtreeVector objects
1313 // values equal to the value in the RegRecord are put into a list
1315 // hashtable for keyword attributes because they have no values.
1320 // The values in the STLRecord.attrSort BtreeVector are RegRecord
1342 // values are hashtables with lang tag key. Ultimate values are
1352 // the type/scope, values ar
[all...]
H A DSLPConfig.java56 * default values and policy. If the config file allows it
57 * the user may reset some of these values using the
100 // property tag or values. If included, according
513 Vector values = attr.getValues();
516 if (values != null && values.size() == 1) {
517 Object val = values.elementAt(0);
1400 * Array of timeout values.
1535 * values wraps, but there isn't much we can do now.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t199 values values %h
427 avalues SKIP values @t
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c509 * This function reads the values from the property prop_name in pg and
511 * must exist. The function skips over zero-length and duplicate values.
546 vals->values.v_astring = calloc(cursz, sizeof (char *));
547 if (vals->values.v_astring == NULL) {
596 (void) memcpy(aux, vals->values.v_astring,
598 free(vals->values.v_astring);
599 vals->values.v_astring = aux;
602 vals->values.v_astring[count] = malloc(rsize);
603 if (vals->values.v_astring[count] == NULL) {
609 vals->values
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c652 /* Null values should have been weeded out by caller */
1665 * This will only check multi-entry values.
1666 * Cannot have '*' with other values
1696 "%s: cannot mix \"*\" with other values: %s=%s"),
1716 * Validate access list values. Should eventually validate that all
1717 * the values make sense. Also, ro and rw may have cross value conflicts.
1766 const char *values; local
1770 values = dgettext(TEXT_DOMAIN, "<string>");
1773 values = dgettext(TEXT_DOMAIN, "<string>");
1776 values
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c700 * Convert a ':'-separated null terminated string into an array of values
707 pt_delta_str_helper(char *s, uint64_t *values, int entries) argument
719 values[i] = strtoull(sp, 0, NULL);
723 values[i] = strtoull(sp, 0, NULL);
732 * the difference between the values of the numbers in each position.
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py167 for ctype in status.values():
268 for entry in self._active.values():
310 for entry in self._active.values():
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c872 char *values = NULL; local
911 rv = i_hp_parse_results(results, NULL, &values);
913 *resultsp = values;
932 char *values = NULL; local
971 rv = i_hp_parse_results(results, NULL, &values);
973 *resultsp = values;
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurshdr.h110 char _lval[LABMAX][LABLEN+1]; /* labels' true values */
199 #include <values.h>
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h177 char **values);

Completed in 103 milliseconds

123456