host 93 lib/lock.c char host[BUF_SIZE]; host 110 lib/lock.c if (gethostname (host, sizeof (host) - 1) == -1) host 111 lib/lock.c *host = '\0'; host 113 lib/lock.c return g_strdup_printf ("%s@%s.%d", user, host, (int) getpid ()); host 287 lib/vfs/path.c path_element->host = g_strdup (rest); host 855 lib/vfs/path.c new_element->host = g_strdup (element->host); host 889 lib/vfs/path.c g_free (element->host); host 1165 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "host", element->host); host 1237 lib/vfs/path.c element->host = mc_config_get_string_raw (cpath, groupname, "host", NULL); host 1543 lib/vfs/path.c if (element->host != NULL) host 1549 lib/vfs/path.c g_string_append (buffer, element->host); host 37 lib/vfs/path.h char *host; host 352 lib/vfs/utilvfs.c path_element->host = g_strdup (rest); host 1537 src/filemanager/layout.c char host[BUF_TINY]; host 1544 src/filemanager/layout.c res = gethostname (host, sizeof (host)); host 1546 src/filemanager/layout.c host[0] = '\0'; host 1548 src/filemanager/layout.c host[sizeof (host) - 1] = '\0'; host 1552 src/filemanager/layout.c *login = g_strdup_printf ("%s@%s", pw->pw_name, host); host 1554 src/filemanager/layout.c *login = g_strdup (host); host 1592 src/filemanager/layout.c const gchar *host; host 1595 src/filemanager/layout.c host = g_get_host_name (); host 1599 src/filemanager/layout.c fprintf (stdout, ESC_STR "]7;file://%s%s" ESC_STR "\\", host, path_uri); host 1146 src/filemanager/mountlist.c char *host, *dir; host 1150 src/filemanager/mountlist.c host = thisent + vmp->vmt_data[VMT_HOSTNAME].vmt_off; host 1152 src/filemanager/mountlist.c me->me_devname = g_strconcat (host, ":", dir, (char *) NULL); host 243 src/vfs/ftpfs/ftpfs.c static gboolean ftpfs_netrc_lookup (const char *host, char **login, char **pass); host 361 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &path_element->user, &path_element->password); host 372 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &new_user, &new_passwd); host 588 src/vfs/ftpfs/ftpfs.c vfs_print_message (_("ftpfs: Disconnecting from %s"), super->path_element->host); host 660 src/vfs/ftpfs/ftpfs.c super->path_element->host[0] == host 661 src/vfs/ftpfs/ftpfs.c '!' ? super->path_element->host + 1 : super->path_element->host, host 781 src/vfs/ftpfs/ftpfs.c ftpfs_check_proxy (const char *host) host 784 src/vfs/ftpfs/ftpfs.c if (ftpfs_proxy_host == NULL || *ftpfs_proxy_host == '\0' || host == NULL || *host == '\0') host 787 src/vfs/ftpfs/ftpfs.c if (*host == '!') host 793 src/vfs/ftpfs/ftpfs.c if (strchr (host, '.') == NULL) host 811 src/vfs/ftpfs/ftpfs.c lh = strlen (host); host 813 src/vfs/ftpfs/ftpfs.c while (ld != 0 && lh != 0 && host[lh - 1] == domain[ld - 1]) host 822 src/vfs/ftpfs/ftpfs.c else if (g_ascii_strcasecmp (host, domain) == 0) host 833 src/vfs/ftpfs/ftpfs.c ftpfs_get_proxy_host_and_port (const char *proxy, char **host, int *port) host 838 src/vfs/ftpfs/ftpfs.c *host = path_element->host; host 839 src/vfs/ftpfs/ftpfs.c path_element->host = NULL; host 851 src/vfs/ftpfs/ftpfs.c char *host = NULL; host 858 src/vfs/ftpfs/ftpfs.c if (super->path_element->host == NULL || *super->path_element->host == '\0') host 868 src/vfs/ftpfs/ftpfs.c ftpfs_get_proxy_host_and_port (ftpfs_proxy_host, &host, &tmp_port); host 871 src/vfs/ftpfs/ftpfs.c host = g_strdup (super->path_element->host); host 890 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); host 897 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); host 907 src/vfs/ftpfs/ftpfs.c g_free (host); host 923 src/vfs/ftpfs/ftpfs.c g_free (host); host 929 src/vfs/ftpfs/ftpfs.c vfs_print_message (_("ftpfs: making connection to %s"), host); host 930 src/vfs/ftpfs/ftpfs.c MC_PTR_FREE (host); host 1026 src/vfs/ftpfs/ftpfs.c if (ftpfs_check_proxy (super->path_element->host)) host 1048 src/vfs/ftpfs/ftpfs.c result = ((strcmp (path_element->host, super->path_element->host) == 0) host 2521 src/vfs/ftpfs/ftpfs.c ftpfs_find_machine (const char *host, const char *domain) host 2525 src/vfs/ftpfs/ftpfs.c if (host == NULL) host 2526 src/vfs/ftpfs/ftpfs.c host = ""; host 2558 src/vfs/ftpfs/ftpfs.c if (g_ascii_strcasecmp (host, buffer) != 0) host 2563 src/vfs/ftpfs/ftpfs.c host_domain = strchr (host, '.'); host 2572 src/vfs/ftpfs/ftpfs.c if (g_ascii_strncasecmp (host, buffer, host_domain - host) != 0) host 2589 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (const char *host, char **login, char **pass) host 2598 src/vfs/ftpfs/ftpfs.c char *host; host 2609 src/vfs/ftpfs/ftpfs.c if (strcmp (host, rupp->host) == 0) host 2635 src/vfs/ftpfs/ftpfs.c ftpfs_find_machine (host, domain); host 2713 src/vfs/ftpfs/ftpfs.c rupp->host = g_strdup (host); host 143 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (const char *host, const char *real_host) host 146 src/vfs/sftpfs/config_parser.c return g_strconcat (host, real_host + 2, (char *) NULL); host 276 src/vfs/sftpfs/config_parser.c if (strcmp (host_pattern, vpath_element->host) == 0) host 290 src/vfs/sftpfs/config_parser.c mc_search_run (pattern_regexp, vpath_element->host, 0, host 291 src/vfs/sftpfs/config_parser.c strlen (vpath_element->host), NULL); host 396 src/vfs/sftpfs/config_parser.c g_free (super->path_element->host); host 397 src/vfs/sftpfs/config_parser.c super->path_element->host = host 398 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (super->path_element->host, config_entity->real_host); host 145 src/vfs/sftpfs/connection.c if (super->path_element->host == NULL || *super->path_element->host == '\0') host 166 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); host 173 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); host 224 src/vfs/sftpfs/connection.c vfs_print_message (_("sftp: making connection to %s"), super->path_element->host); host 295 src/vfs/sftpfs/connection.c found = strcmp (store->name, super->path_element->host) == 0; host 311 src/vfs/sftpfs/connection.c found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0; host 409 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_addc (sftpfs_super->known_hosts, super->path_element->host, NULL, host 423 src/vfs/sftpfs/connection.c super->path_element->host, sftpfs_super->ip_address); host 477 src/vfs/sftpfs/connection.c struct libssh2_knownhost *host = NULL; host 537 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_checkp (sftpfs_super->known_hosts, super->path_element->host, host 540 src/vfs/sftpfs/connection.c keybit, &host); host 558 src/vfs/sftpfs/connection.c super->path_element->host, sftpfs_super->ip_address, host 571 src/vfs/sftpfs/connection.c super->path_element->host, sftpfs_super->ip_address); host 694 src/vfs/sftpfs/sftpfs.c result = ((g_strcmp0 (vpath_element->host, orig_connect_info->host) == 0) host 738 src/vfs/sftpfs/sftpfs.c if (vpath_element->host == NULL || *vpath_element->host == '\0') host 555 src/vfs/shell/shell.c argv[i++] = super->path_element->host; host 649 src/vfs/shell/shell.c g_strconcat ("sh://", super->path_element->user, "@", super->path_element->host, host 676 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_LS_FILE, host 679 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_EXISTS_FILE, host 682 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_MKDIR_FILE, host 685 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_UNLINK_FILE, host 688 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_CHOWN_FILE, host 691 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_CHMOD_FILE, host 694 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_UTIME_FILE, host 697 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_RMDIR_FILE, host 700 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_LN_FILE, host 703 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_MV_FILE, host 706 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_HARDLINK_FILE, host 709 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_GET_FILE, host 712 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_SEND_FILE, host 715 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_APPEND_FILE, host 718 src/vfs/shell/shell.c shell_load_script_from_file (super->path_element->host, VFS_SHELL_INFO_FILE, host 741 src/vfs/shell/shell.c result = ((strcmp (path_element->host, super->path_element->host) == 0) host 1708 src/vfs/shell/shell.c super->path_element->user, "@", super->path_element->host, flags,