Home
last modified time | relevance | path

Searched refs:mydomain (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/tnftp/src/
H A Druserpass.c93 const char *mydomain; in ruserpass() local
109 if ((mydomain = strchr(myname, '.')) == NULL) in ruserpass()
110 mydomain = ""; in ruserpass()
134 strcasecmp(tmp, mydomain) == 0 && in ruserpass()
139 strcasecmp(tmp, mydomain) == 0 && in ruserpass()
/dragonfly/contrib/tcp_wrappers/
H A Dworkarounds.c206 static char mydomain[MAXHOSTNAMELEN]; local
208 *ptr = mydomain;
209 return (getdomainname(mydomain, MAXHOSTNAMELEN));
H A Dhosts_access.c294 static char *mydomain = 0; local
295 if (mydomain == 0)
296 yp_get_default_domain(&mydomain);
297 return (innetgr(tok + 1, eval_hostname(host), (char *) 0, mydomain));
/dragonfly/lib/libcompat/4.3/
H A Drexec.c139 char myname[MAXHOSTNAMELEN], *mydomain; in ruserpass() local
157 if ((mydomain = strchr(myname, '.')) == NULL) in ruserpass()
158 mydomain = ""; in ruserpass()
178 strcasecmp(tmp, mydomain) == 0 && in ruserpass()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.c1036 char *mydomain; in fix_yp_bugs() local
1044 if (yp_get_default_domain(&mydomain) == 0) { /* if we got a name */ in fix_yp_bugs()
1047 yp_unbind(mydomain); in fix_yp_bugs()