begin_pname        91 tests/lib/vfs/tempdir.c     char *begin_pname;
begin_pname        96 tests/lib/vfs/tempdir.c     begin_pname = g_build_filename (mc_tmpdir (), "mctest-", (char *) NULL);
begin_pname       108 tests/lib/vfs/tempdir.c     ck_assert_msg (strncmp (pname, begin_pname, strlen (begin_pname)) == 0,
begin_pname       109 tests/lib/vfs/tempdir.c                    "\nstart of %s should be equal to %s\n", pname, begin_pname);