Home
last modified time | relevance | path

Searched refs:domain_name (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/rpc.bootparamd/
Dbootparamd.c38 static char domain_name[MAX_MACHINE_NAME]; variable
170 getdomainname(domain_name, MAX_MACHINE_NAME); in bootparamproc_whoami_1_svc()
171 res.domain_name = domain_name; in bootparamproc_whoami_1_svc()
180 res.client_name, res.domain_name, in bootparamproc_whoami_1_svc()
187 res.client_name, res.domain_name, in bootparamproc_whoami_1_svc()
/mirbsd/src/lib/librpcsvc/
Dbootparam_prot.x83 bp_machine_name_t domain_name; member
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTCP.c1672 char *domain_name; /* The name of this host domain */ in get_host_details() local
1698 domain_name = LYGetEnv("UCX$BIND_DOMAIN"); in get_host_details()
1699 if (domain_name == NULL) in get_host_details()
1700 domain_name = LYGetEnv("TCPIP$BIND_DOMAIN"); in get_host_details()
1701 if (domain_name != NULL) { in get_host_details()
1703 StrAllocCat(hostname, domain_name); in get_host_details()