Searched refs:_domain (Results 1 – 14 of 14) sorted by relevance
26 local _domain30 _domain=`domainname`31 if [ -z "$_domain" ]; then35 if [ ! -d /var/yp/$_domain/. ]; then36 warn "/var/yp/$_domain is not a directory."
23 local _domain28 _domain=`domainname`29 if [ -z "$_domain" ]; then
27 local _domain31 _domain=`domainname`32 if [ -z "$_domain" ]; then
26 local _domain31 _domain=`domainname`32 if [ -z "$_domain" ]; then
27 local _domain32 _domain=`domainname`33 if [ -z "$_domain" ]; then
117 const char *sysdecode_socketdomain(int _domain);118 const char *sysdecode_socket_protocol(int _domain, int _protocol);
98 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()
1072 places in the ldns_resolver structure (._domain and
152 int _domain;
79 ldns_rdf *_domain; member
1105 set _domain = "`domainname`"1107 if ("$_domain" != "" && "$_domain" != "noname") then1111 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
855 * @param _domain a pointer to the bus's domain handle identifier860 int *_domain;
4375 #define NS_ERROR_ENUM(_type, _name, _domain) \4376 enum _name : _type _name; enum __attribute__((ns_error_domain(_domain))) _name : _type