Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstreq.h35 streq9 (const char *s1, const char *s2) in streq9()
41 streq8 (const char *s1, const char *s2, char s28) in streq8()
55 streq7 (const char *s1, const char *s2, char s27, char s28) in streq7()
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) in streq6()
83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in streq5()
97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in streq4()
111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) in streq3()
125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27,… in streq2()
139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26,… in streq1()
153 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25,… in streq0()
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dstr.c25 IN CONST CHAR16 *s1, in StrCmp()
35 IN CONST CHAR16 *s1, in StrnCmp()
58 IN CHAR16 *s1, in LibStubStriCmp()
75 IN CONST CHAR16 *s1, in StriCmp()
172 IN CONST CHAR16 *s1, in StrnLen()
182 IN CONST CHAR16 *s1 in StrLen()
191 IN CONST CHAR16 *s1 in StrSize()
217 IN CONST CHAR8 *s1 in strlena()
229 IN CONST CHAR8 *s1, in strcmpa()
248 IN CONST CHAR8 *s1, in strncmpa()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d74 bool equals(T[] s1, T[] s2) in equals()
87 int compare(T[] s1, T[] s2) in compare()
144 S s1 = {f1}, variable
192 S s1 = {f1}, variable
246 S s1 = {f1}, variable
/netbsd-src/usr.bin/patch/
H A Dcommon.h61 #define strNE(s1,s2) (strcmp(s1, s2)) argument
62 #define strEQ(s1,s2) (!strcmp(s1, s2)) argument
63 #define strnNE(s1,s2,l) (strncmp(s1, s2, l)) argument
64 #define strnEQ(s1,s2,l) (!strncmp(s1, s2, l)) argument
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfilename_cmp.c56 filename_cmp (const char *s1, const char *s2) in filename_cmp()
114 filename_ncmp (const char *s1, const char *s2, size_t n) in filename_ncmp()
193 filename_eq (const void *s1, const void *s2) in filename_eq()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfilename_cmp.c56 filename_cmp (const char *s1, const char *s2) in filename_cmp()
114 filename_ncmp (const char *s1, const char *s2, size_t n) in filename_ncmp()
193 filename_eq (const void *s1, const void *s2) in filename_eq()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfilename_cmp.c56 filename_cmp (const char *s1, const char *s2) in filename_cmp()
114 filename_ncmp (const char *s1, const char *s2, size_t n) in filename_ncmp()
193 filename_eq (const void *s1, const void *s2) in filename_eq()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfilename_cmp.c56 filename_cmp (const char *s1, const char *s2) in filename_cmp()
114 filename_ncmp (const char *s1, const char *s2, size_t n) in filename_ncmp()
193 filename_eq (const void *s1, const void *s2) in filename_eq()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
H A Dbridge.cc55 __asan_internal_memcmp (const void *s1, const void *s2, size_t n) in __asan_internal_memcmp()
61 __asan_internal_strcmp (const char *s1, const char *s2) in __asan_internal_strcmp()
67 __asan_internal_strncmp (const char *s1, const char *s2, size_t n) in __asan_internal_strncmp()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/libbacktrace/
H A Dbridge.cc55 __asan_internal_memcmp (const void *s1, const void *s2, size_t n) in __asan_internal_memcmp()
61 __asan_internal_strcmp (const char *s1, const char *s2) in __asan_internal_strcmp()
67 __asan_internal_strncmp (const char *s1, const char *s2, size_t n) in __asan_internal_strncmp()
/netbsd-src/bin/sh/
H A Dmystring.h45 #define equal(s1, s2) (strcmp(s1, s2) == 0) argument
46 #define scopy(s1, s2) ((void)strcpy(s2, s1)) argument
/netbsd-src/lib/libc/locale/
H A Dwcscoll.c45 wcscoll_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) in wcscoll_l()
53 wcscoll(const wchar_t *s1, const wchar_t *s2) in wcscoll()
H A Dwcsxfrm.c45 wcsxfrm_l(wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc) in wcsxfrm_l()
68 wcsxfrm(wchar_t *s1, const wchar_t *s2, size_t n) in wcsxfrm()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Drtstr.c28 IN CONST CHAR16 *s1, in RtStrCmp()
155 IN CONST CHAR16 *s1 in RtStrLen()
171 IN CONST CHAR16 *s1, in RtStrnLen()
188 IN CONST CHAR16 *s1 in RtStrSize()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dmemcpy.c419 __int_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __int_memcpy()
559 __shrt_int_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __shrt_int_memcpy()
700 __byte_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __byte_memcpy()
845 __long_int_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __long_int_memcpy()
853 __wrd_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __wrd_memcpy()
859 __byt_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __byt_memcpy()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dmemcpy.c419 __int_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __int_memcpy()
559 __shrt_int_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __shrt_int_memcpy()
700 __byte_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __byte_memcpy()
845 __long_int_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __long_int_memcpy()
853 __wrd_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __wrd_memcpy()
859 __byt_memcpy (void *__restrict s1, const void *__restrict s2, size_t n) in __byt_memcpy()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Ddiv_qr_1u_pi2.c55 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
64 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
73 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
83 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
93 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
H A Ddiv_qr_1n_pi2.c55 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
64 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
73 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
84 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
94 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc22 StackTrace s1(array, ARRAY_SIZE(array)); in TEST() local
48 StackTrace s1(array, ARRAY_SIZE(array)); in TEST() local
60 StackTrace s1(array1, ARRAY_SIZE(array1)); in TEST() local
74 StackTrace s1(array1, ARRAY_SIZE(array1)); in TEST() local
/netbsd-src/common/lib/libc/string/
H A Dbcopy.c161 memcpy(void *s1, const void *s2, size_t n) in memcpy()
175 memmove(void *s1, const void *s2, size_t n) in memmove()
196 bcopy(const void *s2, void *s1, size_t n) in bcopy()
/netbsd-src/sys/arch/powerpc/pci/
H A Dpchb.c81 const char *s1; in mpc105_print() local
124 const char *s1; in mpc106_print() local
186 const char *s1, *s2; in ibm82660_print() local
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dstrcasecmp.c43 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
54 int strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
/netbsd-src/games/phantasia/
H A Dmap.c134 char s1[2]; local
151 char s1[2]; local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddestest.c75 DES_key_schedule s1, s2, s3; in ebc3_test() local
101 DES_key_schedule s1; in cbc_test() local
123 DES_key_schedule s1; in cfb64_test() local
150 DES_key_schedule s1, s2, s3; in cbc3_test() local
183 DES_key_schedule s1; in pcbc_test() local
205 DES_key_schedule s1; in cbc_cksum() local
/netbsd-src/external/bsd/tcpdump/dist/
H A Dascii_strcasecmp.c64 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp()
77 ascii_strncasecmp(const char *s1, const char *s2, size_t n) in ascii_strncasecmp()

12345678910>>...39