Searched refs:family (Results 151 - 175 of 487) sorted by relevance

1234567891011>>

/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dinterfaceiter.c59 * The address family is given explicitly
62 * not have a valid address family).
66 get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src, argument
79 dst->family = family;
80 switch (family) {
/macosx-10.9.5/ntp-88/libntp/
H A Dntp_rfc2553.c90 "Address family for hostname not supported", /* EAI_ADDRFAMILY */
144 int family, socktype, flags, protocol; local
166 family = hints->ai_family;
171 switch (family) {
218 family = 0;
344 * NOTE: We need to assume that the address family is
/macosx-10.9.5/remote_cmds-41.90.1/rsh.tproj/
H A Drsh.c88 int family = PF_UNSPEC; variable
136 family = PF_INET;
140 family = PF_INET6;
199 family);
/macosx-10.9.5/ruby-104/ruby/test/socket/
H A Dtest_sockopt.rb8 assert_equal(Socket::AF_INET, sockopt.family)
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto_ipsec.h101 utun_pkt_ipsec_input(struct utun_pcb *pcb, mbuf_t *pkt, protocol_family_t family);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-addrlist.c400 int family, /* I - Address family or AF_UNSPEC */
411 _cups_debug_printf("httpAddrGetList(hostname=\"%s\", family=AF_%s, "
414 family == AF_UNSPEC ? "UNSPEC" :
416 family == AF_LOCAL ? "LOCAL" :
419 family == AF_INET6 ? "INET6" :
421 family == AF_INET ? "INET" : "???", service);
484 hints.ai_family = family;
760 if (family != AF_INET)
788 if (family !
399 httpAddrGetList(const char *hostname, int family, const char *service) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dcontext.c304 ctx->address.family = LWRES_ADDRTYPE_V4;
312 if (ctx->address.family == LWRES_ADDRTYPE_V4) {
320 } else if (ctx->address.family == LWRES_ADDRTYPE_V6) {
402 if (ctx->address.family == LWRES_ADDRTYPE_V4) {
429 if (ctx->address.family == LWRES_ADDRTYPE_V4) {
H A Dlwconfig.c205 addr->family = 0;
317 ((address.family == LWRES_ADDRTYPE_V4 && ctx->use_ipv4 == 1) ||
318 (address.family == LWRES_ADDRTYPE_V6 && ctx->use_ipv6 == 1))) {
460 addr->family = LWRES_ADDRTYPE_V4;
465 addr->family = LWRES_ADDRTYPE_V6;
643 af = lwresaddr2af(confdata->nameservers[i].family);
654 af = lwresaddr2af(confdata->lwservers[i].family);
680 af = lwresaddr2af(confdata->sortlist[i].addr.family);
697 confdata->sortlist[i].mask.family);
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Drubysocket.h137 unsigned char ss_family; /* address family */
218 int rsock_level_arg(int family, VALUE level);
219 int rsock_optname_arg(int family, int level, VALUE optname);
220 int rsock_cmsg_type_arg(int family, int level, VALUE type);
232 VALUE rsock_addrinfo_new(struct sockaddr *addr, socklen_t len, int family, int socktype, int protocol, VALUE canonname, VALUE inspectname);
279 VALUE rsock_sockopt_new(int family, int level, int optname, VALUE data);
/macosx-10.9.5/netcat-20/
H A Dnetcat.c127 int family = AF_UNSPEC; variable
174 family = AF_INET;
177 family = AF_INET6;
183 family = AF_UNIX;
343 if (argv[0] && !argv[1] && family == AF_UNIX) {
366 family == AF_INET6 ||
396 if (family != AF_UNIX) {
398 hints.ai_family = family;
412 if (family == AF_UNIX)
416 if (family
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper-stubs.c154 int mDNSSetLocalAddressCacheEntry(int ifindex, int family, const v6addr_t ip, const ethaddr_t eth) argument
159 kr = proxy_mDNSSetLocalAddressCacheEntry(getHelperPort(retry), ifindex, family, (uint8_t*)ip, (uint8_t*)eth, &err);
428 int mDNSRetrieveTCPInfo(int family, v6addr_t laddr, uint16_t lport, v6addr_t raddr, uint16_t rport, uint32_t *seq, uint32_t *ack, uint16_t *win, int32_t *intfid) argument
433 kr = proxy_mDNSRetrieveTCPInfo(getHelperPort(retry), family, (uint8_t *)laddr, lport, (uint8_t *)raddr, rport, seq, ack, win, intfid);
439 void mDNSGetRemoteMAC(mDNS *const m, int family, v6addr_t raddr) argument
453 kr = proxy_mDNSGetRemoteMAC(getHelperPort(retry), family, (uint8_t *)dst.addr, eth);
462 if (family == AF_INET)
480 void mDNSStoreSPSMACAddress(int family, v6addr_t spsaddr, char *ifname) argument
491 kr = proxy_mDNSStoreSPSMACAddress(getHelperPort(retry), family, (uint8_t *)addr.saddr, ifname);
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dutils.tcl221 -family { set index 2 }
720 family "Courier New"
737 set fp(family) "Tahoma"
738 } else { set fp(family) "MS Sans Serif" }
746 set fp(family) "Lucida Grande"
756 set fp(family) "sans-serif"
757 } else { set fp(family) "Helvetica" }
788 font create $fname -family $fp(family) -size $fp(stdsize)
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebsettings.cpp98 QString family = fontFamilies.value(QWebSettings::StandardFont, local
100 settings->setStandardFontFamily(family);
102 family = fontFamilies.value(QWebSettings::FixedFont,
104 settings->setFixedFontFamily(family);
106 family = fontFamilies.value(QWebSettings::SerifFont,
108 settings->setSerifFontFamily(family);
110 family = fontFamilies.value(QWebSettings::SansSerifFont,
112 settings->setSansSerifFontFamily(family);
114 family = fontFamilies.value(QWebSettings::CursiveFont,
116 settings->setCursiveFontFamily(family);
965 setFontFamily(FontFamily which, const QString& family) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp202 void WKPreferencesSetStandardFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
204 toImpl(preferencesRef)->setStandardFontFamily(toWTFString(family));
212 void WKPreferencesSetFixedFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
214 toImpl(preferencesRef)->setFixedFontFamily(toWTFString(family));
222 void WKPreferencesSetSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
224 toImpl(preferencesRef)->setSerifFontFamily(toWTFString(family));
232 void WKPreferencesSetSansSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
234 toImpl(preferencesRef)->setSansSerifFontFamily(toWTFString(family));
242 void WKPreferencesSetCursiveFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
244 toImpl(preferencesRef)->setCursiveFontFamily(toWTFString(family));
252 WKPreferencesSetFantasyFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
262 WKPreferencesSetPictographFontFamily(WKPreferencesRef preferencesRef, WKStringRef family) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextControlSingleLine.cpp313 float RenderTextControlSingleLine::getAvgCharWidth(AtomicString family) argument
319 if (family == "Lucida Grande")
322 return RenderTextControl::getAvgCharWidth(family);
335 const AtomicString& family = style()->font().firstFamily(); local
340 if (family == "Lucida Grande")
342 else if (hasValidAvgCharWidth(family))
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dlisten.c75 if (server->bind_addr->family == APR_INET6) {
311 status = apr_socket_create(&new->sd, new->bind_addr->family,
319 new->bind_addr->family == APR_INET6) {
343 #define IS_INADDR_ANY(addr) ((addr)->family == APR_INET \
348 #define IS_IN6ADDR_ANY(addr) ((addr)->family == APR_INET6 \
468 * Changing the family is enough to make sure the
471 lr->bind_addr->family = AF_INET;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestsock.c114 rv = apr_socket_create(&sock, sa->family, SOCK_STREAM, APR_PROTO_TCP, p);
349 rv = apr_socket_create(&cd, sa->family, SOCK_STREAM,
405 a = apr_psprintf(p, "%pI fam=%d", sa, sa->family);
406 b = apr_psprintf(p, "%pI fam=%d", ca, ca->family);
416 a = apr_psprintf(p, "%pI fam=%d", sa, sa->family);
417 b = apr_psprintf(p, "%pI fam=%d", ca, ca->family);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestsock.c114 rv = apr_socket_create(&sock, sa->family, SOCK_STREAM, APR_PROTO_TCP, p);
349 rv = apr_socket_create(&cd, sa->family, SOCK_STREAM,
405 a = apr_psprintf(p, "%pI fam=%d", sa, sa->family);
406 b = apr_psprintf(p, "%pI fam=%d", ca, ca->family);
416 a = apr_psprintf(p, "%pI fam=%d", sa, sa->family);
417 b = apr_psprintf(p, "%pI fam=%d", ca, ca->family);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dasyn-ares.c524 int family = PF_INET; local
546 family = PF_UNSPEC; /* supported by c-ares since 1.6.1, so for older
552 family = PF_INET;
555 family = PF_INET6;
580 if(family == PF_UNSPEC) {
604 ares_gethostbyname((ares_channel)data->state.resolver, hostname, family,
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixFont.c29 * The following structure represents a font family. It is assumed that
30 * all screen fonts constructed from the same "font family" share certain
31 * properties; all screen fonts with the same "font family" point to a
37 * family": the foundry, face name, and charset.
165 * exist in each font family. */
864 char *family;
878 family = strchr(nameList[i] + 1, '-');
879 if (family == NULL) {
889 family++; /* Advance to char after '-'. */
890 familyEnd = strchr(family, '
855 char *family; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixFont.c29 * The following structure represents a font family. It is assumed that all
30 * screen fonts constructed from the same "font family" share certain
31 * properties; all screen fonts with the same "font family" point to a shared
37 * family": the foundry, face name, and charset.
163 * family. */
853 char *family, **nameList;
866 family = strchr(nameList[i] + 1, '-');
867 if (family == NULL) {
877 family++; /* Advance to char after '-'. */
878 familyEnd = strchr(family, '
844 char *family, **nameList; local
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dlibinfo.c1182 gethostbyaddr_async_start(const char *addr, int len, int family, si_host_async_callback callback, void *context) argument
1186 return gethostbyaddr_async_call(addr, slen, family, callback, context);
1229 getipnodebyname(const char *name, int family, int flags, int *err) argument
1235 fprintf(stderr, "-> %s %s %d 0x%08x\n", __func__, name, family, flags);
1240 item = si_ipnode_byname(si_search(), name, family, flags, NULL, &status);
1251 getipnodebyname_async_call(const char *name, int family, int flags, int *err, si_host_async_callback callback, void *context)
1256 fprintf(stderr, ">> %s %s %d 0x%08x\n", __func__, name, family, flags);
1267 return si_async_call(si_search(), SI_CALL_IPNODE_BYNAME, name, NULL, NULL, (uint32_t)family, (uint32_t)flags, 0, 0, (void *)si_libinfo_general_callback, sictx);
1271 getipnodebyname_async_start(const char *name, int family, int flags, int *err, si_host_async_callback callback, void *context)
1273 return getipnodebyname_async_call(name, family, flag
1361 getipnodebyaddr(const void *src, size_t len, int family, int *err) argument
2301 uint32_t family, socktype, protocol, flags, status; local
2583 uint32_t family, socktype, protocol, flags; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DthemeWin.css124 font-family: monospace;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontCache.cpp67 FontPlatformDataCacheKey(const AtomicString& family, const FontDescription& description) argument
69 , m_family(family)
292 PassRefPtr<SimpleFontData> FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName, ShouldRetain shouldRetain) argument
294 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);
465 const AtomicString& family = description.familyAt(familyIndex); local
466 if (family.isEmpty())
469 result = fontSelector->getFontData(description, family);
471 result = getCachedFontData(description, family);
H A DFontCache.h65 // This key contains the FontDescription fields other than family that matter when fetching FontDatas (platform fonts).
178 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
181 PassOwnPtr<FontPlatformData> createFontPlatformData(const FontDescription&, const AtomicString& family);

Completed in 2263 milliseconds

1234567891011>>