host_domain 2560 src/vfs/ftpfs/ftpfs.c const char *host_domain; host_domain 2563 src/vfs/ftpfs/ftpfs.c host_domain = strchr (host, '.'); host_domain 2564 src/vfs/ftpfs/ftpfs.c if (host_domain == NULL) host_domain 2568 src/vfs/ftpfs/ftpfs.c if (g_ascii_strcasecmp (host_domain, domain) != 0) host_domain 2572 src/vfs/ftpfs/ftpfs.c if (g_ascii_strncasecmp (host, buffer, host_domain - host) != 0)