Searched refs:family (Results 126 - 150 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dfontfile.cpp53 const char *font::family = 0; member in class:font
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dtest-policy.c149 test1sub2(policy, family)
151 int family;
158 switch (family) {
169 if ((so = socket(family, SOCK_DGRAM, 0)) < 0)
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dfds.c67 static const NV_t family[] = variable
322 for (type = 0; family[type].name && family[type].value != addr.sin_family; type++);
323 if (!(s = (char*)family[type].name))
324 sfsprintf(s = num, sizeof(num), "family.%d", addr.sin_family);
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dnetaddr.h37 unsigned int family; member in struct:isc_netaddr
174 * ISC_R_NOTIMPLEMENTED unsupported family
/macosx-10.10/ntp-92/lib/isc/
H A Dradix.c33 _new_prefix(isc_mem_t *mctx, isc_prefix_t **target, int family,
49 _new_prefix(isc_mem_t *mctx, isc_prefix_t **target, int family, void *dest, argument
56 if (family != AF_INET6 && family != AF_INET && family != AF_UNSPEC)
63 if (family == AF_INET6) {
72 prefix->family = family;
98 INSIST((prefix->family == AF_INET && prefix->bitlen <= 32) ||
99 (prefix->family
[all...]
/macosx-10.10/ntp-92/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.10/ntp-92/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.10/remote_cmds-47/rsh.tproj/
H A Drsh.c89 int family = PF_UNSPEC; variable
137 family = PF_INET;
141 family = PF_INET6;
200 family);
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_sockopt.rb8 assert_equal(Socket::AF_INET, sockopt.family)
/macosx-10.10/xnu-2782.1.97/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.10/cups-408/cups/cups/
H A Dhttp-addrlist.c391 int family, /* I - Address family or AF_UNSPEC */
402 _cups_debug_printf("httpAddrGetList(hostname=\"%s\", family=AF_%s, "
405 family == AF_UNSPEC ? "UNSPEC" :
407 family == AF_LOCAL ? "LOCAL" :
410 family == AF_INET6 ? "INET6" :
412 family == AF_INET ? "INET" : "???", service);
475 hints.ai_family = family;
751 if (family != AF_INET)
779 if (family !
390 httpAddrGetList(const char *hostname, int family, const char *service) argument
[all...]
/macosx-10.10/bind9-45.101/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.10/ruby-106/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.10/netcat-22/
H A Dnetcat.c129 int family = AF_UNSPEC; variable
176 family = AF_INET;
179 family = AF_INET6;
188 family = AF_UNIX;
352 if (argv[0] && !argv[1] && family == AF_UNIX) {
375 family == AF_INET6 ||
405 if (family != AF_UNIX) {
407 hints.ai_family = family;
421 if (family == AF_UNIX)
425 if (family
[all...]
/macosx-10.10/mDNSResponder-561.1.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.10/tcl-105/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.10/WebKit2-7600.1.25/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.10/xnu-2782.1.97/bsd/kern/
H A Duipc_domain.c276 panic("%s: unable to allocate memory for domain family "
761 pffindtype(int family, int type) argument
768 if ((dp = pffinddomain_locked(family)) == NULL)
816 pffindproto(int family, int protocol, int type) argument
822 pp = pffindproto_locked(family, protocol, type);
828 pffindproto_locked(int family, int protocol, int type) argument
836 if (family == 0)
839 dp = pffinddomain_locked(family);
858 pffindproto_old(int family, int protocol, int type) argument
865 if ((pp = pffindproto_locked(family, protoco
873 pffindprotonotype_locked(int family, int protocol, int type) argument
896 pffindprotonotype(int family, int protocol) argument
[all...]
/macosx-10.10/cups-408/cups/doc/
H A Dcups.css105 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
110 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
115 font-family: monaco, courier, monospace;
120 font-family: monaco, courier, monospace;
157 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
162 font-family: monaco, courier, monospace;
257 font-family: monaco, courier, monospace;
493 font-family: monaco, courier, monospace;
548 font-family: monaco, courier, monospace;
/macosx-10.10/apr-32/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.10/curl-83.1.2/curl/lib/
H A Dasyn-ares.c500 int family = PF_INET; local
522 family = PF_UNSPEC; /* supported by c-ares since 1.6.1, so for older
528 family = PF_INET;
531 family = PF_INET6;
556 if(family == PF_UNSPEC) {
580 ares_gethostbyname((ares_channel)data->state.resolver, hostname, family,
/macosx-10.10/tcl-105/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.10/tcl-105/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.10/Libinfo-459/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...]

Completed in 645 milliseconds

1234567891011>>