| /osnet-11/usr/src/lib/libshell/common/bltins/ |
| H A D | enum.c | 28 "type \atypename\a that can only store any one of the values in the indexed " 32 "[i:ignorecase?The values are case insensitive.]" 51 "[+?The variable can have one of the following values\fvalues\f. " 52 "The the values are \fcase\fcase sensitive.]" 54 "[+?If no \aname\as are specified then the names and values of all " 94 const char *values[1]; member in struct:Enum 107 sfprintf(out,"\b%s\b%c",ep->values[0],0); 109 sfprintf(out,"\b%s\b",ep->values[0]); 116 else while(v=ep->values[n++]) 131 static void put_enum(Namval_t* np,const char *val,in argument 163 error(ERROR_exit(1), "%s: invalid value %s",nv_name(np),val); local [all...] |
| /osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ServiceLocationAttribute.java | 78 Vector values = null; field in class:ServiceLocationAttribute 89 * @param values_in Vector of one or more attribute values. Vector 107 values = (Vector)values_in.clone(); 109 verifyValueTypes(values, false); 170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); 174 int i, n = values.size(); 178 String value = (String)values.elementAt(i); 184 values.setElementAt(o, i); 196 verifyValueTypes(values, allowMultiValuedBooleans); 240 String val 341 escapeValue(Object val) argument 385 escapeValueInternal(Object val) argument [all...] |
| /osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kdb_ldap.c | 55 krb5_ldap_get_db_opt(char *input, char **opt, char **val) argument 59 *val = NULL; 81 *val = strdup (pos); 82 if (!*val) { 182 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 ! 335 char *opt = NULL, *val = NULL; local [all...] |
| H A D | ldap_principal2.c | 110 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[ 382 ldap_seqof_key_data val; local 515 char **values=NULL, *strval[10]={NULL}, errbuf[1024]; local [all...] |
| H A D | ldap_misc.c | 77 /* Get integer or string values from the config section, falling back 78 to the default section, then to hard-coded values. */ 911 * This function reads the attribute values (if the attribute is 912 * non-null) from the dn. The read attribute values is compared 930 char **values=NULL, *attributes[2] = {NULL}; local 940 /* read the attribute values from the dn */ 967 /* read the attribute values */ 968 if ((values=ldap_get_values(ld, entry, attribute)) != NULL) { 972 * Compare the read attribute values with the attrvalues 976 for (i=0; values[ 1006 char *values[2]={NULL}; local 1047 char *values[2]={NULL}; local 1235 char **values=NULL; local 1258 char **values=NULL; local 1287 char **values=NULL; local 1332 char **values=NULL; local 1378 krb5_add_str_mem_ldap_mod(LDAPMod ***mods, char *attribute, int op, char **values) argument 1450 format_d(int val) argument 1861 char **values = NULL, *policydn = NULL, *pwdpolicydn = NULL; local [all...] |
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| H A D | prof_solaris.c | 53 struct profile_string_list values; local 59 if (code = init_list(&values)) 76 code2 = add_to_list(&values, name); 78 end_list(&values, &ret_values); 82 end_list(&values, &ret_values); 87 code2 = add_to_list(&values, name); 89 end_list(&values, &ret_values); 109 end_list(&values, &ret_values); 397 * where ret_value is a string array of any matching values assigned to name. 434 * where value is a string array values t 441 k5_profile_add_realm_entry(profile_t profile, char *realm, char *name, char **values) argument 850 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val) argument 1068 k5_profile_validate_get_error_msg(profile_t profile, int err, char *val, char **err_msg) argument [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/script/ |
| H A D | execute.c | 294 grub_script_env_set (const char *name, const char *val) argument 299 return grub_env_set (name, val); 308 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[ [all...] |
| /osnet-11/usr/src/lib/libsasl/lib/ |
| H A D | auxprop.c | 69 struct propval *values; member in struct:propctx 141 ctx->values = (struct propval *)ctx->mem_base->data; 213 /* Now dup the values */ 215 retval->values[i].name = src_ctx->values[i].name; 216 result = prop_setvals(retval, retval->values[i].name, 217 src_ctx->values[i].values); 267 * NOTE: may clear values from context as side-effect 313 ctx->values 390 struct propval *val; local 473 struct propval *val; local 517 struct propval *val; local 566 struct propval *val; local 758 prop_setvals(struct propctx *ctx, const char *name, const char **values) argument 761 const char **val = values; local [all...] |
| /osnet-11/usr/src/lib/libnwam/common/ |
| H A D | libnwam_values.c | 39 * Internal implementation of libnwam in-memory objects and values. Objects 71 nwam_value_create(nwam_value_type_t value_type, void *values, uint_t numvalues, argument 92 values_boolean = values; 102 values_int64 = values; 112 values_uint64 = values; 122 values_string = values; 157 void *values; local 163 values = old->nwv_values.nwv_boolean; 166 values = old->nwv_values.nwv_int64; 169 values 181 nwam_value_create_boolean_array(boolean_t *values, uint_t numvalues, nwam_value_t *valuep) argument 195 nwam_value_create_int64_array(int64_t *values, uint_t numvalues, nwam_value_t *valuep) argument 209 nwam_value_create_uint64_array(uint64_t *values, uint_t numvalues, nwam_value_t *valuep) argument 223 nwam_value_create_string_array(char **values, uint_t numvalues, nwam_value_t *valuep) argument 697 nwam_uint64_get_value_string(const char *propname, uint64_t val, const char **valstrp) argument [all...] |
| /osnet-11/usr/src/lib/krb5/kadm5/ |
| H A D | alt_prof.c | 132 * krb5_aprof_getvals() - Get values from alternate profile. 137 * retdata - Returned data values. 189 char **values; local 192 krb5_boolean val; local 194 kret = krb5_aprof_getvals (acontext, hierarchy, &values); 199 while (values[idx]) 203 valp = values[idx]; 204 kret = string_to_boolean (valp, &val); 205 profile_free_list(values); 208 *retdata = val; 235 char **values; local 276 char **values; local 320 char **values; local 376 char **values; local [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
| H A D | ecc.c | 381 gcry_mpi_t val; 383 err = gcry_mpi_scan (&val, GCRYMPI_FMT_HEX, string, 0, NULL); 386 return val; 446 * 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[id 378 gcry_mpi_t val; local 1214 gcry_mpi_t values[6]; local [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
| H A D | ecc.c | 381 gcry_mpi_t val; 383 err = gcry_mpi_scan (&val, GCRYMPI_FMT_HEX, string, 0, NULL); 386 return val; 446 * 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[id 378 gcry_mpi_t val; local 1214 gcry_mpi_t values[6]; local [all...] |
| /osnet-11/usr/src/lib/libsldap/common/ |
| H A D | ns_common.c | 88 static char ** parseDN(const char *val, const char *service); 628 * Parse a special formated list(val) into an array of char *. 631 * INPUT: val, service 635 const char *val, 653 if (val == NULL || *val == '\0') 658 len = strlen(val); 660 if (strncasecmp(val, service, slen) != 0) { 688 if (strncasecmp(val, SSD_service, slen) != 0) 692 temptr = val 634 parseDN( const char *val, const char *service) argument 964 void **val = NULL; local 2358 char **rdn = NULL, **attrs = NULL, **values = NULL; local [all...] |
| /osnet-11/usr/src/lib/libsmb/common/ |
| H A D | smb_lgrp.c | 961 char **values; local 962 char *val; local 992 if ((values = calloc(ncol, sizeof (char *))) == NULL) { 998 val = (char *)sqlite3_column_text(iter->sgi_vm, i); 999 if ((val == 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); 2384 smb_lgrp_decode(smb_group_t *grp, char **values, int infolvl, sqlite3 *db) argument 2792 smb_lgrp_free_columns(int ncol, char **values) argument [all...] |
| /osnet-11/usr/src/lib/libcmd/common/ |
| H A D | find.c | 164 const char* values; member in struct:Args_s 1341 register int val = 0; local 1405 val = state->lastval; 1410 val = 1; 1413 if (val) 1415 val = 1; 1423 val = ((state->walkflags & FTS_PHYSICAL) ? stat(PATH(ent), &st) : lstat(PATH(ent), &st)) ? 0 : st.st_mode; 1426 val = ent->fts_statp->st_mode; 1431 val = S_ISBLK(val); [all...] |
| /osnet-11/usr/src/lib/libadutils/common/ |
| H A D | addisc.c | 919 char **values = NULL; local 920 char *val = 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); 946 return (val); 996 * Trust direction values [all...] |
| /osnet-11/usr/src/lib/libshare_plugins/nfs/ |
| H A D | libshare_nfs.c | 652 /* Null values should have been weeded out by caller */ 1611 validate_user_type(const char *name, const char *val, argument 1621 if (!is_a_number(val)) { 1632 name, val, sa_strerror(rc)); 1636 pwd_rc = getpwnam_r(val, &pwd, pwd_bufp, pwd_buflen, &pwdp); 1643 name, val, sa_strerror(rc)); 1648 intval = strtoull(val, NULL, 0); 1653 name, val, sa_strerror(rc)); 1665 * This will only check multi-entry values. 1666 * Cannot have '*' with other values 1766 const char *values; local 2704 int val; local 2921 uint32_t val; local 4312 int val; local 4403 int val; local [all...] |