Home | History | Annotate | Download | only in tests

Lines Matching refs:gchar

41   const gchar **argv;
44 static const gchar *
63 static const gchar *result0[] = { "foo", "bar", NULL };
64 static const gchar *result1[] = { "foo", "bar", NULL };
65 static const gchar *result2[] = { "foo", "bar", NULL };
66 static const gchar *result3[] = { "foo", "", "bar", NULL };
67 static const gchar *result4[] = { "foo", "barbazblahfoo'blahboo", NULL };
68 static const gchar *result5[] = { "foo", "blah", "foo", "bar", "baz", NULL };
69 static const gchar *result6[] = { "foo", " spaces more spaces lots of spaces in this ", NULL };
70 static const gchar *result7[] = { "foo", "bar", NULL };
71 static const gchar *result8[] = { "foo", "", "", NULL };
72 static const gchar *result9[] = { "foo", "\"", "la", "la", "la", NULL };
73 static const gchar *result10[] = { "foo", " foo", "woo", "woo ", NULL };
74 static const gchar *result11[] = { "foo", "yada yada $\"", NULL };
75 static const gchar *result12[] = { "foo", "c:\\", NULL };
96 print_test (const gchar *cmdline, gint argc, gchar **argv,
123 do_argv_test (const gchar *cmdline, const TestResult *result)
126 gchar **argv;