Searched refs:strv (Results 1 – 5 of 5) sorted by relevance
81 char* strv[3]; /* optstr() argv */ member
789 gchar **strv; in hal_util_dup_strv_from_g_slist() local793 strv = g_new (char *, len + 1); in hal_util_dup_strv_from_g_slist()796 strv[j] = g_strdup ((const gchar *) i->data); in hal_util_dup_strv_from_g_slist()798 strv[j] = NULL; in hal_util_dup_strv_from_g_slist()800 return strv; in hal_util_dup_strv_from_g_slist()
87 char* strv[3]; /* optstr() argv */ member
4381 if (opt_info.index == 1 && opt_info.argv != state.strv) in optget()5558 if (argv == state.strv) in optget()5714 opt_info.argv = state.strv; in optstr()5715 state.strv[0] = T(NiL, ID, "option"); in optstr()5716 if (!(state.strv[1] = sfstruse(mp))) in optstr()5718 state.strv[2] = 0; in optstr()5723 if (!state.strv[1]) in optstr()5731 c = optget(state.strv, opts); in optstr()
846 my_strvdup (char **strv) in my_strvdup() argument852 for (num_elems = 0; strv[num_elems] != NULL; num_elems++) in my_strvdup()860 res[i] = strdup (strv[i]); in my_strvdup()