full_path         120 lib/mcconfig/paths.c     char *full_path;
full_path         124 lib/mcconfig/paths.c     full_path = g_build_filename (path_base, subdir, (char *) NULL);
full_path         126 lib/mcconfig/paths.c     if (g_file_test (full_path, G_FILE_TEST_EXISTS))
full_path         128 lib/mcconfig/paths.c         if (g_file_test (full_path, G_FILE_TEST_IS_DIR))
full_path         132 lib/mcconfig/paths.c             fprintf (stderr, "%s %s\n", _ ("FATAL: not a directory:"), full_path);
full_path         137 lib/mcconfig/paths.c     mc_config_mkdir (full_path, mcerror);
full_path         139 lib/mcconfig/paths.c         MC_PTR_FREE (full_path);
full_path         141 lib/mcconfig/paths.c     return full_path;