Lines Matching refs:strv
185 char **strv = strv_from_string(prop, " ", &num_calibration);
186 if (!strv || num_calibration < 6)
192 if (!safe_atod(strv[idx], &v))
202 strv_free(strv);
377 char **strv = strv_from_string(prop, ";", &ncodes);
378 if (!strv || ncodes == 0 || ncodes > ARRAY_LENGTH(evs))
382 for (size_t idx = 0; strv[idx]; idx++) {
383 char *s = strv[idx];
421 strv_free(strv);
444 char **strv = strv_from_string(prop, ";", &count);
445 if (!strv || count == 0 || count > ARRAY_LENGTH(props))
449 for (size_t idx = 0; strv[idx]; idx++) {
450 char *s = strv[idx];
481 strv_free(strv);