Home
last modified time | relevance | path

Searched defs:strv2 (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/tests/
Dtesting.c89 const char *strv2[] = { "one", "two", NULL }; in test_assertions_bad_cmpstrv_length() local
98 const char *strv2[] = { "one", "too", "three", NULL }; in test_assertions_bad_cmpstrv_values() local
170 const char *strv2[] = { "one", "two", "three", NULL }; in test_assertions() local
/third_party/glib/glib/
Dgtestutils.h114 #define g_assert_cmpstrv(strv1, strv2) \ argument
Dgstrfuncs.c3253 const gchar * const *strv2) in g_strv_equal()