Searched refs:family (Results 76 - 100 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/include/
H A Dntp_net.h124 /* zero sockaddr_u, fill in family and all-ones (host) mask */
125 #define SET_HOSTMASK(psau, family) \
128 AF(psau) = (family); \
164 #define ANY_INTERFACE_BYFAM(family) \
165 ((AF_INET == family) \
169 /* choose a default interface for addresses' protocol (addr family) */
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dmain.c71 int family = AF_UNSPEC; variable
162 family = AF_INET;
166 family = AF_INET6;
307 family = AF_UNIX;
/macosx-10.10/bind9-45.101/bind9/bin/tests/net/
H A Dnetaddr_multicast.c36 int family; member in struct:__anon6637
59 switch (addr->family) {
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSUNP.h101 extern struct ifi_info *get_ifi_info_linuxv6(int family, int doaliases);
116 extern struct ifi_info *get_ifi_info(int family, int doaliases);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DFontCacheFreeType.cpp115 static String getFamilyNameStringFromFontDescriptionAndFamily(const FontDescription& fontDescription, const AtomicString& family) argument
119 if (family.length() && !family.startsWith("-webkit-"))
120 return family.string();
167 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
170 // says that we must find an exact match for font family, slant (italic or oblique can be used)
173 String familyNameString(getFamilyNameStringFromFontDescriptionAndFamily(fontDescription, family));
188 // family like "sans," this is the only time we allow Fontconfig to substitute one
189 // family name for another (i.e. if the fonts are aliased to each other).
206 // If Fontconfig gave use a different font family tha
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css26 font-family: sans-serif;
35 font-family: sans-serif;
71 pre, code { font-family: monospace } /* navigator 4 requires this */
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dfont.tcl173 set script "set [list SelectFont::${path}(family)] \[%W curselection\];\
310 -textvariable SelectFont::${path}(family) \
325 -textvariable SelectFont::$path\(family\) \
440 foreach family $_families(all) {
441 if { [font metrics [list $family] -fixed] } {
442 lappend _families(fixed) $family
444 lappend _families(variable) $family
460 $data(lbf) selection set $data(family)
461 $data(lbf) activate $data(family)
462 $data(lbf) see $data(family)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DFontCacheMac.mm107 // Use the family name from the AppKit-supplied substitute font, requesting the
165 const AtomicString& family = description.familyAt(i);
166 if (family.isEmpty())
171 if (family.contains(*matchWords[j], false))
200 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
206 NSFont *nsFont = [WebFontCache fontWithFamily:family traits:traits weight:weight size:size];
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dstyle.rb57 family = 'Courier'
66 style_tag_bold = TkTextTag.new(t, 'font'=>[family, 12, :bold, :italic])
67 style_tag_big = TkTextTag.new(t, 'font'=>[family, 14, :bold])
128 style_tag_super = TkTextTag.new(t, 'offset'=>'4p', 'font'=>[family, 10])
129 style_tag_sub = TkTextTag.new(t, 'offset'=>'-2p', 'font'=>[family, 10])
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dstyle.rb57 family = 'Courier'
66 style_tag_bold = TkTextTag.new(t, 'font'=>[family, 12, :bold, :italic])
67 style_tag_big = TkTextTag.new(t, 'font'=>[family, 14, :bold])
128 style_tag_super = TkTextTag.new(t, 'offset'=>'4p', 'font'=>[family, 10])
129 style_tag_sub = TkTextTag.new(t, 'offset'=>'-2p', 'font'=>[family, 10])
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Draddrinfo.c393 VALUE family, port, addr1, addr2; local
401 family = rb_str_dup(rb_id2str(id));
405 family = rb_str_new2(pbuf);
426 ary = rb_ary_new3(4, family, port, addr1, addr2);
630 int family, int socktype, int protocol,
638 init_addrinfo(rai, addr, len, family, socktype, protocol, canonname, inspectname);
644 VALUE family, VALUE socktype, VALUE protocol, VALUE flags,
650 hints.ai_family = NIL_P(family) ? PF_UNSPEC : rsock_family_arg(family);
672 VALUE family, VALU
629 rsock_addrinfo_new(struct sockaddr *addr, socklen_t len, int family, int socktype, int protocol, VALUE canonname, VALUE inspectname) argument
643 call_getaddrinfo(VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags, int socktype_hack) argument
671 init_addrinfo_getaddrinfo(rb_addrinfo_t *rai, VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags, VALUE inspectnode, VALUE inspectservice) argument
739 addrinfo_firstonly_new(VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags) argument
764 addrinfo_list_new(VALUE node, VALUE service, VALUE family, VALUE socktype, VALUE protocol, VALUE flags) argument
1493 int family = ai_get_afamily(rai); local
1615 int family = ai_get_afamily(rai); local
1642 int family = ai_get_afamily(rai); local
1667 int family = ai_get_afamily(rai); local
1705 int family = ai_get_afamily(rai); local
1761 int family = ai_get_afamily(rai); local
1937 int family = ai_get_afamily(rai); local
1970 int family = ai_get_afamily(rai); local
2040 VALUE node, service, family, socktype, protocol, flags; local
2166 int family; local
[all...]
H A Doption.c39 * Socket::Option.new(family, level, optname, data) => sockopt
50 int family = rsock_family_arg(vfamily); local
51 int level = rsock_level_arg(family, vlevel);
52 int optname = rsock_optname_arg(family, level, voptname);
54 rb_ivar_set(self, rb_intern("family"), INT2NUM(family));
62 rsock_sockopt_new(int family, int level, int optname, VALUE data) argument
66 sockopt_initialize((VALUE)obj, INT2NUM(family), INT2NUM(level), INT2NUM(optname), data);
72 * sockopt.family => integer
74 * returns the socket family a
158 int family = rsock_family_arg(vfamily); local
206 int family = rsock_family_arg(vfamily); local
669 int family = NUM2INT(sockopt_family_m(self)); local
[all...]
H A Dancdata.c42 * Socket::AncillaryData.new(family, cmsg_level, cmsg_type, cmsg_data) -> ancillarydata
75 int family = rsock_family_arg(vfamily); local
76 int level = rsock_level_arg(family, vlevel);
77 int type = rsock_cmsg_type_arg(family, level, vtype);
79 rb_ivar_set(self, rb_intern("family"), INT2NUM(family));
87 ancdata_new(int family, int level, int type, VALUE data) argument
91 ancillary_initialize((VALUE)obj, INT2NUM(family), INT2NUM(level), INT2NUM(type), data);
98 VALUE v = rb_attr_get(self, rb_intern("family"));
104 * ancillarydata.family
366 int family = rsock_family_arg(vfamily); local
955 int family, level, type; local
1092 int family = ancillary_family(self); local
1143 int family; local
1494 int family; local
[all...]
H A Dbasicsocket.c210 int family, level, option; local
227 family = rsock_getfamily(fptr->fd);
228 level = rsock_level_arg(family, lev);
229 option = rsock_optname_arg(family, level, optname);
323 int family; local
326 family = rsock_getfamily(fptr->fd);
327 level = rsock_level_arg(family, lev);
328 option = rsock_optname_arg(family, level, optname);
337 return rsock_sockopt_new(family, level, option, rb_str_new(buf, len));
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c126 char *family = "Unknown", **familyPtr = &family;
150 printf("family %s size %d weight %d slant %d\n",
151 family, size, weight, slant);
154 faPtr->family = Tk_GetUid(family);
393 printf("TkpGetFontFromAttributes %s-%d %d %d\n", faPtr->family,
397 if (faPtr->family) {
398 XftPatternAddString(pattern, XFT_FAMILY, faPtr->family);
500 char *family, **familyPt
123 char *family = "Unknown", **familyPtr = &family; local
490 char *family, **familyPtr = &family; local
524 char *family = "Unknown", **familyPtr = &family; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPreferencesRef.h103 WK_EXPORT void WKPreferencesSetStandardFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
106 WK_EXPORT void WKPreferencesSetFixedFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
109 WK_EXPORT void WKPreferencesSetSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
112 WK_EXPORT void WKPreferencesSetSansSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
115 WK_EXPORT void WKPreferencesSetCursiveFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
118 WK_EXPORT void WKPreferencesSetFantasyFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
121 WK_EXPORT void WKPreferencesSetPictographFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dsi_getaddrinfo.c156 case EAI_ADDRFAMILY: return "Address family for nodename not supported";
611 * based on the address family input value. If the input addres family is
616 _gai_numerichost(const char* nodename, uint32_t *family, int flags, struct in_addr *a4, struct in6_addr *a6, int *scope) argument
627 if (((*family == AF_UNSPEC) || (*family == AF_INET)) || ((*family == AF_INET6) && (flags & AI_V4MAPPED) && (flags & AI_ALL)))
633 if ((*family == AF_UNSPEC) || (*family == AF_INET6))
656 if (*family
849 _gai_simple(si_mod_t *si, const void *nodeptr, const void *servptr, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
930 _gai_srv(si_mod_t *si, const char *node, const char *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
1011 si_addrinfo(si_mod_t *si, const char *node, const char *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
1426 si_ipnode_byname(si_mod_t *si, const char *name, int family, int flags, const char *interface, uint32_t *err) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCacheWin.cpp91 static const Vector<String>* getLinkedFonts(String& family) argument
94 Vector<String>* result = systemLinkMap.get(family);
99 systemLinkMap.set(family, result);
105 RegQueryValueEx(fontLinkKey, family.charactersWithNullTermination().data(), 0, NULL, NULL, &linkedFontsBufferSize);
107 if (SUCCEEDED(RegQueryValueEx(fontLinkKey, family.charactersWithNullTermination().data(), 0, NULL, reinterpret_cast<BYTE*>(linkedFonts), &linkedFontsBufferSize))) {
386 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family) argument
389 if (equalIgnoringCase(family, lucidaStr)) {
445 static GDIObject<HFONT> createGDIFont(const AtomicString& family, LONG desiredWeight, bool desiredItalic, int size, bool synthesizeItalic) argument
451 StringView truncatedFamily = StringView(family).substring(0, static_cast<unsigned>(LF_FACESIZE - 1));
543 PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferences.h59 /* [retval][out] */ BSTR* family);
62 /* [in] */ BSTR family);
65 /* [retval][out] */ BSTR* family);
68 /* [in] */ BSTR family);
74 /* [in] */ BSTR family);
77 /* [retval][out] */ BSTR* family);
80 /* [in] */ BSTR family);
83 /* [retval][out] */ BSTR* family);
86 /* [in] */ BSTR family);
89 /* [retval][out] */ BSTR* family);
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dsendfile.c56 static void apr_setup(apr_pool_t **p, apr_socket_t **sock, int *family) argument
80 rv = apr_socket_create(sock, *family, SOCK_STREAM, 0, *p);
88 if (*family == APR_UNSPEC) {
98 *family = localsa->family;
184 int family; local
187 family = APR_INET;
188 apr_setup(&p, &sock, &family);
202 rv = apr_sockaddr_info_get(&destsa, host, family, TESTSF_PORT, 0, p);
498 int family; local
[all...]
H A Dtestipsub.c110 int family; member in struct:__anon6473
138 rv = apr_sockaddr_info_get(&sa, testcases[i].in_subnet, testcases[i].family, 0, 0, p);
144 rv = apr_sockaddr_info_get(&sa, testcases[i].not_in_subnet, testcases[i].family, 0, 0, p);
/macosx-10.10/sudo-73/src/
H A Dmatch.c637 int family; local
641 family = AF_INET6;
645 family = AF_INET;
651 if (ifp->family != family)
653 switch (family) {
690 int family; local
694 family = AF_INET6;
698 family = AF_INET;
702 if (family
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dgetnameinfo.c170 int family, i; local
196 family = sa->sa_family;
198 if (afdl[i].a_af == family) {
208 switch (family) {
298 switch (family) {
/macosx-10.10/remote_cmds-47/logger.tproj/
H A Dlogger.c79 int family = PF_UNSPEC; /* protocol family (IPv4, IPv6 or both) */ variable
81 int family = PF_INET; /* protocol family (IPv4 only) */ variable
112 family = PF_INET;
116 family = PF_INET6;
225 hints.ai_family = family;
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetnameinfo.c97 int family, len, i; local
114 family = sa->sa_family;
116 if (afdl[i].a_af == family) {

Completed in 188 milliseconds

1234567891011>>