OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mydomain
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/ftp/
ruserpass.c
100
const char *
mydomain
;
local
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/games/warp/
config.sh
79
mydomain
='.uucp'
/src/lib/libcompat/4.3/
ruserpass.c
99
char myname[MAXHOSTNAMELEN + 1], *
mydomain
;
local
126
if ((
mydomain
= strchr(myname, '.')) == NULL)
127
mydomain
= "";
147
strcasecmp(ctmp,
mydomain
) == 0 &&
/src/sys/nfs/
nfs_bootdhcp.c
702
char *
mydomain
; /* my domainname */
local
715
mydomain
= myname = rootpath = NULL;
771
mydomain
= p;
827
if (
mydomain
) {
828
mydomain
[mydomainlen] = '\0';
829
strncpy(domainname,
mydomain
, sizeof(domainname));
/src/lib/libwrap/
hosts_access.c
308
static char *
mydomain
= 0;
local
309
if (
mydomain
== 0)
310
yp_get_default_domain(&
mydomain
);
311
return (innetgr(tok + 1, eval_hostname(host), NULL,
mydomain
));
/src/external/bsd/unbound/dist/libunbound/python/
libunbound.i
514
>>> ctx.zone_add("
mydomain
.net.","static")
516
>>> status = ctx.data_add("test.
mydomain
.net. IN A 192.168.1.1")
518
>>> status, result = ctx.resolve("test.
mydomain
.net")
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026