Searched refs:family (Results 276 - 300 of 487) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Ddoctor.el239 '((tell me (doc$ something) about (doc// owner) family \.)
240 (you seem to dwell on (doc// owner) family \.)
241 ((doc$ areyou) hung up on (doc// owner) family \?)))
724 (doctor-put-meaning wife 'family)
725 (doctor-put-meaning family 'family)
726 (doctor-put-meaning brothers 'family)
727 (doctor-put-meaning sisters 'family)
728 (doctor-put-meaning parent 'family)
729 (doctor-put-meaning parents 'family)
[all...]
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dsearch.php7 TD {font-family: Verdana,Arial,Helvetica}
8 BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
9 H1 {font-family: Verdana,Arial,Helvetica}
10 H2 {font-family: Verdana,Arial,Helvetica}
11 H3 {font-family: Verdana,Arial,Helvetica}
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dsearch.php3 TD {font-family: Verdana,Arial,Helvetica}
4 BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
5 H1 {font-family: Verdana,Arial,Helvetica}
6 H2 {font-family: Verdana,Arial,Helvetica}
7 H3 {font-family: Verdana,Arial,Helvetica}
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DLegacyNATTraversal.c32 inet_pton( int family, const char * addr, void * dst ) argument
38 ss.ss_family = (ADDRESS_FAMILY)family;
40 if ( WSAStringToAddressA( (LPSTR)addr, family, NULL, ( struct sockaddr* ) &ss, &sslen ) == 0 )
42 if ( family == AF_INET ) { memcpy( dst, &( ( struct sockaddr_in* ) &ss)->sin_addr, sizeof( IN_ADDR ) ); return 1; }
43 else if ( family == AF_INET6 ) { memcpy( dst, &( ( struct sockaddr_in6* ) &ss)->sin6_addr, sizeof( IN6_ADDR ) ); return 1; }
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto_dtls.c186 protocol_family_t family,
193 for (cur_framer = utun_ctl_get_first_framer(crypto_ctx, utun_crypto_framer_protocol_family_to_inner_type(family));
988 utun_pkt_dtls_input(struct utun_pcb *pcb, mbuf_t *pkt, __unused protocol_family_t family) argument
993 //printf("%s: got pkt %d\n", __FUNCTION__,family);
1007 * make sure that family matches what the UTUN was configured for (punt those that don't... along with all that fail to match the data pattern.
1016 utun_pkt_dtls_prepend_proto(pkt, family);
1038 utun_pkt_dtls_prepend_proto(pkt, family);
184 utun_pkt_dtls_input_frame_is_data(utun_crypto_ctx_t *crypto_ctx, mbuf_t *pkt, protocol_family_t family, int *striplen) argument
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c30 1. Font family name.
164 2. Setting face-font-family-alternatives allows the user to
165 specify alternative font families to try if a family specified by a
2601 Lisp_Object family, registry;
2605 family = XCAR (pattern);
2606 if (NILP (family))
2610 CHECK_STRING (family);
2611 family_str = (char *) SDATA (family);
2733 /* Get a sorted list of fonts of family FAMILY on frame F. If PATTERN
2741 font_list_1 (f, pattern, family, registr
2594 Lisp_Object family, registry; local
2883 Lisp_Object family, frame; variable
2892 CHECK_STRING (family); variable
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/Common/
H A Dpfkey_dump.c707 str_prefport(family, pref, port, ulp)
708 u_int family, pref, port, ulp;
715 switch (family) {
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c498 mdns_addrinfo(si_mod_t *si, const void *node, const void *serv, uint32_t family, uint32_t socktype, uint32_t proto, uint32_t flags, const char *interface, uint32_t *err) argument
510 if (family == AF_INET6)
514 else if (family == AF_INET)
518 else if (family != AF_UNSPEC)
566 if (family == AF_INET) {
569 } else if (family == AF_INET6) {
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dlwresutil.c33 * encoded address: the address preceded by a 32-bit protocol family
226 addr->family = lwres_buffer_getuint32(b);
391 request.addr.family = addrtype;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c505 INT family; local
536 family = inQuerySet->lpafpProtocols[ i ].iAddressFamily;
538 if( ( family == AF_INET ) && ( ( protocol == IPPROTO_UDP ) || ( protocol == IPPROTO_TCP ) ) )
2074 short family; local
2155 addr_6.sin6_family = family = AF_INET6;
2160 addr_4.sin_family = family = AF_INET;
2172 if ( family == AF_INET6 )
2189 (*hInfo)->m_host.h_addrtype = family;
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_net.c409 mac_ifnet_check_transmit(struct ifnet *ifp, struct mbuf *mbuf, int family, argument
419 family, type);
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile.c207 enum bool flag, hostflag, arch_found, family; local
251 family = FALSE;
255 family = (enum bool)
267 family == TRUE)){
411 family = FALSE;
415 family = (enum bool)
431 family == TRUE)){
629 family = FALSE;
634 family = (enum bool)
643 family
906 enum bool family; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontPlatformData.h92 FontPlatformData(const FontDescription&, const AtomicString& family);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h230 - (void)setPictographFontFamily:(NSString *)family;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_portable.h187 int family; /**< always required (APR_INET, APR_INET6, etc.) */ member in struct:apr_os_sock_info_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/win32/
H A Dsockopt.c209 sock->local_addr->family == AF_INET6) {
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_portable.h187 int family; /**< always required (APR_INET, APR_INET6, etc.) */ member in struct:apr_os_sock_info_t
/macosx-10.9.5/apr-30/apr/apr/network_io/win32/
H A Dsockopt.c209 sock->local_addr->family == AF_INET6) {
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dlwres.h121 lwres_uint32_t family; member in struct:lwres_addr
238 /*% mask has a non-zero 'family' and 'length' if set */
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-private.h409 int family)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dieee.c1828 char family[10];
1833 m68k family. Code for other processors can be added here. */
1843 strcpy (family, "68000"); /* MC68000-based controllers. */
1850 strcpy (family, "68332"); /* CPU32 and CPU32+ */
1855 strcpy (family, "68030"); /* CPU030 */
1857 strcpy (family, "68332"); /* CPU32 and CPU32+ */
1861 strcpy (family, "68332"); /* Guess it will be CPU32 */
1865 strcpy (family, "68332"); /* CPU32 */
1871 strcpy (family, "68");
1872 strncat (family, processo
1825 char family[10]; local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dtwr_dnet.c85 ** Protocol Tower Services for the DECnet address family
174 if (sa->family == RPC_C_NAF_ID_DNET)
493 * define this as a DECnet family socket
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dftp_var.h283 GLOBAL sa_family_t family; /* address family to use for connections */ variable
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A Dnss_mdns.c206 Convert a DNS resource record (RR) code to an address family (AF) code.
221 Convert an address family (AF) code to a DNS resource record (RR) code.
225 address family code (from socket.h)
235 Convert a string to an address family (case insensitive).
265 Convert an address family code to a string.
269 or NULL if address family unrecognised or invalid.
425 address family
457 address family
723 const char * family = af_to_str (af); local
724 if (family
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtoolbar.rb101 tb_combo.bind('<ComboboxSelected>'){ text.font.family = tb_combo.get }

Completed in 448 milliseconds

<<11121314151617181920