real_host 54 src/vfs/sftpfs/config_parser.c char *real_host; // host DNS name or ip address real_host 93 src/vfs/sftpfs/config_parser.c offsetof (sftpfs_ssh_config_entity_t, real_host), real_host 140 src/vfs/sftpfs/config_parser.c g_free (config_entity->real_host); real_host 176 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (const char *host, const char *real_host) real_host 178 src/vfs/sftpfs/config_parser.c if (g_str_has_prefix (real_host, "%h")) real_host 179 src/vfs/sftpfs/config_parser.c return g_strconcat (host, real_host + 2, (char *) NULL); real_host 181 src/vfs/sftpfs/config_parser.c return g_strdup (real_host); real_host 425 src/vfs/sftpfs/config_parser.c if (config_entity->real_host != NULL) real_host 430 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (super->path_element->host, config_entity->real_host);