Lines Matching defs:values
1062 semerr(gettext("Multiple string values or string values "
1213 emsg = gettext("Property %s has no values; expected "
1216 emsg = gettext("Property %s has multiple values; "
2224 * all properties have the correct type and values are valid for
6763 * group exists and has certain values.
6765 * These values are added asynchronously by startd. We should not return from
6949 * We don't have to free the property groups or other values that we got
8457 * Return values are:
9075 /* If we're exporting values, and there's just one, export it here. */
9115 /* Multiple (or no) values, so use property */
9192 * output all the values. Otherwise, we only output the values if the
10048 /* Get an extra byte so we can tell if values are too long. */
12694 * their values for the currently selected entity.
12945 scf_values_t values;
12951 if (scf_tmpl_value_name_constraints(prt, &values) == 0) {
12955 for (i = 0; i < values.value_count; ++i) {
12957 gettext("value name"), values.values_as_strings[i]);
12960 values.values_as_strings[i], 0);
12963 scf_values_destroy(&values);
12994 scf_values_t values;
12999 if (scf_tmpl_value_name_choices(prt, &values) == 0) {
13003 for (i = 0; i < values.value_count; i++) {
13005 gettext("value name"), values.values_as_strings[i]);
13008 values.values_as_strings[i], 0);
13011 scf_values_destroy(&values);
13090 scf_values_t values;
13144 gettext("minimum number of values"), min);
13147 gettext("maximum number of values"),
13151 gettext("maximum number of values"), max);
13155 if (templates == 2 && scf_tmpl_prop_internal_seps(prt, &values) == 0) {
13156 for (i = 0; i < values.value_count; i++) {
13161 safe_printf(" \"%s\"", values.values_as_strings[i]);
13675 * it can create or set a property to a given type and list of values.
13821 const uu_list_t *values)
13975 assert(values != NULL);
13977 walk = uu_list_walk_start((uu_list_t *)values,
14242 /* # setprop pg/prop = (values) */
14491 * Get all property values that don't match the given glob pattern,
14495 get_prop_values(scf_property_t *prop, uu_list_t *values,
14525 add_string(values, buf);
14550 uu_list_t *values;
14557 if ((values = uu_list_create(string_pool, NULL, 0)) == NULL)
14659 get_prop_values(prop, values, pat);
14662 add_string(values, arg);
14675 add_string(values, arg);
14696 walk = uu_list_walk_start(values, UU_DEFAULT);
14738 while ((sp = uu_list_teardown(values, &cookie)) != NULL) {
14743 uu_list_destroy(values);
15203 * Copies the properties & values in src to dst. Assumes src won't change.
16934 * Return values :