Home
last modified time | relevance | path

Searched refs:strv1 (Results 1 – 25 of 44) sorted by relevance

12

/dports/net-mgmt/virt-viewer/virt-viewer-11.0/src/
H A Dglib-compat.c21 g_strv_equal (const gchar * const *strv1, in g_strv_equal() argument
24 g_return_val_if_fail (strv1 != NULL, FALSE); in g_strv_equal()
27 if (strv1 == strv2) in g_strv_equal()
30 for (; *strv1 != NULL && *strv2 != NULL; strv1++, strv2++) in g_strv_equal()
32 if (!g_str_equal (*strv1, *strv2)) in g_strv_equal()
36 return (*strv1 == NULL && *strv2 == NULL); in g_strv_equal()
H A Dglib-compat.h28 gboolean g_strv_equal (const gchar * const *strv1,
/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_string_util.c232 ags_strv_equal(gchar **strv1, in ags_strv_equal() argument
239 if(strv1 == NULL && in ags_strv_equal()
244 if((strv1 == NULL && in ags_strv_equal()
246 (strv1 != NULL && in ags_strv_equal()
251 if(g_strv_length(strv1) != g_strv_length(strv2)){ in ags_strv_equal()
258 if(!ags_strv_contains(strv1, iter[0])){ in ags_strv_equal()
H A Dags_string_util.h48 gboolean ags_strv_equal(gchar **strv1,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Daction.c77 g_strv_equal (const gchar * const *strv1, in g_strv_equal() argument
80 g_return_val_if_fail (strv1 != NULL, FALSE); in g_strv_equal()
83 if (strv1 == strv2) in g_strv_equal()
86 for (; *strv1 != NULL && *strv2 != NULL; strv1++, strv2++) in g_strv_equal()
88 if (!g_str_equal (*strv1, *strv2)) in g_strv_equal()
92 return (*strv1 == NULL && *strv2 == NULL); in g_strv_equal()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-exporter.c128 const NAIExporterFormat *strv1; in exporter_get_formats() local
129 strv1 = NA_IEXPORTER_GET_INTERFACE( exporter )->get_formats( exporter ); in exporter_get_formats()
130 while( strv1->format ){ in exporter_get_formats()
134 strv2->format = strv1->format; in exporter_get_formats()
135 strv2->label = strv1->label; in exporter_get_formats()
136 strv2->description = strv1->description; in exporter_get_formats()
139 strv1++; in exporter_get_formats()
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dconsole.cpp83 [[nodiscard]] static char** strcatv(char** strv1, char** strv2) { in strcatv() argument
84 if (strv1 == NULL && strv2 == NULL) in strcatv()
86 if (strv1 == NULL) in strcatv()
89 return g_strdupv(strv1); in strcatv()
91 unsigned len1 = g_strv_length(strv1); in strcatv()
97 retval[ix] = g_strdup(strv1[ix]); in strcatv()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dconsole.cpp68 [[nodiscard]] static char** strcatv(char** strv1, char** strv2) { in strcatv() argument
69 if (strv1 == NULL && strv2 == NULL) in strcatv()
71 if (strv1 == NULL) in strcatv()
74 return g_strdupv(strv1); in strcatv()
76 unsigned len1 = g_strv_length(strv1); in strcatv()
82 retval[ix] = g_strdup(strv1[ix]); in strcatv()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtestutils.h114 #define g_assert_cmpstrv(strv1, strv2) \ argument
117 const char * const *__strv1 = (const char * const *) (strv1); \
124 … "assertion failed (" #strv1 " == " #strv2 "): " #strv2 " is NULL, but " #strv1 " is not"); \
129 … "assertion failed (" #strv1 " == " #strv2 "): " #strv1 " is NULL, but " #strv2 " is not"); \
139 …__msg = g_strdup_printf ("assertion failed (" #strv1 " == " #strv2 "): length %u does not equal le…
151 #strv1 " == " #strv2, \
H A Dgstrfuncs.c3259 g_strv_equal (const gchar * const *strv1, in g_strv_equal() argument
3262 g_return_val_if_fail (strv1 != NULL, FALSE); in g_strv_equal()
3265 if (strv1 == strv2) in g_strv_equal()
3268 for (; *strv1 != NULL && *strv2 != NULL; strv1++, strv2++) in g_strv_equal()
3270 if (!g_str_equal (*strv1, *strv2)) in g_strv_equal()
3274 return (*strv1 == NULL && *strv2 == NULL); in g_strv_equal()
/dports/devel/devhelp/devhelp-41.2/unit-tests/
H A Dtest-search-context.c9 strv_equal_nullsafe (GStrv strv1, in strv_equal_nullsafe() argument
12 if (strv1 == NULL || strv2 == NULL) in strv_equal_nullsafe()
13 return strv1 == NULL && strv2 == NULL; in strv_equal_nullsafe()
15 return g_strv_equal ((const gchar * const *) strv1, in strv_equal_nullsafe()
/dports/lang/php80/php-8.0.15/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt24 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
45 ["strv1"]=>
/dports/lang/php81/php-8.1.1/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt24 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
45 ["strv1"]=>
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt24 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
45 ["strv1"]=>
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt24 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
45 ["strv1"]=>
/dports/lang/php73/php-7.3.33/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt31 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
52 ["strv1"]=>
/dports/lang/php74/php-7.4.27/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt31 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
52 ["strv1"]=>
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt31 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
52 ["strv1"]=>
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt31 $keyedArray = array("two" => 2, "strk1" => "strv1", 4, $simpleStr);
52 ["strv1"]=>
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-app.c206 strv_concat (gchar **strv1, gchar **strv2) in strv_concat() argument
212 len1 = g_strv_length (strv1); in strv_concat()
214 tmp = g_realloc (strv1, len1 + len2 + 1); in strv_concat()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dstr-utils.c239 _g_strv_concat (char **strv1, in _g_strv_concat() argument
245 result = g_new (char *, g_strv_length (strv1) + g_strv_length (strv2) + 1); in _g_strv_concat()
247 for (j = 0; strv1[j] != NULL; j++) in _g_strv_concat()
248 result[i++] = g_strdup (strv1[j]); in _g_strv_concat()
H A Dstr-utils.h56 char ** _g_strv_concat (char **strv1,
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dtesting.c88 const char *strv1[] = { "one", "two", "three", NULL }; in test_assertions_bad_cmpstrv_length() local
90 g_assert_cmpstrv (strv1, strv2); in test_assertions_bad_cmpstrv_length()
97 const char *strv1[] = { "one", "two", "three", NULL }; in test_assertions_bad_cmpstrv_values() local
99 g_assert_cmpstrv (strv1, strv2); in test_assertions_bad_cmpstrv_values()
169 const char *strv1[] = { "one", "two", "three", NULL }; in test_assertions() local
200 g_assert_cmpstrv (strv1, strv2); in test_assertions()
/dports/devel/geany-legacy/geany-1.37.1/tests/
H A Dtest_utils.c277 static gboolean strv_eq(gchar **strv1, gchar **strv2) in strv_eq() argument
280 gchar *s1 = *strv1++; in strv_eq()
/dports/devel/geany/geany-1.38/tests/
H A Dtest_utils.c277 static gboolean strv_eq(gchar **strv1, gchar **strv2) in strv_eq() argument
280 gchar *s1 = *strv1++; in strv_eq()

12