home_dir 553 lib/vfs/path.c const char *home_dir = mc_config_get_home_dir (); home_dir 555 lib/vfs/path.c if (home_dir != NULL) home_dir 559 lib/vfs/path.c len = strlen (home_dir); home_dir 561 lib/vfs/path.c if (strncmp (dir, home_dir, len) == 0 && (IS_PATH_SEP (dir[len]) || dir[len] == '\0'))