Searched refs:s1 (Results 101 - 125 of 200) sorted by relevance

12345678

/haiku-fatelf/src/bin/rcs/
H A Drcsutil.c197 memcmp(s1, s2, n)
198 void const *s1, *s2;
202 *p1 = (unsigned char const*)s1,
214 memcpy(s1, s2, n)
215 void *s1;
219 register char *p1 = (char*)s1;
223 return s1;
/haiku-fatelf/headers/libs/png/
H A Dpngconf.h1493 # define png_snprintf(s1,n,fmt,x1) png_sprintf(s1,fmt,x1)
1494 # define png_snprintf2(s1,n,fmt,x1,x2) png_sprintf(s1,fmt,x1,x2)
1495 # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \
1496 png_sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Di960-dis.c468 int s1, s2;
721 s1 = (word1 >> 5) & 1;
737 regop (m1, s1, src, fp);
743 regop (m1, s1, src, fp);
748 regop (m1, s1, src, fp);
753 regop (m1, s1, src, fp);
467 int s1, s2; local
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_erf.c214 double r1,r2,s1,s2,s3,z2,z4; local
227 s1 = one+z*qq[1];
231 s = s1 + z2*s2 + z4*s3;
327 double r1,r2,s1,s2,s3,z2,z4; local
337 s1 = one+z*qq[1];
341 s = s1 + z2*s2 + z4*s3;
H A De_log.c60 a0,aa0,s1,s2,ss2,s3,ss3,a1,aa1,a,aa,b,bb,c; local
179 s1 = (c3.d+(c4.d+c5.d*w)*w)*w;
180 EADD(c2.d,s1,s2,ss2)
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppContent.h304 IppStringAttribute(IPP_TAG t, const char *s, const char *s1);
325 IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2);
420 void setTextWithLanguage(const char *name, const char *s1, const char *s2);
421 void setNameWithLanguage(const char *name, const char *s1, const char *s2);
H A DIppContent.cpp396 IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2) argument
397 : IppNamedAttribute(t, n), text1(s1 ? s1 : ""), text2(s2 ? s2 : "")
866 void IppContent::setTextWithLanguage(const char *name, const char *s1, const char *s2) argument
868 attrs.push_back(new IppDoubleStringAttribute(IPP_TEXT_WITH_LANGUAGE, name, s1, s2));
871 void IppContent::setNameWithLanguage(const char *name, const char *s1, const char *s2) argument
873 attrs.push_back(new IppDoubleStringAttribute(IPP_NAME_WITH_LANGUAGE, name, s1, s2));
/haiku-fatelf/src/bin/gawk/
H A Dprotos.h46 extern char *strstr P((const char *s1, const char *s2));
/haiku-fatelf/src/bin/network/wget/src/
H A Dconvert.c675 match_except_index (const char *s1, const char *s2)
681 for (i = 0; *s1 && *s2 && *s1 == *s2; s1++, s2++, i++)
689 if (!*s1 && !*s2)
692 else if (*s1 && *s2)
695 else if (*s1)
697 lng = s1;
674 match_except_index(const char *s1, const char *s2) argument
H A Dhash.c658 cmp_string (const void *s1, const void *s2)
660 return !strcmp ((const char *)s1, (const char *)s2);
696 string_cmp_nocase (const void *s1, const void *s2)
698 return !strcasecmp ((const char *)s1, (const char *)s2);
657 cmp_string(const void *s1, const void *s2) argument
695 string_cmp_nocase(const void *s1, const void *s2) argument
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngmem.c519 png_memcpy_check (png_structp png_ptr, png_voidp s1, png_voidp s2, argument
528 return(png_memcpy (s1, s2, size));
532 png_memset_check (png_structp png_ptr, png_voidp s1, int value, argument
541 return (png_memset (s1, value, size));
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dutil.h72 extern stp_curve_t *stp_read_and_compose_curves(const char *s1, const char *s2,
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfnmatch.c95 # define STREQ(s1, s2) (strcmp (s1, s2) == 0)
H A Dmemcmp.c303 rpl_memcmp (const void *s1, const void *s2, size_t len) argument
307 uintptr_t srcp1 = (uintptr_t) s1;
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h235 # define memcmp(s1, s2, n) bcmp (s1, s2, n)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch.c92 # define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
H A Dmemcmp.c301 rpl_memcmp (const void *s1, const void *s2, size_t len) argument
305 long int srcp1 = (long int) s1;
H A Dstring.h425 extern int mbscasecmp (const char *s1, const char *s2);
438 extern int mbsncasecmp (const char *s1, const char *s2, size_t n);
H A Dstring.in.h396 extern int mbscasecmp (const char *s1, const char *s2);
409 extern int mbsncasecmp (const char *s1, const char *s2, size_t n);
/haiku-fatelf/src/kits/locale/
H A DCollator.cpp176 BCollator::Compare(const char* s1, const char* s2, int8 strength) const argument
183 return fICUCollator->compare(s1, s2, error);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Deditbuf.cc222 int s1 = size1(); local
231 p1 = (buf_char *) realloc (data, s1 + size2() + k);
252 _gap_start = data + s1;
255 gap_start_normal = data + s1;
259 adjust_markers (s1 << 1, (buf_size << 1) + 1, k, old_data);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c117 * @s1: name to compare to @s2
118 * @s1_len: length in Unicode characters of @s1
119 * @s2: name to compare to @s1
125 * Compare the names @s1 and @s2 and return TRUE (1) if the names are
129 BOOL ntfs_names_are_equal(const ntfschar *s1, size_t s1_len, argument
139 return ntfs_ucsncmp(s1, s2, s1_len) ? FALSE: TRUE;
140 return ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size) ? FALSE:
242 * @s1: first string
246 * Compare the first @n characters of the Unicode strings @s1 and @s2,
251 * if @s1 (o
254 ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) argument
296 ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, const ntfschar *upcase, const u32 upcase_size) argument
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/arm/
H A De_log.c60 a0,aa0,s1,s2,ss2,s3,ss3,a1,aa1,a,aa,b,bb,c; local
179 s1 = (c3.d+(c4.d+c5.d*w)*w)*w;
180 EADD(c2.d,s1,s2,ss2)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.c1790 struct slist *s1, *s2; local
1809 s1 = new_stmt(BPF_LD|BPF_B|BPF_ABS);
1810 s1->s.k = 3;
1812 sappend(s1, s2);
1815 sappend(s1, s2);
1822 sappend(s1, s2);
1825 sappend(s1, s2);
1833 sappend(s1, s2);
1839 sappend(s1, s2);
1845 sappend(s1,
5580 struct slist *s0, *s1, *s2; local
5681 struct slist *s0, *s1, *s2; local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzutil.h188 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));

Completed in 323 milliseconds

12345678