Home
last modified time | relevance | path

Searched refs:values_string (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c79 char **values_string; in nwam_value_create() local
123 values_string = values; in nwam_value_create()
130 if (strnlen(values_string[i], NWAM_MAX_VALUE_LEN) == in nwam_value_create()
134 strdup(values_string[i])) == NULL) { in nwam_value_create()