Home
last modified time | relevance | path

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

12345678910>>...22

/netbsd/src/usr.bin/patch/
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/gdb/dist/libiberty/
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/
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/dist/libiberty/
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/bin/sh/
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/
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()
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/external/ibm-public/postfix/dist/src/util/
Dstrcasecmp.c44 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
55 int strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
Dstrcasecmp_utf8.c101 int strcasecmp_utf8x(int flags, const char *s1, const char *s2) in strcasecmp_utf8x()
127 int strncasecmp_utf8x(int flags, const char *s1, const char *s2, in strncasecmp_utf8x()
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
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
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
Ddiv_qr_2.c60 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
69 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
78 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
89 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
99 #define add_sssaaaa(s2, s1, s0, a1, a0, b1, b0) \ argument
Ddiv_qr_1n_pi1.c54 #define add_mssaaaa(m, s1, s0, a1, a0, b1, b0) \ argument
64 #define add_mssaaaa(m, s1, s0, a1, a0, b1, b0) \ argument
111 #define add_mssaaaa(m, s1, s0, a1, a0, b1, b0) \ argument
122 #define add_mssaaaa(m, s1, s0, a1, a0, b1, b0) \ argument
145 #define add_mssaaaa(m, s1, s0, a1, a0, b1, b0) \ argument
/netbsd/src/common/lib/libc/string/
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/
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/games/phantasia/
Dmap.c134 char s1[2]; local
151 char s1[2]; local
/netbsd/src/external/bsd/tcpdump/dist/
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()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcall-strs.c11 char * str_func1(char *s1) in str_func1()
19 char * s1, in str_func()
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace_xoroshiro128_plus.c56 uint64_t s1 = 0; in dtrace_xoroshiro128_plus_jump() local
80 uint64_t s1 = state[1]; in dtrace_xoroshiro128_plus_next() local
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
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/libbind/dist/bsd/
Dstrcasecmp.c96 strcasecmp(const char *s1, const char *s2) { in strcasecmp()
108 strncasecmp(const char *s1, const char *s2, size_t n) { in strncasecmp()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dzeta.c40 mpfr_t s1, d, u; in mpfr_zeta_part_b() local
135 mpfr_t u, s1; in mpfr_zeta_part_a() local
163 mpfr_t b, c, z_pre, f, s1; in mpfr_zeta_pos() local
363 mpfr_reflection_overflow (mpfr_ptr z, mpfr_ptr s1, mpfr_srcptr s, mpfr_ptr y, in mpfr_reflection_overflow()
441 mpfr_t z_pre, s1, y, p; in mpfr_zeta() local
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dos.h532 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) argument
540 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) argument
542 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) argument
547 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) argument
549 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) argument
556 #define os_strcmp(s1, s2) strcmp((s1), (s2)) argument
559 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dstreqvcmp.c105 strneqvcmp(char const * s1, char const * s2, int ct) in strneqvcmp()
151 streqvcmp(char const * s1, char const * s2) in streqvcmp()
/netbsd/src/tests/lib/libc/regex/
Dt_exhaust.c118 char *d, *s1, *s2; in p0() local
130 char *d, *s1, *s2, *s3; in p1() local
146 char *d, *s1, *s2, *s3; in ps() local
184 char *d, *s1, *s2; in p6() local

12345678910>>...22