Lines Matching refs:strv
1102 char **strv = strv_from_string(t->string, t->delim, &nelem);
1105 ck_assert_str_eq(t->results[idx], strv[idx]);
1112 ck_assert_ptr_eq(strv, NULL);
1114 ck_assert_ptr_eq(strv[t->nresults], NULL);
1116 strv_free(strv);
1184 char **strv = strv_from_argv(t->argc, t->argv);
1187 ck_assert(strv == NULL);
1190 char **s = strv;
1197 strv_free(strv);
1256 char *strv[10];
1276 while (t->strv[0]) {
1278 str = strv_join(t->strv, t->joiner);
1287 ck_assert(strv_join(nulltest.strv, "x") == NULL);