/src/usr.bin/ftp/ |
ruserpass.c | 100 const char *mydomain; local in function:ruserpass 116 if ((mydomain = strchr(myname, '.')) == NULL) 117 mydomain = ""; 136 if (match_host_domain(hostname, mydomain, tokval)) 138 if (match_host_domain(host, mydomain, tokval))
|
/src/lib/libcompat/4.3/ |
ruserpass.c | 99 char myname[MAXHOSTNAMELEN + 1], *mydomain; local in function:ruserpass 126 if ((mydomain = strchr(myname, '.')) == NULL) 127 mydomain = ""; 147 strcasecmp(ctmp, mydomain) == 0 &&
|
/src/lib/libwrap/ |
hosts_access.c | 308 static char *mydomain = 0; local in function:host_match 309 if (mydomain == 0) 310 yp_get_default_domain(&mydomain); 311 return (innetgr(tok + 1, eval_hostname(host), NULL, mydomain));
|
/src/sys/nfs/ |
nfs_bootdhcp.c | 702 char *mydomain; /* my domainname */ local in function:bootp_extract 715 mydomain = myname = rootpath = NULL; 771 mydomain = p; 827 if (mydomain) { 828 mydomain[mydomainlen] = '\0'; 829 strncpy(domainname, mydomain, sizeof(domainname));
|