Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp62 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 DFuzzerTracePC.cpp348 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 Dcommon.h49 #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 D960221-1.c3 struct s2 { struct
8 foo (struct s2 *ptr) in foo() argument
/openbsd-src/usr.bin/systat/
H A Dpool.c218 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 Dpftop.c312 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 Dpragma-darwin.c22 struct s2 { short f1; int f2; }; argument
H A Dc99-flex-array-1.c6 struct s2 { int :1; int x[]; }; /* { dg-error "empty struct" "empty" } */ argument
H A Dc99-tag-1.c59 struct s2 { int i; }; in foo() struct
93 struct s2 { int i; }; in foo() struct
/openbsd-src/regress/lib/libc/regex/
H A Dt_exhaust.c74 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 Dstring-opt-9.c17 const char *const s2 = ""; in main() local
50 strcat (char *s1, const char *s2) in strcat()
H A D20000603-1.c2 struct s2 { double d; }; argument
H A D960801-1.c7 short s2; in f() local
19 short s2; in g() local
H A Dstring-opt-8.c15 const char *s2, *s3; in main() local
235 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
H A Dstring-opt-10.c18 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 Dstrcasecmp_l.c10 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 Dwcscasecmp.c33 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 Dwcscasecmp_l.c33 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 Dstrcasecmp.c77 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 Dspec30.C34 S<int>* s2 = new(3) S<int>; in main() local
40 delete s2; in main() local
/openbsd-src/gnu/lib/libiberty/include/
H A Dfilenames.h41 #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 Dfilenames.h41 #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 Dfilenames.h41 #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 Dfilenames.h41 #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 Ds.c5 } s1, s2; variable
8 structret (s1, i1, i2, s2) in structret() argument

12345678910>>...17