Home | History | Annotate | Download | only in glib

Lines Matching full:test_paths

92 static GSList     *test_paths = NULL;
291 test_paths = g_slist_prepend (test_paths, equal + 1);
295 test_paths = g_slist_prepend (test_paths, argv[i]);
1219 if (!test_paths)
1220 test_paths = g_slist_prepend (test_paths, "");
1221 while (test_paths)
1223 const char *rest, *path = test_paths->data;
1225 test_paths = g_slist_delete_link (test_paths, test_paths);