Searched refs:s3 (Results 76 - 100 of 135) sorted by relevance

123456

/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dcompose.tcl34 pack [scale .f.f2.s3 -label Delay -from 250.0 -to 10.0 -variable v(delay1) \
H A DSection.tcl34 pack [ scale .f1.s3 -variable topfr -label "Top frequency" -from 1000 -to 8000 \
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dstring.test304 set s3 [ctoken orgstr " \t\n"]
310 list $s1 $s1v $s2 $s2v $s3 $s3v $s4 $s4v $s5 $s5v
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dlist_test.c136 char s3[] = "three"; local
141 RE(atf_list_append(&list, s3, false));
H A Dmap_test.c213 char s3[] = "three"; local
218 RE(atf_map_insert(&map, "K3", s3, false));
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dlgamma.c118 #define s3 3.485846389981109850e-001 macro
225 q = s0+z*(s1+z*(s2+z*(s3+z*s4)));
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddcfmapts.cpp357 UnicodeString s3; local
358 s3 = pat.toLocalizedPattern(s3);
359 logln((UnicodeString)"Extracted pattern is " + s3);
360 if(s3 != p2) {
371 s4 = pat.toLocalizedPattern(s3);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSString.h280 void finishCreation(VM& vm, JSString* s1, JSString* s2, JSString* s3) argument
283 m_length = s1->length() + s2->length() + s3->length();
284 setIs8Bit(s1->is8Bit() && s2->is8Bit() && s3->is8Bit());
287 m_fibers[2].set(vm, this, s3);
317 static JSString* create(VM& vm, JSString* s1, JSString* s2, JSString* s3) argument
320 newString->finishCreation(vm, s1, s2, s3);
/macosx-10.10/lsof-53/lsof/
H A Dmisc.c934 mkstrcat(s1, l1, s2, l2, s3, l3, clp)
939 char *s3; /* source string 3 (optional) */
955 if (s3)
956 len3 = (MALLOC_S)((l3 >= 0) ? l3 : strlen(s3));
971 if (s3 && len3) {
972 (void) strncpy(tp, s3, len3);
H A Dproto.h147 _PROTOTYPE(extern char *mkstrcat,(char *s1, int l1, char *s2, int l2, char *s3, int l3, MALLOC_S *clp));
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_lib.c667 if (s->s3 != NULL)
669 ret = s->s3->tmp.finish_md_len;
672 memcpy(buf, s->s3->tmp.finish_md, count);
682 if (s->s3 != NULL)
684 ret = s->s3->tmp.peer_finish_md_len;
687 memcpy(buf, s->s3->tmp.peer_finish_md, count);
1016 if (s->s3)
1017 return s->s3->send_connection_binding;
1336 if (s->s3)
1337 s->s3
[all...]
H A Ds3_cbc.c176 if ((memcmp(s->s3->read_sequence, "\0\0\0\0\0\0\0\0",8) == 0) &&
179 s->s3->flags|=TLS1_FLAGS_TLS_PADDING_BUG;
181 if ((s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG) &&
H A Dt1_lib.c138 && !s->s3->send_connection_binding)
287 if (s->version == SSL3_VERSION && !s->s3->send_connection_binding)
301 if(s->s3->send_connection_binding)
426 s->s3->is_probably_safari = 1;
H A Dssl_cert.c594 (s->s3 != NULL))
595 return(s->s3->tmp.ca_names);
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathFunctions.cpp548 String s3 = argument(2).evaluate().toString(); local
557 else if (i2 < s3.length())
558 result.append(s3[i2]);
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/win/
H A Dnmakehlp.c505 char s1[51], s2[51], s3[51];
520 r = fscanf(f, "%50s %50s", s2, s3);
538 d1 = atof(s3 + 1); /* 8.5 */
499 char s1[51], s2[51], s3[51]; local
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/win/
H A Dnmakehlp.c505 char s1[51], s2[51], s3[51];
520 r = fscanf(f, "%50s %50s", s2, s3);
538 d1 = atof(s3 + 1); /* 8.5 */
499 char s1[51], s2[51], s3[51]; local
/macosx-10.10/tcl-105/tcl_ext/thread/thread/win/vc/
H A Dnmakehlp.c505 char s1[51], s2[51], s3[51];
520 r = fscanf(f, "%50s %50s", s2, s3);
538 d1 = atof(s3 + 1); /* 8.5 */
499 char s1[51], s2[51], s3[51]; local
/macosx-10.10/tcl-105/tcl_ext/tls/tls/win/
H A Dnmakehlp.c505 char s1[51], s2[51], s3[51];
520 r = fscanf(f, "%50s %50s", s2, s3);
538 d1 = atof(s3 + 1); /* 8.5 */
499 char s1[51], s2[51], s3[51]; local
/macosx-10.10/ksh-23/ksh/src/lib/libast/hash/
H A Dhashlook.c111 register char* s3 = s1 + tab->root->namesize; local
114 if (s1 >= s3) goto found;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore2.cpp44 c4_Storage s3("s10b", 0);
47 s3.SaveTo(fs1);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c1642 const char *s2, *s3; local
1681 s3 = *pp;
1700 && CONST_STRNEQ (s3, LLHIGH))
1704 && CONST_STRNEQ (s3, ULLHIGH))
4340 char *s1, *s2, *s3, *s4 = NULL;
4349 s3 = cplus_demangle (s2, DMGL_ANSI);
4353 if (s3 != NULL)
4354 s4 = strstr (s3, "::NoSuchStrinG");
4355 if (s3 == NULL || s4 == NULL)
4358 if (s3 !
4339 char *s1, *s2, *s3, *s4 = NULL; local
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dvhdl.vim226 let s3 = s:NC.s:NE.'\<type\>'
227 if curs !~? s3.'.*'.s:NC.'\<\%(record\|units\)\>.*'.s:ES && prevs =~? s3
/macosx-10.10/ICU-531.30/icuSources/data/mappings/
H A Ducmfiles.mk119 icu-internal-compound-s1.ucm icu-internal-compound-s2.ucm icu-internal-compound-s3.ucm icu-internal-compound-t.ucm \
/macosx-10.10/zsh-61/zsh/Src/
H A Dparse.c2059 char *s1, *s2, *s3; local
2084 s3 = tokstr;
2086 return par_cond_triple(s1, s2, s3);
2135 s3 = tokstr;
2139 ecstr(s3);
2156 s3 = tokstr;
2162 addlinknode(l, s3);
2170 return par_cond_triple(s1, s2, s3);

Completed in 418 milliseconds

123456