| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | CharMap.cxx | 31 delete [] pages_[i].values; in setAll() 32 pages_[i].values = 0; in setAll() 47 if (pg.values) { in setChar() 48 CharMapColumn<T> &column = pg.values[(c >> level3bits) & ((1 << level2bits) - 1)]; in setChar() 49 if (column.values) in setChar() 50 column.values[c & ((1 << level3bits) - 1)] = val; in setChar() 52 column.values = new T[1 << level3bits]; in setChar() 54 column.values[i] = column.value; in setChar() 55 column.values[c & ((1 << level3bits) - 1)] = val; in setChar() 59 pg.values = new CharMapColumn<T>[1 << level2bits]; in setChar() [all …]
|
| H A D | CharMap.h | 24 T *values; variable 37 CharMapColumn<T> *values; variable 76 if (pg.values) { 77 const CharMapColumn<T> &column = pg.values[(c >> level3bits) & ((1 << level2bits) - 1)]; 78 if (column.values) 79 return column.values[c & ((1 << level3bits) - 1)]; 92 if (pg.values) { in getRange() 93 const CharMapColumn<T> &column = pg.values[(c >> level3bits) & ((1 << level2bits) - 1)]; in getRange() 94 if (column.values) { in getRange() 96 return column.values[c & ((1 << level3bits) - 1)]; in getRange()
|
| /onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
| H A D | pkinit_profile.c | 99 char **values = NULL; in pkinit_kdcdefault_strings() local 121 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 122 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings() 136 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 137 if (retval == 0 && values != NULL) in pkinit_kdcdefault_strings() 141 if (values == NULL) in pkinit_kdcdefault_strings() 144 *ret_value = values; in pkinit_kdcdefault_strings() 155 char **values = NULL; in pkinit_kdcdefault_string() local 157 retval = pkinit_kdcdefault_strings(context, realmname, option, &values); in pkinit_kdcdefault_string() 161 if (values[0] == NULL) { in pkinit_kdcdefault_string() [all …]
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | laststmtchanges.test | 35 insert into t0 values (1); 36 insert into t0 values (1); 37 insert into t0 values (2); 38 insert into t0 values (2); 39 insert into t0 values (1); 40 insert into t0 values (1); 41 insert into t0 values (1); 42 insert into t0 values (2); 88 insert into t2 values (NULL, last_statement_change_count(), NULL); 92 insert into t1 values (77); [all …]
|
| H A D | null.test | 29 insert into t1 values(1,0,0); 30 insert into t1 values(2,0,1); 31 insert into t1 values(3,1,0); 32 insert into t1 values(4,1,1); 33 insert into t1 values(5,null,0); 34 insert into t1 values(6,null,1); 35 insert into t1 values(7,null,null); 54 # Check to see how the CASE expression handles NULL values. The 99 # Check to see that NULL values are ignored in aggregate functions. 109 # Check to see how WHERE clauses handle NULL values. A NULL value [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/ |
| H A D | QualifierIntegerEnum.java | 44 protected int[] values; field in QualifierIntegerEnum 54 public QualifierIntegerEnum(int[] values) { in QualifierIntegerEnum() argument 55 this.values = values; in QualifierIntegerEnum() 65 return values; in getValues() 74 for (int index = 0; index < values.length; index++) { in parseValue() 75 if (values[index] == i) { in parseValue() 87 for (int index = 0; index < values.length; index++) { in toString() 88 vals.add(new Integer(values[index])); in toString()
|
| H A D | QualifierStringEnum.java | 43 protected String[] values; field in QualifierStringEnum 53 public QualifierStringEnum(String[] values) { in QualifierStringEnum() argument 54 this.values = values; in QualifierStringEnum() 64 return values; in getValues() 68 if (value != null && Arrays.asList(values).contains(value)) { in parseValue() 76 return super.toString() + Arrays.asList(values); in toString()
|
| /onnv-gate/usr/src/lib/print/libpapi-common/common/ |
| H A D | attribute.c | 81 papi_attribute_value_t **values) in papiAttributeValuesFree() argument 83 if (values != NULL) { in papiAttributeValuesFree() 86 for (i = 0; values[i] != NULL; i++) in papiAttributeValuesFree() 87 papiAttributeValueFree(type, values[i]); in papiAttributeValuesFree() 89 free(values); in papiAttributeValuesFree() 99 if (attribute->values != NULL) in papiAttributeFree() 101 attribute->values); in papiAttributeFree() 136 if ((status == PAPI_OK) && (a->values != NULL)) { in collection_dup() 139 for (j = 0; ((a->values[j] != NULL) && in collection_dup() 145 a->values[j]); in collection_dup() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| H A D | Cookie.pm | 99 my @values = (); 101 @values = map unescape($_),split(/[&;]/,$value.'&dmy'); 102 pop @values; 107 $results{$key} ||= $self->new(-name=>$key,-value=>\@values); 123 my @values; 126 @values = @$value; 128 @values = %$value; 131 @values = ($value); 136 'value'=>[@values], 206 my @values; [all …]
|
| /onnv-gate/usr/src/lib/libsasl/lib/ |
| H A D | auxprop.c | 69 struct propval *values; member 141 ctx->values = (struct propval *)ctx->mem_base->data; in prop_init() 215 retval->values[i].name = src_ctx->values[i].name; in prop_dup() 216 result = prop_setvals(retval, retval->values[i].name, in prop_dup() 217 src_ctx->values[i].values); in prop_dup() 313 ctx->values = NULL; in prop_request() 319 ctx->values = (struct propval *)ctx->mem_base->data; in prop_request() 326 memset(&(ctx->values[ctx->used_values]), 0, in prop_request() 332 ctx->list_end = (char **)(ctx->values + total_values); in prop_request() 343 if(!strcmp(ctx->values[j].name, names[i])) { in prop_request() [all …]
|
| /onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_realm.c | 169 char **values = NULL; local 214 if ((values = ldap_get_values (ld, ent, "cn")) != NULL) { 216 (*realms)[count] = strdup(values[0]); 220 ldap_value_free(values); 261 char **values=NULL, **subtrees=NULL, **policy=NULL; local 325 if ((values = ldap_get_values(ld, ent, "krbPrincipalName")) != NULL) { 326 for (i = 0; values[i] != NULL; ++i) { 327 krb5_parse_name(context, values[i], &principal); 336 ldap_value_free(values); 399 char **values=NULL; local [all …]
|
| H A D | ldap_services.c | 188 char **values=NULL, *attr[] = { "krbRealmReferences", NULL}; local 268 if ((values=ldap_get_values(ld, ent, "krbRealmReferences")) != NULL) { 269 count = ldap_count_values(values); 270 if ((st=copy_arrays(values, &oldrealmrefs, count)) != 0) 272 ldap_value_free(values); 420 char **values=NULL; local 472 if ((values=ldap_get_values(ld, ent, "krbServiceFlags")) != NULL) { 473 lservice->krbserviceflags = atoi(values[0]); 475 ldap_value_free(values); 478 if ((values=ldap_get_values(ld, ent, "krbHostServer")) != NULL) { [all …]
|
| H A D | ldap_misc.c | 962 char **values=NULL, *attributes[2] = {NULL}; local 1000 if ((values=ldap_get_values(ld, entry, attribute)) != NULL) { 1008 for (i=0; values[i]; ++i) { 1009 if (strcasecmp(values[i], attrvalues[j]) == 0) { 1015 ldap_value_free(values); 1042 char *values[2]={NULL}; local 1044 values[0] = value; 1050 modAttr.mod_values = values; 1087 char *values[2]={NULL}; local 1089 values[0] = value; [all …]
|
| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ServiceLocationAttribute.java | 78 Vector values = null; field in ServiceLocationAttribute 107 values = (Vector)values_in.clone(); in ServiceLocationAttribute() 109 verifyValueTypes(values, false); in ServiceLocationAttribute() 170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttribute() 174 int i, n = values.size(); in ServiceLocationAttribute() 178 String value = (String)values.elementAt(i); in ServiceLocationAttribute() 184 values.setElementAt(o, i); in ServiceLocationAttribute() 196 verifyValueTypes(values, allowMultiValuedBooleans); in ServiceLocationAttribute() 272 if (values == null) { in getValues() 276 Vector ret = (Vector)values.clone(); in getValues() [all …]
|
| H A D | ServerAttribute.java | 69 if (values != null) { in ServerAttribute() 70 Object o = values.elementAt(0); in ServerAttribute() 74 int i, n = values.size(); in ServerAttribute() 77 String s = (String)values.elementAt(i); in ServerAttribute() 80 values.setElementAt(as, i); in ServerAttribute()
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| H A D | prof_get.c | 133 struct profile_string_list values; in profile_get_values() local 140 if ((retval = init_list(&values))) in profile_get_values() 147 add_to_list(&values, value); in profile_get_values() 150 if (values.num == 0) { in profile_get_values() 155 end_list(&values, ret_values); in profile_get_values() 159 end_list(&values, 0); in profile_get_values() 343 struct profile_string_list values; in profile_get_subsection_names() local 350 if ((retval = init_list(&values))) in profile_get_subsection_names() 357 add_to_list(&values, name); in profile_get_subsection_names() 360 end_list(&values, ret_names); in profile_get_subsection_names() [all …]
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| H A D | get_krbhst.c | 64 char **values, **cpp, *cp; in krb5_get_krbhst() local 80 retval = profile_get_values(context->profile, realm_kdc_names, &values); in krb5_get_krbhst() 92 for (cpp = values; *cpp; cpp++) { in krb5_get_krbhst() 103 count = cpp - values; in krb5_get_krbhst() 110 unsigned int len = strlen (values[i]) + 1; in krb5_get_krbhst() 116 memcpy (rethosts[i], values[i], len); in krb5_get_krbhst() 126 profile_free_list(values); in krb5_get_krbhst()
|
| /onnv-gate/usr/src/lib/common/ |
| H A D | Makefile.com | 32 VALUES = values-Xa.o values-Xc.o values-Xs.o values-Xt.o \ 33 values-xpg4.o values-xpg6.o 50 values-xpg6.o := CPPFLAGS += -I$(SRC)/lib/libc/inc
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| H A D | ColumnList.java | 509 public int addItem(Object[] values, boolean updateView) { in addItem() argument 513 if (isEqualTo(values, r)) { in addItem() 524 canvas.addItem(values, r); in addItem() 534 int comp = values[colIndex].toString().compareTo( in addItem() 539 canvas.insertItem(values, r); in addItem() 550 canvas.addItem(values); in addItem() 563 public void addItem(Object[] values) { in addItem() argument 564 addItem(values, true); in addItem() 572 private boolean isEqualTo(Object[] values, int r) { in isEqualTo() argument 575 if (!((String) getItem(r, c)).equals((String) values[c])) in isEqualTo() [all …]
|
| /onnv-gate/usr/src/cmd/lp/lib/papi/ |
| H A D | lpsched-misc.c | 51 char **values) in papiAttributeListAddLPStrings() argument 56 if ((list == NULL) || (name == NULL) || (values == NULL)) in papiAttributeListAddLPStrings() 59 for (i = 0; ((result == PAPI_OK) && (values[i] != NULL)); in papiAttributeListAddLPStrings() 62 values[i]); in papiAttributeListAddLPStrings() 86 char **values = NULL; in papiAttributeListGetLPStrings() local 95 addlist(&values, value); in papiAttributeListGetLPStrings() 97 if (values != NULL) { in papiAttributeListGetLPStrings() 100 *strings = values; in papiAttributeListGetLPStrings()
|
| /onnv-gate/usr/src/cmd/idmap/idmapd/ |
| H A D | dbutils.c | 1015 int reqcol, const char ***values) in sql_compile_n_step_once() argument 1027 r = sqlite_step(*vm, ncol, values, NULL); in sql_compile_n_step_once() 1499 const char **values; in lookup_cache_sid2pid() local 1572 14, &values); in lookup_cache_sid2pid() 1579 if (values[0] == NULL || values[1] == NULL) { in lookup_cache_sid2pid() 1584 pid = strtoul(values[0], &end, 10); in lookup_cache_sid2pid() 1585 is_user = strncmp(values[1], "0", 2) ? 1 : 0; in lookup_cache_sid2pid() 1606 IDMAP_ID_IS_EPHEMERAL(pid) && values[2] != NULL) { in lookup_cache_sid2pid() 1607 exp = strtoll(values[2], &end, 10); in lookup_cache_sid2pid() 1621 if (values[4] != NULL) in lookup_cache_sid2pid() [all …]
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| H A D | Project.pm | 576 my ($values) = @_; 589 ($ret, $ref) = projent_tokenize_attribute_values($values); 668 $values]); 697 my ($name, $stock, $values); 720 ($name, $stock, $values) = $string =~ 725 if (!defined($values)) { 726 $values = ''; 729 ($ret, $ref) = projent_parse_attribute_values($values); 933 my ($values) = @_; 938 if (!defined($values)) { [all …]
|
| /onnv-gate/usr/src/cmd/ed/ |
| H A D | Makefile | 33 XPG4EDOBJ= edobjs.xpg4/ed.o edobjs.xpg4/compile.o values-xpg4.o 34 XPG6EDOBJ= edobjs.xpg6/ed.o edobjs.xpg6/compile.o values-xpg6.o 104 values-xpg4.o: ../../lib/common/common/values-xpg4.c 105 $(COMPILE.c) -o $@ ../../lib/common/common/values-xpg4.c 107 values-xpg6.o: ../../lib/common/common/values-xpg6.c 108 $(COMPILE.c) -o $@ ../../lib/common/common/values-xpg6.c
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
| H A D | threads.c | 43 struct tsd_block { void *values[K5_KEY_MAX]; }; member 57 void *values[K5_KEY_MAX]; member 77 if (destructors_set[i] && destructors[i] && t->values[i]) { in krb5int_thread_detach_hook() 78 void *v = t->values[i]; in krb5int_thread_detach_hook() 79 t->values[i] = 0; in krb5int_thread_detach_hook() 112 void *values[K5_KEY_MAX]; member 199 if (destructors_set[i] && destructors[i] && t->values[i]) { in thread_termination() 200 void *v = t->values[i]; in thread_termination() 201 t->values[i] = 0; in thread_termination() 247 return t->values[keynum]; in k5_getspecific() [all …]
|
| /onnv-gate/usr/src/lib/libshell/common/bltins/ |
| H A D | enum.c | 94 const char *values[1]; member 107 sfprintf(out,"\b%s\b%c",ep->values[0],0); in enuminfo() 109 sfprintf(out,"\b%s\b",ep->values[0]); in enuminfo() 116 else while(v=ep->values[n++]) in enuminfo() 149 while(v=ep->values[i]) in put_enum() 171 return((char*)ep->values[n]); in get_enum() 246 cp = (char*)&ep->values[n+1]; in enum_create() 248 ep->values[n] = 0; in enum_create() 252 ep->values[i++] = cp; in enum_create()
|