/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.complex.d | 52 struct s1 { struct 53 int i; 54 char c; 55 double d; 56 float f; 57 long l; 58 long long ll; 59 union sigval u; 60 enum uio_rw e; 61 struct vnode s;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 62 static int internal_strcmp_strncmp(const char *s1, const char *s2, bool strncmp, in internal_strcmp_strncmp() 83 static int internal_strncmp(const char *s1, const char *s2, size_t n) { in internal_strncmp() 87 static int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() 91 static int internal_memcmp(const void *s1, const void *s2, size_t n) { in internal_memcmp() 159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() 167 ATTRIBUTE_INTERFACE int strncmp(const char *s1, const char *s2, size_t n) { in strncmp() 175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() 183 ATTRIBUTE_INTERFACE int strncasecmp(const char *s1, const char *s2, size_t n) { in strncasecmp() 190 ATTRIBUTE_INTERFACE int strcasecmp(const char *s1, const char *s2) { in strcasecmp() 197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { in strstr() [all …]
|
/freebsd/tools/tools/shlib-compat/test/libtest1/ |
H A D | test.c | 7 struct s1 { struct 18 struct s1 *f2_s1; argument
|
/freebsd/tools/tools/shlib-compat/test/libtest2/ |
H A D | test.c | 7 struct s1 { struct 18 struct s1 *f2_s1; argument
|
/freebsd/tools/tools/shlib-compat/test/libtest3/ |
H A D | test.c | 7 struct s1 { struct 18 struct s1 *f2_s1; argument
|
/freebsd/lib/libc/string/ |
H A D | strcasecmp.c | 42 strcasecmp_l(const char *s1, const char *s2, locale_t locale) in strcasecmp_l() 55 strcasecmp(const char *s1, const char *s2) in strcasecmp() 61 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) in strncasecmp_l() 80 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | velintrin_approx.h | 43 float s1; in _vel_approx_vfdivs_vsvl() local 58 float s1; in _vel_approx_vfdivs_vvsl() local 70 double s1 = 1.0; in _vel_approx_vfdivd_vsvl() local 85 double s0, s1; in _vel_approx_vfsqrtd_vvl() local 102 float s0, s1; in _vel_approx_vfsqrts_vvl() local
|
/freebsd/usr.bin/patch/ |
H A D | common.h | 49 #define strEQ(s1,s2) (strcmp(s1, s2) == 0) argument 50 #define strnNE(s1,s2,l) (strncmp(s1, s2, l) != 0) argument 51 #define strnEQ(s1,s2,l) (strncmp(s1, s2, l) == 0) argument
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder.c | 255 #define score_signeq(s1, s2) (((s1) & 0x1) == ((s2) & 0x1)) argument 256 #define score_endianeq(s1, s2) (((s1) & 0x2) == ((s2) & 0x2)) argument 257 #define score_cheq(s1, s2) (((s1) & 0xfc) == ((s2) & 0xfc)) argument 258 #define score_chgt(s1, s2) (((s1) & 0xfc) > ((s2) & 0xfc)) argument 259 #define score_chlt(s1, s2) (((s1) & 0xfc) < ((s2) & 0xfc)) argument 260 #define score_val(s1) ((s1) & 0x3f00) argument 261 #define score_cse(s1) ((s1) & 0x7f) argument
|
/freebsd/contrib/sendmail/libsm/ |
H A D | strrevcmp.c | 33 sm_strrevcasecmp(s1, s2) in sm_strrevcasecmp() argument 75 sm_strrevcmp(s1, s2) in sm_strrevcmp() argument
|
H A D | strcasecmp.c | 70 sm_strcasecmp(s1, s2) in sm_strcasecmp() argument 87 sm_strncasecmp(s1, s2, n) in sm_strncasecmp() argument
|
H A D | strcaseeq.c | 31 sm_strcaseeq(s1, s2) in sm_strcaseeq() argument 78 sm_strncaseeq(s1, s2, n) in sm_strncaseeq() argument
|
H A D | t-streq.c | 23 tstrncaseeq(s1, s2, len) in tstrncaseeq() argument 72 char s1[MAXL], s2[MAXL]; local
|
/freebsd/lib/libc/locale/ |
H A D | collcmp.c | 44 char s1[2], s2[2]; in __collate_range_cmp() local 55 wchar_t s1[2], s2[2]; in __wcollate_range_cmp() local
|
/freebsd/sys/libkern/ |
H A D | strcasecmp.c | 41 strcasecmp(const char *s1, const char *s2) in strcasecmp() 54 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
/freebsd/stand/libsa/ |
H A D | strcasecmp.c | 34 strcasecmp(const char *s1, const char *s2) in strcasecmp() 47 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | osstring.h | 62 #define osti_memcmp(s1, s2, n) memcmp((void *)s1, (void *)s2, (size_t)n) argument 67 #define osti_strcmp(s1, s2) strcmp((char *)s1, (char *)s2) argument 70 #define osti_strncmp(s1, s2, n) strncmp((char *)s1, (char *)s2, (size_t)n) argument 72 #define osti_strstr(s1, s2) strstr((char *)s1, (char *)s2) argument
|
/freebsd/contrib/tcpdump/ |
H A D | ascii_strcasecmp.c | 59 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() 72 ascii_strncasecmp(const char *s1, const char *s2, size_t n) in ascii_strncasecmp()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | strcasecmp.c | 69 strcasecmp(char *s1, char *s2) in strcasecmp() 81 strncasecmp(char *s1, char *s2, register int n) in strncasecmp()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace_xoroshiro128_plus.c | 56 uint64_t s1 = 0; in dtrace_xoroshiro128_plus_jump() local 80 uint64_t s1 = state[1]; in dtrace_xoroshiro128_plus_next() local
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_exhaust.c | 81 char *d, *s1, *s2; in p0() local 93 char *d, *s1, *s2, *s3; in p1() local 109 char *d, *s1, *s2, *s3; in ps() local 147 char *d, *s1, *s2; in p6() local
|
/freebsd/sys/sys/ |
H A D | cpuset.h | 58 #define CPU_OR(d, s1, s2) __BIT_OR2(CPU_SETSIZE, d, s1, s2) argument 59 #define CPU_ORNOT(d, s1, s2) __BIT_ORNOT2(CPU_SETSIZE, d, s1, s2) argument 60 #define CPU_AND(d, s1, s2) __BIT_AND2(CPU_SETSIZE, d, s1, s2) argument 61 #define CPU_ANDNOT(d, s1, s2) __BIT_ANDNOT2(CPU_SETSIZE, d, s1, s2) argument 85 CPU_OR_S(_s,d,s1,s2) global() argument 86 CPU_AND_S(_s,d,s1,s2) global() argument 87 CPU_XOR_S(_s,d,s1,s2) global() argument [all...] |
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 532 #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
|
H A D | os_none.c | 159 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp() 177 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() 187 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() 209 int os_strcmp(const char *s1, const char *s2) in os_strcmp() 215 int os_strncmp(const char *s1, const char *s2, size_t n) in os_strncmp()
|
/freebsd/sys/contrib/libsodium/test/quirks/ |
H A D | quirks.h | 25 # define strcmp(s1, s2) xstrcmp(s1, s2) argument 28 strcmp(const char *s1, const char *s2) in strcmp()
|