Home
last modified time | relevance | path

Searched refs:_domain (Results 1 – 14 of 14) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dypserv26 local _domain
30 _domain=`domainname`
31 if [ -z "$_domain" ]; then
35 if [ ! -d /var/yp/$_domain/. ]; then
36 warn "/var/yp/$_domain is not a directory."
H A Dypupdated23 local _domain
28 _domain=`domainname`
29 if [ -z "$_domain" ]; then
H A Dypbind27 local _domain
31 _domain=`domainname`
32 if [ -z "$_domain" ]; then
H A Dypxfrd26 local _domain
31 _domain=`domainname`
32 if [ -z "$_domain" ]; then
H A Dypset27 local _domain
32 _domain=`domainname`
33 if [ -z "$_domain" ]; then
H A Dyppasswdd27 local _domain
32 _domain=`domainname`
33 if [ -z "$_domain" ]; then
/freebsd/lib/libsysdecode/
H A Dsysdecode.h117 const char *sysdecode_socketdomain(int _domain);
118 const char *sysdecode_socket_protocol(int _domain, int _protocol);
/freebsd/contrib/ldns/
H A Dresolver.c98 return r->_domain; in ldns_resolver_domain()
547 r->_domain = d; in ldns_resolver_set_domain()
707 if (dst->_domain && (!(dst->_domain = ldns_rdf_clone(src->_domain)))) in ldns_resolver_clone()
741 ldns_rdf_deep_free(dst->_domain); in ldns_resolver_clone()
H A DChangelog1072 places in the ldns_resolver structure (._domain and
/freebsd/sys/dev/iscsi/
H A Dicl_conn_if.m152 int _domain;
/freebsd/contrib/ldns/ldns/
H A Dresolver.h79 ldns_rdf *_domain; member
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh1105 set _domain = "`domainname`"
1107 if ("$_domain" != "" && "$_domain" != "noname") then
1111 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@
1114 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@
1116 n@-m@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@ \
1119 unset _domain _ypdir
/freebsd/sys/kern/
H A Dbus_if.m855 * @param _domain a pointer to the bus's domain handle identifier
860 int *_domain;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td4375 #define NS_ERROR_ENUM(_type, _name, _domain) \
4376 enum _name : _type _name; enum __attribute__((ns_error_domain(_domain))) _name : _type