/openbsd-src/gnu/llvm/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 …]
|
H A D | FuzzerTracePC.cpp | 348 void TracePC::AddValueForMemcmp(void *caller_pc, const void *s1, const void *s2, in AddValueForMemcmp() 621 const void *s2, size_t n, int result) { in __sanitizer_weak_hook_memcmp() 630 const char *s2, size_t n, int result) { in __sanitizer_weak_hook_strncmp() 643 const char *s2, int result) { in __sanitizer_weak_hook_strcmp() 653 const char *s2, size_t n, int result) { in __sanitizer_weak_hook_strncasecmp() 660 const char *s2, int result) { in __sanitizer_weak_hook_strcasecmp() 667 const char *s2, char *result) { in __sanitizer_weak_hook_strstr() 674 const char *s2, char *result) { in __sanitizer_weak_hook_strcasestr() 681 const void *s2, size_t len2, void *result) { in __sanitizer_weak_hook_memmem()
|
/openbsd-src/usr.bin/patch/ |
H A D | common.h | 49 #define strNE(s1,s2) (strcmp(s1, s2)) argument 50 #define strEQ(s1,s2) (!strcmp(s1, s2)) argument 51 #define strnNE(s1,s2,l) (strncmp(s1, s2, l)) argument 52 #define strnEQ(s1,s2,l) (!strncmp(s1, s2, l)) argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 960221-1.c | 3 struct s2 { struct 8 foo (struct s2 *ptr) in foo() argument
|
/openbsd-src/usr.bin/systat/ |
H A D | pool.c | 218 sort_name_callback(const void *s1, const void *s2) in sort_name_callback() 228 sort_req_callback(const void *s1, const void *s2) in sort_req_callback() 243 sort_npage_callback(const void *s1, const void *s2) in sort_npage_callback() 258 sort_psize_callback(const void *s1, const void *s2) in sort_psize_callback() 583 pool_cache_sort_name_callback(const void *s1, const void *s2) in pool_cache_sort_name_callback() 593 pool_cache_sort_len_callback(const void *s1, const void *s2) in pool_cache_sort_len_callback() 608 pool_cache_sort_idle_callback(const void *s1, const void *s2) in pool_cache_sort_idle_callback() 623 pool_cache_sort_ngc_callback(const void *s1, const void *s2) in pool_cache_sort_ngc_callback() 638 pool_cache_sort_req_callback(const void *s1, const void *s2) in pool_cache_sort_req_callback() 670 pool_cache_sort_put_callback(const void *s1, const void *s2) in pool_cache_sort_put_callback() [all …]
|
H A D | pftop.c | 312 sort_size_callback(const void *s1, const void *s2) in sort_size_callback() 326 sort_pkt_callback(const void *s1, const void *s2) in sort_pkt_callback() 340 sort_age_callback(const void *s1, const void *s2) in sort_age_callback() 352 sort_exp_callback(const void *s1, const void *s2) in sort_exp_callback() 364 sort_rate_callback(const void *s1, const void *s2) in sort_rate_callback() 382 sort_peak_callback(const void *s1, const void *s2) in sort_peak_callback() 434 const struct pfsync_state *s2, int dir) in sort_addr_callback() 501 const struct pfsync_state *s2, int dir) in sort_port_callback() 573 struct pfsync_state *s2 = state_buf + (* (size_t *) p2); in sort_sa_callback() local 581 struct pfsync_state *s2 = state_buf + (* (size_t *) p2); in sort_da_callback() local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | pragma-darwin.c | 22 struct s2 { short f1; int f2; }; argument
|
H A D | c99-flex-array-1.c | 6 struct s2 { int :1; int x[]; }; /* { dg-error "empty struct" "empty" } */ argument
|
H A D | c99-tag-1.c | 59 struct s2 { int i; }; in foo() struct 93 struct s2 { int i; }; in foo() struct
|
/openbsd-src/regress/lib/libc/regex/ |
H A D | t_exhaust.c | 74 char *d, *s1, *s2; in p0() local 86 char *d, *s1, *s2, *s3; in p1() local 102 char *d, *s1, *s2, *s3; in ps() local 140 char *d, *s1, *s2; in p6() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | string-opt-9.c | 17 const char *const s2 = ""; in main() local 50 strcat (char *s1, const char *s2) in strcat()
|
H A D | 20000603-1.c | 2 struct s2 { double d; }; argument
|
H A D | 960801-1.c | 7 short s2; in f() local 19 short s2; in g() local
|
H A D | string-opt-8.c | 15 const char *s2, *s3; in main() local 235 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
H A D | string-opt-10.c | 18 const char *const s2 = ""; in main() local 80 strncat (char *s1, const char *s2, size_t n) in strncat()
|
/openbsd-src/lib/libc/string/ |
H A D | strcasecmp_l.c | 10 strcasecmp_l(const char *s1, const char *s2, in strcasecmp_l() 17 strncasecmp_l(const char *s1, const char *s2, size_t n, in strncasecmp_l()
|
H A D | wcscasecmp.c | 33 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp() 47 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp()
|
H A D | wcscasecmp_l.c | 33 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t locale) in wcscasecmp_l() 47 wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t locale) in wcsncasecmp_l()
|
H A D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() 91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | spec30.C | 34 S<int>* s2 = new(3) S<int>; in main() local 40 delete s2; in main() local
|
/openbsd-src/gnu/lib/libiberty/include/ |
H A D | filenames.h | 41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) argument 47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
H A D | filenames.h | 41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) argument 47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) argument
|
/openbsd-src/gnu/usr.bin/binutils/include/ |
H A D | filenames.h | 41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) argument 47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) argument
|
/openbsd-src/gnu/gcc/include/ |
H A D | filenames.h | 41 #define FILENAME_CMP(s1, s2) strcasecmp(s1, s2) argument 47 #define FILENAME_CMP(s1, s2) strcmp(s1, s2) argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | s.c | 5 } s1, s2; variable 8 structret (s1, i1, i2, s2) in structret() argument
|