Searched refs:s1 (Results 51 - 75 of 913) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/preader/
H A Dpngusr.h16 #define png_warning(s1,s2) ""
17 #define png_chunk_warning(s1,s2) ""
19 #define png_error(s1,s2) png_err(s1)
20 #define png_chunk_error(s1,s2) png_err(s1)
/macosx-10.10/tcpdump-61/tcpdump/
H A Dstrcasecmp.c67 strcasecmp(s1, s2)
68 const char *s1, *s2;
71 *us1 = (u_char *)s1,
81 strncasecmp(s1, s2, n)
82 const char *s1, *s2;
86 *us1 = (u_char *)s1,
/macosx-10.10/tidy-15.15/tidy/src/
H A Dtmbstr.c47 uint TY_(tmbstrncpy)( tmbstr s1, ctmbstr s2, uint size ) argument
49 if ( s1 != NULL && s2 != NULL )
51 tmbstr cp = s1;
61 uint TY_(tmbstrcpy)( tmbstr s1, ctmbstr s2 ) argument
64 while (0 != (*s1++ = *s2++) )
71 uint TY_(tmbstrcat)( tmbstr s1, ctmbstr s2 ) argument
74 while ( *s1 )
75 ++s1;
77 while (0 != (*s1++ = *s2++) )
83 int TY_(tmbstrcmp)( ctmbstr s1, ctmbst argument
117 tmbstrcasecmp( ctmbstr s1, ctmbstr s2 ) argument
133 tmbstrncmp( ctmbstr s1, ctmbstr s2, uint n ) argument
156 tmbstrncasecmp( ctmbstr s1, ctmbstr s2, uint n ) argument
198 tmbsubstrn( ctmbstr s1, uint len1, ctmbstr s2 ) argument
226 tmbsubstr( ctmbstr s1, ctmbstr s2 ) argument
[all...]
H A Dtmbstr.h31 uint TY_(tmbstrncpy)( tmbstr s1, ctmbstr s2, uint size );
33 uint TY_(tmbstrcpy)( tmbstr s1, ctmbstr s2 );
35 uint TY_(tmbstrcat)( tmbstr s1, ctmbstr s2 );
38 int TY_(tmbstrcmp)( ctmbstr s1, ctmbstr s2 );
54 int TY_(tmbstrcasecmp)( ctmbstr s1, ctmbstr s2 );
56 int TY_(tmbstrncmp)( ctmbstr s1, ctmbstr s2, uint n );
58 int TY_(tmbstrncasecmp)( ctmbstr s1, ctmbstr s2, uint n );
60 /* return offset of cc from beginning of s1,
63 /* int TY_(tmbstrnchr)( ctmbstr s1, uint len1, tmbchar cc ); */
65 ctmbstr TY_(tmbsubstrn)( ctmbstr s1, uin
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) argument
47 char *s=(char*)s2, *d=(char*)s1;
61 return s1;
H A Dct.c57 const unsigned char *s1 = p1, *s2 = p2; local
62 r |= (s1[i] ^ s2[i]);
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dwcsncat.c40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) argument
46 p = s1;
56 return s1;
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dmemcmp.c20 int memcmp(CONST VOID *s1, CONST VOID *s2, size_t n);
33 * greater than 0, according as s1 is less than, equal to, or greater
44 CONST VOID *s1, /* First string. */
48 CONST unsigned char *ptr1 = (CONST unsigned char *) s1;
42 memcmp( CONST VOID *s1, CONST VOID *s2, size_t n) argument
/macosx-10.10/postfix-255/postfix/src/util/
H A Dstrcasecmp.c41 int strcasecmp(const char *s1, const char *s2) argument
43 const unsigned char *us1 = (const unsigned char *) s1;
52 int strncasecmp(const char *s1, const char *s2, size_t n) argument
55 const unsigned char *us1 = (const unsigned char *) s1;
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dgw_s.rb7 s1 = DRb::DRbServer.new(ARGV.shift, gw)
9 s1.thread.join
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtextend.cpp14 c4_Storage s1("e01a", 2);
15 A(s1.Strategy().FileSize() == 0);
16 c4_View v1 = s1.GetAs("a[p1:I]");
18 s1.Commit();
19 A(s1.Strategy().FileSize() == kSize1);
21 s1.Commit();
22 A(s1.Strategy().FileSize() == kSize2);
31 c4_Storage s1("e02a", 2);
32 A(s1.Strategy().FileSize() == 0);
33 c4_View v1 = s1
[all...]
H A Dtlimits.cpp21 c4_Storage s1("l00a", 1);
22 s1.SetStructure(desc);
23 c4_View v1 = s1.View("a");
26 s1.Commit();
35 c4_Storage s1("l01a", 1);
36 s1.SetStructure("a[p1:I]");
37 c4_View v1 = s1.View("a");
51 s1.Commit();
68 c4_Storage s1("l02a", 1);
69 s1
130 c4_Storage s1; local
[all...]
H A Dtstore2.cpp19 c4_Storage s1("s10a", 1);
20 s1.SetStructure("a[p1:S,p2[p3:I]]");
21 c4_View v1 = s1.View("a");
34 s1.Commit();
37 c4_Storage s1("s10a", 0);
40 s2.View("a") = s1.View("a");
50 c4_Storage s1("s10c", 0);
53 c4_View v1 = s1.View("a");
63 c4_Storage s1; local
66 s1
[all...]
H A Dtstore4.cpp15 c4_Storage s1("s30a", 1);
16 s1.SetStructure("a[p1:B]");
17 c4_View v1 = s1.View("a");
28 s1.Commit();
42 c4_Storage s1("s31a", 1);
43 s1.SetStructure("a[p1:I]");
44 c4_View v1 = s1.View("a");
48 s1.Commit();
69 c4_Storage s1("s32a", 1);
70 s1
[all...]
H A Dtstore3.cpp14 c4_Storage s1("s20a", 1);
15 v1 = s1.GetAs("a[p1:I,p2:S]");
65 c4_String s1(p1(v1[1]));
67 A(s1 == "Two");
133 c4_Storage s1("s22a", 1);
134 s1.SetStructure("a[p1:D]");
135 c4_View v1 = s1.View("a");
139 s1.Commit();
148 c4_Storage s1("s23a", 1);
149 s1
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrncasecmp.c15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2})
71 strncasecmp(const char *s1, const char *s2, register size_t n) argument
76 u1 = (unsigned char) *s1++;
H A Dstrncmp.c6 @deftypefn Supplemental int strncmp (const char *@var{s1}, const char *@var{s2}, size_t @var{n})
19 strncmp(const char *s1, const char *s2, register size_t n) argument
25 u1 = (unsigned char) *s1++;
H A Dstrstr.c30 strstr (const char *s1, const char *s2) argument
32 const char *p = s1;
/macosx-10.10/patch_cmds-17/patch/
H A Dcommon.h56 #define strNE(s1,s2) (strcmp(s1, s2))
57 #define strEQ(s1,s2) (!strcmp(s1, s2))
58 #define strnNE(s1,s2,l) (strncmp(s1, s2, l))
59 #define strnEQ(s1,s2,l) (!strncmp(s1, s2, l))
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dstrcasecmp.c41 strcasecmp(const char *s1, const char *s2) argument
43 const unsigned char *us1 = (const unsigned char *)s1,
/macosx-10.10/CPANInternal-159.1/Readonly-1.03/t/
H A Ddeeps.t18 use vars qw/$s1 $s2 $s3 $s4/;
23 eval {Readonly::Scalar1 $s1 => ["this", "is", "a", "test", {x => 5}]};
33 eval {$s1 = 7};
34 is $@ => expected(__LINE__-1), 'Modify s1';
42 eval {$s1->[2] = "the"};
43 is $@ => '', 'Deep-modify s1';
44 is $s1->[2] => 'the', 's1 modification successful';
50 eval {$s1->[4]{z} = 42};
51 is $@ => '', 'Deep-deep modify s1';
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dmixplay.tcl9 snack::sound s1
16 s1 play -filter $::map1
21 s1 stop
26 $::map1 configure [$::ft.s1 get]
31 s1 configure -file [tk_getOpenFile]
44 scale $ft.s1 -label "sound 1" -from 1.0 -to 0.0 -resolution 0.01 -command configure
46 pack $ft.s1 $ft.s2 -side left
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-185165.js56 var s1 = f1.toString();
59 eval("f2=" + s1);
64 expect = s1;
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dsjis.h26 Conversion between SJIS codes (s1,s2) and JISX0208 codes (c1,c2):
27 Example. (s1,s2) = 0x8140, (c1,c2) = 0x2121.
28 0x81 <= s1 <= 0x9F || 0xE0 <= s1 <= 0xEA,
32 94*2*(s1 < 0xE0 ? s1-0x81 : s1-0xC1) + (s2 < 0x80 ? s2-0x40 : s2-0x41)
34 Conversion (s1,s2) -> (c1,c2):
35 t1 := (s1 < 0xE0 ? s1
53 unsigned char s1, s2; local
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dmemmove.c38 #define DST ((char *)s1)
41 _nc_memmove(void *s1, const void *s2, size_t n) argument
59 return s1;

Completed in 213 milliseconds

1234567891011>>