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

/freebsd-9.3-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-9.3-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-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh1084 set _domain = "`domainname`"
1086 if ("$_domain" != "" && "$_domain" != "noname") then
1090 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@
1093 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@
1095 n@-m@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@ \
1098 unset _domain _ypdir

Completed in 43 milliseconds