Searched refs:_domain (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/etc/rc.d/
H A Dypserv24 local _domain
28 _domain=`domainname`
29 if [ -z "$_domain" ]; then
33 if [ ! -d /var/yp/$_domain/. ]; then
34 warn "/var/yp/$_domain is not a directory."
H A Dypbind25 local _domain
29 _domain=`domainname`
30 if [ -z "$_domain" ]; then
H A Dyppasswdd25 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
H A Dypset24 local _domain
29 _domain=`domainname`
30 if [ -z "$_domain" ]; then
H A Dypupdated22 local _domain
27 _domain=`domainname`
28 if [ -z "$_domain" ]; then
H A Dypxfrd24 local _domain
29 _domain=`domainname`
30 if [ -z "$_domain" ]; then
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c193 char *buffer, *token, *_mesgid = 0, *_setid = 0, *_domain = 0; local
239 _domain = token;
249 if ((_mesgid == 0) || (_setid == 0) || (_domain == 0)) {
277 domain = _domain;
/freebsd-10.2-release/contrib/ldns/ldns/
H A Dresolver.h79 ldns_rdf *_domain; member in struct:ldns_struct_resolver
/freebsd-10.2-release/contrib/ldns/
H A Dresolver.c98 return r->_domain;
547 r->_domain = d;

Completed in 116 milliseconds