full_path         117 lib/mcconfig/paths.c     char *full_path;
full_path         121 lib/mcconfig/paths.c     full_path = g_build_filename (path_base, subdir, (char *) NULL);
full_path         123 lib/mcconfig/paths.c     if (g_file_test (full_path, G_FILE_TEST_EXISTS))
full_path         125 lib/mcconfig/paths.c         if (g_file_test (full_path, G_FILE_TEST_IS_DIR))
full_path         129 lib/mcconfig/paths.c             fprintf (stderr, "%s %s\n", _("FATAL: not a directory:"), full_path);
full_path         134 lib/mcconfig/paths.c     mc_config_mkdir (full_path, mcerror);
full_path         136 lib/mcconfig/paths.c         MC_PTR_FREE (full_path);
full_path         138 lib/mcconfig/paths.c     return full_path;