/src/usr.bin/whois/ |
whois.c | 180 char *buf, *p, *nhost, *nbuf = NULL; local in function:whois 239 nhost = NULL; 255 if (nhost != NULL || !(flags & WHOIS_RECURSE)) 263 if ((nhost = malloc(len + 1)) == NULL) 265 (void)memcpy(nhost, p, len); 266 nhost[len] = '\0'; 273 nhost = strdup(ip_whois[i]); 274 if (nhost == NULL) 284 if (nhost != NULL) { 285 error = whois(query, nhost, port, 0) [all...] |
whois.c | 180 char *buf, *p, *nhost, *nbuf = NULL; local in function:whois 239 nhost = NULL; 255 if (nhost != NULL || !(flags & WHOIS_RECURSE)) 263 if ((nhost = malloc(len + 1)) == NULL) 265 (void)memcpy(nhost, p, len); 266 nhost[len] = '\0'; 273 nhost = strdup(ip_whois[i]); 274 if (nhost == NULL) 284 if (nhost != NULL) { 285 error = whois(query, nhost, port, 0) [all...] |
/src/sys/fs/nfs/nlm/ |
nlm_prot_impl.c | 1546 struct nlm_host *host, *nhost; local in function:nlm_server_main 1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) {
|
nlm_prot_impl.c | 1546 struct nlm_host *host, *nhost; local in function:nlm_server_main 1693 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) {
|