begin_pname        94 tests/lib/vfs/tempdir.c     char *begin_pname;
begin_pname       100 tests/lib/vfs/tempdir.c     begin_pname = g_build_filename (tmpdir, "mctest-", (char *) NULL);
begin_pname       113 tests/lib/vfs/tempdir.c     ck_assert_msg (strncmp (pname, begin_pname, strlen (begin_pname)) == 0,
begin_pname       114 tests/lib/vfs/tempdir.c                    "\nstart of %s should be equal to %s\n", pname, begin_pname);