Searched refs:s2 (Results 126 - 150 of 843) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dentry2.rb65 s2 = TkScrollbar.new(w, 'relief'=>'sunken', 'orient'=>'horiz')
67 xscrollcommand proc{|first,last| s2.set first,last}
69 s2.command(proc{|*args| e2.xview(*args)})
71 s2.pack('side'=>'top', 'fill'=>'x')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dentry2.rb63 s2 = TkScrollbar.new(w, 'relief'=>'sunken', 'orient'=>'horiz')
65 xscrollcommand proc{|first,last| s2.set first,last}
67 s2.command(proc{|*args| e2.xview(*args)})
69 s2.pack('side'=>'top', 'fill'=>'x')
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dstrncasecmp.c62 int strncasecmp(CONST char *s1, CONST char *s2, size_t n);
63 int strcasecmp(CONST char *s1, CONST char *s2);
74 * Compares two null-terminated strings s1 and s2, returning -1, 0, or 1
75 * if s1 is lexicographically less than, equal to, or greater than s2.
86 CONST char *s2) /* Second string. */
90 for ( ; ; s1++, s2++) {
92 u2 = (unsigned char) *s2;
109 * Compares up to length chars of s1 and s2, returning -1, 0, or 1 if s1
110 * is lexicographically less than, equal to, or greater than s2 over
122 CONST char *s2, /* Secon
83 strcasecmp( CONST char *s1, CONST char *s2) argument
118 strncasecmp( CONST char *s1, CONST char *s2, size_t length) argument
[all...]
H A Dstring.h34 extern int memcmp _ANSI_ARGS_((CONST VOID *s1, CONST VOID *s2,
46 CONST char *s2));
49 extern int strcmp _ANSI_ARGS_((CONST char *s1, CONST char *s2));
57 CONST char *s2, size_t n));
60 extern int strncmp _ANSI_ARGS_((CONST char *s1, CONST char *s2,
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Ddemo.cpp54 c4_String s2 (pCountry (vAddress[1]));
55 printf("The country of %s is: %s\n", (const char*) s1, (const char*) s2);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4str.h92 d4_inline bool operator == (const c4_String &s1, const char *s2);
93 d4_inline bool operator == (const char *s1, const c4_String &s2);
95 d4_inline bool operator != (const c4_String &s1, const char *s2);
96 d4_inline bool operator != (const char *s1, const c4_String &s2);
163 bool operator == (const c4_String &s1, const char *s2);
164 bool operator == (const char *s1, const c4_String &s2);
166 bool operator != (const c4_String &s1, const char *s2);
167 bool operator != (const char *s1, const c4_String &s2);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-tachometer.tcl25 scale .s2 -command "set ::value2" -variable ::value2 -from 0 -to 10
29 grid .t1 .s1 .t2 .s2 .b -padx 2 -pady 2
H A Ddemo-voltmeter.tcl21 scale .s2 -command "set ::value2" -variable value2
25 grid .t1 .s1 .t2 .s2 .b
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dtest_base.c131 heim_string_t s1, s2; local
135 s2 = heim_string_create(string);
137 if (heim_cmp(s1, s2) != 0) {
143 heim_release(s2);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStringExtras.h91 inline int strncasecmp(const char* s1, const char* s2, size_t len) argument
93 return _strnicmp(s1, s2, len);
96 inline int strcasecmp(const char* s1, const char* s2) argument
98 return _stricmp(s1, s2);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_general.h118 #define strcasecmp(s1, s2) stricmp(s1, s2)
124 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_util.c123 char *s2 = ctf_alloc(strlen(s1) + 1); local
125 if (s2 != NULL)
126 (void) strcpy(s2, s1);
128 return (s2);
/macosx-10.10.1/srm-7/srm/src/
H A Dsrm.h20 void init_lcg(const long s1, const long s2);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Decho.py25 filt.configure(s1.get(), s2.get(), s3.get(), s4.get(), s5.get(), s6.get())
33 s2 = Scale(f, from_=1.0, to=0, resolution=0.01, label="outGain", command=config) variable
34 s2.pack(side='left')
49 s2.set(0.6)
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dmemcpy.c118 memmove(void *s1, const void *s2, size_t n) argument
120 return memcpy(s1, s2, n);
125 bcopy(const void *s1, void *s2, size_t n) argument
127 memcpy(s2, s1, n);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dsession.c33 const struct rewrite_session *s1, *s2; local
36 s2 = ( const struct rewrite_session * )c2;
39 assert( s2 != NULL );
41 assert( s2->ls_cookie != NULL );
43 return ( ( s1->ls_cookie < s2->ls_cookie ) ? -1 :
44 ( ( s1->ls_cookie > s2->ls_cookie ) ? 1 : 0 ) );
56 struct rewrite_session *s1, *s2; local
59 s2 = ( struct rewrite_session * )c2;
62 assert( s2 != NULL );
64 assert( s2
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DStringExtras.cpp20 /// occurrence of string 's1' in string 's2', ignoring case. Returns
21 /// the offset of s2 in s1 or npos if s2 cannot be found.
22 StringRef::size_type llvm::StrInStrNoCase(StringRef s1, StringRef s2) { argument
23 size_t N = s2.size(), M = s1.size();
27 if (s1.substr(i, N).equals_lower(s2))
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Dsubrs.c152 * strcmp (s1, s2) compares the strings "s1" and "s2".
155 * is larger in s1 than in s2 or if s1 is longer than s2 and
156 * the contents are identical up to the length of s2.
158 * in s1 than in s2 or if s1 is shorter than s2 and the
167 const char *s2)
173 b = *s2++;
185 * strncmp (s1, s2,
165 strcmp( const char *s1, const char *s2) argument
193 strncmp( const char *s1, const char *s2, size_t n) argument
229 strcasecmp(const char *s1, const char *s2) argument
241 strncasecmp(const char *s1, const char *s2, size_t n) argument
290 strncpy( char *s1, const char *s2, size_t n) argument
562 strprefix(register const char *s1, register const char *s2) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustrcase.cpp471 const UChar *s2, int32_t length2,
476 /* current-level start/limit - s1/s2 as current */
514 start2=s2;
518 limit2=s2+length2;
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
563 ++s2;
572 s2=stack2[level2].s; /*Not uninitialized*/
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
787 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) argument
795 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) argument
803 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) argument
[all...]
H A Dcstring.h36 #define uprv_strcmp(s1, s2) U_STANDARD_CPP_NAMESPACE strcmp(s1, s2)
47 #define uprv_strncmp(s1, s2, n) ( \
49 uprv_checkValidMemory(s2, 1), \
50 U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n))
58 #define uprv_strncmp(s1, s2, n) U_STANDARD_CPP_NAMESPACE strncmp(s1, s2, n)
H A Dustr_cnv.c130 const char *s2,
141 &s2,
142 s2+u_astrnlen(s2, n),
162 const char *s2 )
170 s2,
171 (int32_t)uprv_strlen(s2),
129 u_uastrncpy(UChar *ucs1, const char *s2, int32_t n) argument
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstring.h36 extern int memcmp _ANSI_ARGS_((CONST VOID *s1, CONST VOID *s2,
48 CONST char *s2));
51 extern int strcmp _ANSI_ARGS_((CONST char *s1, CONST char *s2));
59 CONST char *s2, size_t n));
62 extern int strncmp _ANSI_ARGS_((CONST char *s1, CONST char *s2,
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-ascii.c81 register int s1, s2; local
91 s2 = *cp++;
93 " %02x%02x", s1, s2);
96 *(asp++) = (isgraph(s2) ? s2 : '.');
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_cpystrn.c204 const char *s2 = strrchr(pathname, path_separator_win); local
206 if (s2 > s) s = s2;
284 char *strstr(char *s1, char *s2) argument
287 if (*s2 == '\0') {
288 /* an empty s2 */
291 while((s1 = strchr(s1, *s2)) != NULL) {
292 /* found first character of s2, see if the rest matches */
294 p2 = s2;
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DMetadataTest.cpp35 MDString *s2 = MDString::get(Context, StringRef(&x[0], 3)); local
36 EXPECT_NE(s1, s2);
46 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3)); local
47 EXPECT_EQ(s1, s2);
82 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3)); local
88 V.push_back(s2);
111 EXPECT_EQ(s2, n1->getOperand(2));

Completed in 237 milliseconds

1234567891011>>