Searched refs:s2 (Results 476 - 500 of 849) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddefines.h590 # define memmove(s1, s2, n) bcopy((s2), (s1), (n))
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dmap_test.c212 char s2[] = "two"; local
217 RE(atf_map_insert(&map, "K2", s2, false));
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_sprintf.rb320 s2 = sprintf("%0x", -0x40000001)
322 b2 = (/\.\./ =~ s2) != nil
/macosx-10.9.5/system_cmds-597.90.1/sa.tproj/
H A Dmain.c440 cmp_comm(const char *s1, const char *s2) argument
444 rv = strcmp(s1, s2);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sa.tproj/
H A Dmain.c440 cmp_comm(const char *s1, const char *s2) argument
444 rv = strcmp(s1, s2);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore3.cpp66 c4_String s2(p2(v1[1]));
68 A(s2 == "Deux");
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwtran.c554 png_uint_32 s2 = (*(rp+4) << 8) | *(rp+5); local
556 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dtachometer.tcl365 scale .s2 -command "set ::value2" -variable ::value2 -from 0 -to 10
369 grid .t1 .s1 .t2 .s2 .b -padx 2 -pady 2
H A Dvoltmeter.tcl327 scale .s2 -command "set ::value2" -variable value2
331 grid .t1 .s1 .t2 .s2 .b
/macosx-10.9.5/vim-53/src/proto/
H A Dmbyte.pro46 int mb_strnicmp __ARGS((char_u *s1, char_u *s2, size_t nn));
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-der.c272 heim_bmp_string s2 = { 2, bmp_d2 }; local
286 tests[1].val = &s2;
320 heim_universal_string s2 = { 2, universal_d2 }; local
334 tests[1].val = &s2;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Duspoof.h846 const icu::UnicodeString &s2,
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregcoll.cpp499 static const UChar s2[] = {0x41, 0x0302, 0x0300, 0x0301, 0}; local
504 if (c->compare(s1,s2) == 0)
576 static const UChar s2[] = {0x41, 0x0327, 0x0316, 0x0315, 0x0300, 0}; local
587 if (c->compare(s1,s2) != 0)
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Ddriverparser.c1577 static void yy_flex_strncpy(char *s1, yyconst char *s2, int n) argument
1579 static void yy_flex_strncpy(s1, s2, n)
1581 yyconst char *s2;
1587 s1[i] = s2[i];
H A Dtokenparser.c1603 static void yy_flex_strncpy(char *s1, yyconst char *s2, int n) argument
1605 static void yy_flex_strncpy(s1, s2, n)
1607 yyconst char *s2;
1613 s1[i] = s2[i];
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_scan.c1884 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) argument
1886 static void yy_flex_strncpy( s1, s2, n )
1888 yyconst char *s2;
1894 s1[i] = s2[i];
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c290 AP_DECLARE(char *) ap_strcasestr(const char *s1, const char *s2) argument
293 if (*s2 == '\0') {
294 /* an empty s2 */
298 for ( ; (*s1 != '\0') && (apr_tolower(*s1) != apr_tolower(*s2)); s1++);
302 /* found first character of s2, see if the rest matches */
304 p2 = (char *)s2;
/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.c2171 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) argument
2173 static void yy_flex_strncpy( s1, s2, n )
2175 yyconst char *s2;
2181 s1[i] = s2[i];
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Darlex.c1753 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) argument
1755 static void yy_flex_strncpy( s1, s2, n )
1757 yyconst char *s2;
1763 s1[i] = s2[i];
H A Ddeflex.c1778 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) argument
1780 static void yy_flex_strncpy( s1, s2, n )
1782 yyconst char *s2;
1788 s1[i] = s2[i];
H A Dsyslex.c1631 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) argument
1633 static void yy_flex_strncpy( s1, s2, n )
1635 yyconst char *s2;
1641 s1[i] = s2[i];
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtutorial.el575 s1 s2 help-string)
581 s2 (get-lang-string tutorial--lang 'tut-chgdkey2)
582 help-string (and s1 s2 (format s1 desc where)))
601 (insert-button s2 'tutorial-buffer (current-buffer)
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddired.c777 scmp (s1, s2, len)
778 register unsigned char *s1, *s2;
785 while (l && DOWNCASE (*s1++) == DOWNCASE (*s2++))
790 while (l && *s1++ == *s2++)
/macosx-10.9.5/rsync-42/rsync/
H A Dutil.c1337 uint32 fuzzy_distance(const char *s1, int len1, const char *s2, int len2) argument
1345 s1 = s2;
1361 if ((cost = *((uchar*)s1+i1) - *((uchar*)s2+i2)) != 0) {
1369 above_inc = above + UNIT + *((uchar*)s2+i2);
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dzutil.h239 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));

Completed in 587 milliseconds

<<11121314151617181920>>