home_dir          580 lib/vfs/path.c     const char *home_dir = mc_config_get_home_dir ();
home_dir          582 lib/vfs/path.c     if (home_dir != NULL)
home_dir          586 lib/vfs/path.c         len = strlen (home_dir);
home_dir          588 lib/vfs/path.c         if (strncmp (dir, home_dir, len) == 0 && (IS_PATH_SEP (dir[len]) || dir[len] == '\0'))