Searched refs:strv (Results 1 – 4 of 4) sorted by relevance
84 char* strv[3]; /* optstr() argv */ member
4015 if (opt_info.index == 1 && opt_info.argv != opt_info.state->strv) in optget()5152 if (argv == opt_info.state->strv) in optget()5308 opt_info.argv = opt_info.state->strv; in optstr()5309 opt_info.state->strv[0] = T(NiL, ID, "option"); in optstr()5310 if (!(opt_info.state->strv[1] = sfstruse(mp))) in optstr()5312 opt_info.state->strv[2] = 0; in optstr()5317 if (!opt_info.state->strv[1]) in optstr()5325 c = optget(opt_info.state->strv, opts); in optstr()
788 gchar **strv; in hal_util_dup_strv_from_g_slist() local792 strv = g_new (char *, len + 1); in hal_util_dup_strv_from_g_slist()795 strv[j] = g_strdup ((const gchar *) i->data); in hal_util_dup_strv_from_g_slist()797 strv[j] = NULL; in hal_util_dup_strv_from_g_slist()799 return strv; in hal_util_dup_strv_from_g_slist()
854 my_strvdup (char **strv) in my_strvdup() argument860 for (num_elems = 0; strv[num_elems] != NULL; num_elems++) in my_strvdup()868 res[i] = strdup (strv[i]); in my_strvdup()