host_domain 2555 src/vfs/ftpfs/ftpfs.c const char *host_domain; host_domain 2558 src/vfs/ftpfs/ftpfs.c host_domain = strchr (host, '.'); host_domain 2559 src/vfs/ftpfs/ftpfs.c if (host_domain == NULL) host_domain 2563 src/vfs/ftpfs/ftpfs.c if (g_ascii_strcasecmp (host_domain, domain) != 0) host_domain 2567 src/vfs/ftpfs/ftpfs.c if (g_ascii_strncasecmp (host, buffer, host_domain - host) != 0)