Searched refs:domain (Results 276 - 300 of 999) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dmx6 mx - Print a domain's MX records
10 C<mx> I<domain>
14 C<mx> prints a domain's MX records, sorted by preference.
31 die "Usage: ", basename($0), " domain\n" unless (@ARGV == 1);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvsnprintf.c46 _vsnprintf(printf_comp_t __restrict pc, printf_domain_t __restrict domain, char * __restrict str, size_t n, locale_t __restrict loc, const char * __restrict fmt, __va_list ap) argument
74 ret = __v2printf(pc, domain, &f, loc, fmt, ap);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebError.h50 /* [in] */ BSTR domain,
57 virtual HRESULT STDMETHODCALLTYPE domain(
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_xforward.c66 state->xforward.domain = 0;
95 /* Leave domain context at zero. */
113 FREE_AND_WIPE(state->xforward.domain);
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.h30 int getStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
32 CFStringRef copyCFStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
34 int getNumberFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
36 int getAddressFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
40 CFDictionaryRef copyService(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID);
41 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
42 int existEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
105 CFDictionaryRef create_dns(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dns, CFStringRef domain, CFArrayRef supp_domains, Boolean neverSearchDomains);
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypv1.h69 #define ypmatch_req_domain yp_reqbody.yp_req_keytype.domain
76 #define ypfirst_req_domain yp_reqbody.yp_req_nokeytype.domain
80 #define ypnext_req_domain yp_reqbody.yp_req_keytype.domain
87 #define yppush_req_domain yp_reqbody.yp_req_nokeytype.domain
91 #define yppull_req_domain yp_reqbody.yp_req_nokeytype.domain
95 #define yppoll_req_domain yp_reqbody.yp_req_nokeytype.domain
99 #define ypget_req_domain yp_reqbody.yp_req_map_parmstype.domain
162 #define yppoll_resp_domain yp_respbody.yp_resp_map_parmstype.domain
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dconstants.c43 rsock_family_arg(VALUE domain) argument
46 return constant_arg(domain, rsock_family_to_int, "unknown socket domain");
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_installer.rb29 :domain => :both, # HACK dup
45 # :domain:: :local, :remote, or :both. :local only searches gems in the
74 @domain = options[:domain]
120 # Indicated, based on the requested domain, if local
124 @domain == :both or @domain == :local
128 # Indicated, based on the requested domain, if remote
132 @domain == :both or @domain
[all...]
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_sim.conf5 # redirect com.apple.message.domain to $ENV(IPHONE_SIMULATOR_LOG_ROOT)/DiagnosticMessages
6 ? [T com.apple.message.domain] store_dir $ENV(IPHONE_SIMULATOR_LOG_ROOT)/DiagnosticMessages
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dget_host_realm.c39 * [domain_realm] in krb5.conf) add a text record for your domain with
93 const char *domain,
109 if(*domain == '.')
110 domain++;
112 ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain);
135 * Try to figure out what realms host in `domain' belong to from the
141 const char *domain,
146 domain,
216 * Query plugins for domain realm mappings
92 dns_find_realm(krb5_context context, const char *domain, krb5_realm **realms) argument
140 config_find_realm(krb5_context context, const char *domain, krb5_realm **realms) argument
/macosx-10.9.5/Heimdal-323.92.1/plugins/SCKerberosConfig/
H A DSCKerberosConfig.m110 /* search dict for matches, all matches from first domain that matches */
112 for (NSString *domain in a)
113 if ([host hasSuffix:domain])
114 [res addObject:[a valueForKey:domain]];
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychain.h411 * These calls subsume the old forms with domain == kPreferenceDomainUser.
414 kSecPreferencesDomainUser, /* user domain */
415 kSecPreferencesDomainSystem, /* system (daemon) domain */
420 OSStatus SecKeychainCopyDomainDefault(SecPreferencesDomain domain, SecKeychainRef *keychain);
421 OSStatus SecKeychainSetDomainDefault(SecPreferencesDomain domain, SecKeychainRef keychain);
422 OSStatus SecKeychainCopyDomainSearchList(SecPreferencesDomain domain, CFArrayRef *searchList);
423 OSStatus SecKeychainSetDomainSearchList(SecPreferencesDomain domain, CFArrayRef searchList);
424 OSStatus SecKeychainSetPreferenceDomain(SecPreferencesDomain domain);
425 OSStatus SecKeychainGetPreferenceDomain(SecPreferencesDomain *domain);
512 @param securityDomain A pointer to a string containing the security domain associate
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychain.h411 * These calls subsume the old forms with domain == kPreferenceDomainUser.
414 kSecPreferencesDomainUser, /* user domain */
415 kSecPreferencesDomainSystem, /* system (daemon) domain */
420 OSStatus SecKeychainCopyDomainDefault(SecPreferencesDomain domain, SecKeychainRef *keychain);
421 OSStatus SecKeychainSetDomainDefault(SecPreferencesDomain domain, SecKeychainRef keychain);
422 OSStatus SecKeychainCopyDomainSearchList(SecPreferencesDomain domain, CFArrayRef *searchList);
423 OSStatus SecKeychainSetDomainSearchList(SecPreferencesDomain domain, CFArrayRef searchList);
424 OSStatus SecKeychainSetPreferenceDomain(SecPreferencesDomain domain);
425 OSStatus SecKeychainGetPreferenceDomain(SecPreferencesDomain *domain);
512 @param securityDomain A pointer to a string containing the security domain associate
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychain.h411 * These calls subsume the old forms with domain == kPreferenceDomainUser.
414 kSecPreferencesDomainUser, /* user domain */
415 kSecPreferencesDomainSystem, /* system (daemon) domain */
420 OSStatus SecKeychainCopyDomainDefault(SecPreferencesDomain domain, SecKeychainRef *keychain);
421 OSStatus SecKeychainSetDomainDefault(SecPreferencesDomain domain, SecKeychainRef keychain);
422 OSStatus SecKeychainCopyDomainSearchList(SecPreferencesDomain domain, CFArrayRef *searchList);
423 OSStatus SecKeychainSetDomainSearchList(SecPreferencesDomain domain, CFArrayRef searchList);
424 OSStatus SecKeychainSetPreferenceDomain(SecPreferencesDomain domain);
425 OSStatus SecKeychainGetPreferenceDomain(SecPreferencesDomain *domain);
512 @param securityDomain A pointer to a string containing the security domain associate
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DCookieJarCFNet.cpp162 String domain = cookieDomain(cookie).get(); local
171 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session));
205 RetainPtr<CFStringRef> domain = cookieDomain(cookie); local
206 hostnames.add(domain.get());
221 RetainPtr<CFStringRef> domain = cookieDomain(cookie); local
222 if (String(domain.get()) == hostname)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitCookieManager.cpp238 String domain = domainString->string(); local
239 if (domain.isEmpty())
241 g_ptr_array_add(data->domains.get(), g_strdup(domain.utf8().data()));
282 * Returns: (transfer full) (array zero-terminated=1): A %NULL terminated array of domain names
303 * @domain: a domain name
305 * Remove all cookies of @cookie_manager for the given @domain.
307 void webkit_cookie_manager_delete_cookies_for_domain(WebKitCookieManager* manager, const gchar* domain) argument
310 g_return_if_fail(domain);
312 manager->priv->webCookieManager->deleteCookiesForHostname(String::fromUTF8(domain));
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmemdebug.h59 CURL_EXTERN curl_socket_t curl_socket(int domain, int type, int protocol,
68 CURL_EXTERN int curl_socketpair(int domain, int type, int protocol,
105 #define socket(domain,type,protocol)\
106 curl_socket(domain,type,protocol,__LINE__,__FILE__)
111 #define socketpair(domain,type,protocol,socket_vector)\
112 curl_socketpair(domain,type,protocol,socket_vector,__LINE__,__FILE__)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGShading Demo/
H A DMyQuartzView.py51 domain = array.array('f', [ -2 * math.pi, 2 * math.pi ])
55 return CGFunctionCreate(components, 1, domain, components,
73 domain = [0, 1]
77 return CGFunctionCreate(components, 1, domain, components,
91 domain = [0, 1]
95 return CGFunctionCreate(components, 1, domain, components,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Derror.c249 int domain; local
266 domain = err->domain;
289 else if ((line != 0) && (domain == XML_FROM_PARSER))
295 else if ((line != 0) && (domain == XML_FROM_PARSER))
301 switch (domain) {
396 else if ((line != 0) && (domain == XML_FROM_PARSER))
401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
423 * @domain: the domain fo
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
642 __xmlSimpleError(int domain, int code, xmlNodePtr node, const char *msg, const char *extra) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGShading Demo/
H A DMyQuartzView.py51 domain = array.array('f', [ -2 * math.pi, 2 * math.pi ])
55 return CGFunctionCreate(components, 1, domain, components,
73 domain = [0, 1]
77 return CGFunctionCreate(components, 1, domain, components,
91 domain = [0, 1]
95 return CGFunctionCreate(components, 1, domain, components,
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl22 proc adminP {local domain} {
56 proc friendP {local domain} {
63 set domain [string tolower $domain]
66 if {(![string compare $rhs $domain]) \
67 || ([string match *.$rhs $domain])} {
75 proc ownerP {local domain} {
87 if {![string compare [string tolower $local@$domain] \
88 [string tolower $aprops(local)@$aprops(domain)]]} {
364 if {[catch { string tolower $aprops(local)@$aprops(domain) } \
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/apple/
H A Dcheck-apple-ad.in202 echo "checking ktestuser in ADS (no domain)"
203 ${test_gssntlm} --user=ktestuser --password=foobar --domain='' --session-key-broken > /dev/null || \
206 echo "checking ktestuser in ADS (domain)"
207 ${test_gssntlm} --user=ktestuser --password=foobar --domain=ADS --session-key-broken > /dev/null || \
210 echo "checking ktestuser in ADS (no domain)"
211 sudo ${test_gssntlm} --user=ktestuser --password=foobar --domain='' --session-key-broken > /dev/null || \
214 echo "checking ktestuser in ADS (domain)"
215 sudo ${test_gssntlm} --user=ktestuser --password=foobar --domain=ADS --session-key-broken > /dev/null || \
219 sudo ${test_gssntlm} --user=ktestuser --password=foobar2 --domain=ADS 2>/dev/null --session-key-broken > /dev/null && \
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A D_IDNSSDEvents_CP.h13 HRESULT Fire_DomainFound( IDNSSDService * service, DNSSDFlags flags, ULONG ifIndex, BSTR domain) argument
34 avarParams[0] = domain;
42 HRESULT Fire_DomainLost( IDNSSDService * service, DNSSDFlags flags, ULONG ifIndex, BSTR domain) argument
63 avarParams[0] = domain;
71 HRESULT Fire_ServiceFound( IDNSSDService * browser, DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain) argument
96 avarParams[0] = domain;
104 HRESULT Fire_ServiceLost( IDNSSDService * browser, DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain) argument
129 avarParams[0] = domain;
171 HRESULT Fire_ServiceRegistered( IDNSSDService * service, DNSSDFlags flags, BSTR name, BSTR regType, BSTR domain) argument
194 avarParams[0] = domain;
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_2.0.rb77 :domain => "Syndic8",
93 channel.categories << Rss::Channel::Category.new(cat[:domain],
117 cat[:domain] ||= nil
120 :domain => category.attributes["domain"],
129 :domain => "rpc.sys.com",
135 cloud = Rss::Channel::Cloud.new(cloud_params[:domain],
252 :domain => "Syndic8",
272 item.categories << Rss::Channel::Category.new(cat[:domain],
294 cat[:domain] ||
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dresolve.c106 if(rr->domain)
107 free(rr->domain);
117 if(r->q.domain)
118 free(r->q.domain);
164 rr->domain = strdup(host);
165 if(rr->domain == NULL) {
210 strlcpy(rr->u.mx->domain, host, hostlen + 1);
455 r->q.domain = strdup(host);
456 if(r->q.domain == NULL) {
519 dns_lookup_int(const char *domain, in argument
597 rk_dns_lookup(const char *domain, const char *type_name) argument
869 rk_dns_lookup(const char *domain, const char *type_name) argument
917 rk_dns_lookup(const char *domain, const char *type_name) argument
[all...]

Completed in 334 milliseconds

<<11121314151617181920>>