net.c | 79 static char net_domain[STRSIZE]; variable in typeref:typename:char[] 450 strlcpy(net_domain, dot, sizeof net_domain); 463 int l = strlen(net_host) - strlen(net_domain); 467 if (strlen(net_domain) != 0 && (l <= 0 || 469 strcasecmp(net_domain, net_host + l) != 0)) { 472 strlcat(recombined, net_domain, sizeof(recombined)); 686 strlcpy(net_domain, textbuf, 687 sizeof net_domain); 689 if (net_domain[0] == '\0') [all...] |