Searched refs:family (Results 326 - 350 of 487) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dipnaf.c297 ** family is supported on the local host platform it will call this
300 ** Network Address Family Table, a pointer to the Internet family Entry
543 * insert id, length, family into rpc address
547 (*rpc_addr)->sa.family = naf_id;
604 ** must be the IP family.
629 * if the source RPC address looks valid - IP family ok
631 if (src_rpc_addr->sa.family == RPC_C_NAF_ID_IP)
1534 ** protocol_id network protocol family id
1576 * For now, there is a one to one relationship between the protocol family
1949 ** Receive a socket descriptor which is queried to obtain family,
[all...]
H A Dnpnaf.c295 ** family is supported on the local host platform it will call this
298 ** Network Address Family Table, a pointer to the Internet family Entry
546 * insert id, length, family into rpc address
550 (*rpc_addr)->sa.family = naf_id;
607 ** must be the IP family.
632 * if the source RPC address looks valid - IP family ok
634 if (src_rpc_addr->sa.family == RPC_C_NAF_ID_UXD)
1509 ** protocol_id network protocol family id
1938 ** Receive a socket descriptor which is queried to obtain family,
2086 /* Force the address family t
[all...]
H A Ddgsoc.c564 addr.sa.family = rpc_g_protseq_id[pseq_id].naf_id;
/macosx-10.9.5/ntp-88/lib/isc/
H A Dsockaddr.c194 "<unknown address, family %u>"),
233 "unknown address family: %d"),
343 * Get the protocol family of 'sockaddr'.
361 "unknown address family: %d"),
372 sockaddr->type.sin.sin_family = (short)na->family;
373 switch (na->family) {
412 "unknown address family: %d"),
432 "unknown address family: %d"),
/macosx-10.9.5/ruby-104/ruby/ext/socket/lib/
H A Dsocket.rb34 raise ArgumentError, "unexpected family"
231 def self.foreach(nodename, service, family=nil, socktype=nil, protocol=nil, flags=nil, &block)
232 Addrinfo.getaddrinfo(nodename, service, family, socktype, protocol, flags).each(&block)
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_yaml.rb464 id001 = { 'given' => 'Chris', 'family' => 'Dumars', 'address' =>
480 family : !str Dumars
618 assert_parse_only( { "invoice"=> { "customers"=> [ { "given"=>"Chris", "type"=>"domain customer", "family"=>"Dumars" } ], "type"=>"domain invoice" } }, <<EOY
619 # 'http://domain.tld,2002/invoice' is some type family.
629 family : Dumars
708 { 'not-date' => '2002-04-28', 'picture' => "GIF89a\f\000\f\000\204\000\000\377\377\367\365\365\356\351\351\345fff\000\000\000\347\347\347^^^\363\363\355\216\216\216\340\340\340\237\237\237\223\223\223\247\247\247\236\236\236i^\020' \202\n\001\000;", 'hmm' => "SOMEWHERE: family above is short for\nhttp://somewhere.com/type\n" }, <<EOY
717 family above is short for
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DUtils.c879 Tcl_UtfToExternal( interp, gQTTclTranslationEncoding, faPtr->family, strlen(faPtr->family),
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dstyle.tcl25 # Only set the font family in one place for simplicity and consistency
27 set family Courier
30 -width 70 -height 32 -wrap word -font "$family 12"
37 $w.text tag configure bold -font "$family 12 bold italic"
38 $w.text tag configure big -font "$family 14 bold"
61 $w.text tag configure super -offset 4p -font "$family 10"
62 $w.text tag configure sub -offset -2p -font "$family 10"
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
193 elseif prop == 'font-family'
308 elseif prop == 'voice-family'
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/perldriver/
H A DOutput.pm212 body { font-size: 10pt; font-family: sans-serif }
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkController.cpp1321 // have to be. Previously the family used them interchangeably, although it was not
1347 UInt32 family,
1363 if ( family != kChecksumFamilyTCPIP )
2381 uint32_t family,
2390 error = mbuf_add_drvaux(packet, MBUF_WAITOK, family, subFamily,
1346 setChecksumResult( mbuf_t mt, UInt32 family, UInt32 result, UInt32 valid, UInt32 param0, UInt32 param1 ) argument
2377 attachAuxiliaryDataToPacket( mbuf_t packet, const void * data, IOByteCount length, uint32_t family, uint32_t subFamily ) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCoreClasses.cpp1258 AtomicString family = fontDescription.firstFamily(); local
1259 webFontDescription->family = family.characters();
1260 webFontDescription->familyLength = family.length();
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/css/
H A Dmanual-print.css33 font-family: "Times New Roman", serif;
38 font-family: "Courier New", Courier, monospace;
/macosx-10.9.5/libresolv-54/
H A Dres_init.c1502 u_int16_t family; local
1506 family = statp->_u._ext.ext->nsaddrs[i].sin.sin_family;
1508 family = statp->nsaddr_list[i].sin_family;
1510 switch (family) {
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dexterns.h111 family, /* address family of peer */
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_mvg.tcl96 # Compute font-family, font-size
100 set fontfamily [font configure $font -family]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_pflog.c159 pf_init.family = IFNET_FAMILY_LOOPBACK;
H A Dndrv.c93 static void ndrv_handle_ifp_detach(u_int32_t family, short unit);
266 * within that protocol family (assuming there's
841 ndrv_handle_ifp_detach(u_int32_t family, short unit) argument
849 if (np->nd_family == family &&
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dvhost.c412 if (ha->family == APR_INET &&
417 else if (ha->family == APR_INET &&
583 if ((sar->host_addr->family == AF_INET &&
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsnmp.c340 _cupsSNMPOpen(int family) /* I - Address family - @code AF_INET@ or @code AF_INET6@ */ argument
350 DEBUG_printf(("4_cupsSNMPOpen(family=%d)", family));
352 if ((fd = socket(family, SOCK_DGRAM, 0)) < 0)
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dsockmisc.c555 "address family mismatch\n");
575 "address family mismatch\n");
749 setsockopt_bypass(int so, int family) argument
755 switch (family) {
766 "unsupported address family %d\n", family);
1038 "invalid address family: %d\n", b->ss_family);
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c841 remote_init_tcp(int family) argument
849 fd = socket(family, SOCK_STREAM, 0);
876 if (family == AF_INET6)
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk157 protected method _definefont {name foundry family weight slant registry}
709 # PRIVATE METHOD: _definefont name foundry family weight slant registry
714 {name foundry family weight slant registry} {
719 [list $foundry $family $weight $slant $registry]
774 foreach var {foundry family weight slant registry} {
778 set x_font "-$foundry-$family-"
835 _definefont $_font * $family $weight $slant *
859 foreach var {foundry family weight slant registry} {
862 set x_font "-$foundry-$family-"
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1255 if ((rv = apr_socket_create(&data_sock, connect_addr->family, SOCK_STREAM, 0, r->pool)) != APR_SUCCESS) {
1280 apr_sockaddr_info_get(&epsv_addr, data_ip, connect_addr->family, data_port, 0, p);
1345 if ((rv = apr_socket_create(&data_sock, connect_addr->family, SOCK_STREAM, 0, r->pool)) != APR_SUCCESS) {
1368 apr_sockaddr_info_get(&pasv_addr, apr_psprintf(p, "%d.%d.%d.%d", h3, h2, h1, h0), connect_addr->family, pasvport, 0, p);
1391 if ((rv = apr_socket_create(&local_sock, connect_addr->family, SOCK_STREAM, 0, r->pool)) != APR_SUCCESS) {
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinFont.c21 * The following structure represents a font family. It is assumed that all
22 * screen fonts constructed from the same "font family" share certain
23 * properties; all screen fonts with the same "font family" point to a shared
28 * Under Windows, a "font family" is uniquely identified by its face name.
51 Tcl_Encoding encoding; /* Encoding for this font family. */
177 * family. */
543 faceName = faPtr->family;
782 faPtr->family = familyPtr->faceName;
1442 faPtr->family = Tk_GetUid(Tcl_DStringValue(&faceString));
1586 * A new FontFamily structure will be allocated if this font family ha
[all...]

Completed in 238 milliseconds

<<11121314151617181920