hostname         2593 src/vfs/ftpfs/ftpfs.c     char hostname[MAXHOSTNAMELEN];
hostname         2627 src/vfs/ftpfs/ftpfs.c     if (gethostname (hostname, sizeof (hostname)) < 0)
hostname         2628 src/vfs/ftpfs/ftpfs.c         *hostname = '\0';
hostname         2630 src/vfs/ftpfs/ftpfs.c     domain = strchr (hostname, '.');
hostname          197 src/vfs/shell/shell.c shell_load_script_from_file (const char *hostname, const char *script_name, const char *def_content)
hostname          205 src/vfs/shell/shell.c         g_build_path (PATH_SEP_STR, mc_config_get_data_path (), VFS_SHELL_PREFIX, hostname,