/openbsd/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() 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() 205 ATTRIBUTE_INTERFACE char *strcasestr(const char *s1, const char *s2) { in strcasestr() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | warn4.C | 16 unsigned s1 = -1u; in fu() local 27 U s1 = -1u; in fU() local 38 unsigned s1 = -1; // WARNING - initialization in fs() local 49 unsigned s1 = -(-1); in fss() local 60 unsigned s1 = -0; in fsz() local
|
H A D | delete8.C | 10 S* s1; variable 35 delete s1; in main() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/25_algorithms/ |
H A D | sort.cc | 68 int s1[N]; in test01() local 85 int s1[N]; in test02() local 106 int s1[N]; in test03() local 125 int s1[N]; in test04() local 148 int s1[N]; in test05() local
|
H A D | copy.cc | 35 int s1[N]; in test01() local 46 int s1[N]; in test02() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/ |
H A D | 900107_01.C | 11 struct s1 { int s1_member1; }; struct 22 struct s1 { // gets bogus error in foo() struct 23 int s1_member1; in foo()
|
H A D | 900407_01.C | 27 struct s1 : public s0 { struct 30 s1 (); argument 33 s1::s1() : () { // ERROR - anachronism used in s1() function
|
/openbsd/regress/lib/libc/fmemopen/ |
H A D | fmemopentest.c | 28 FILE *s1, *s2; in simpletest() local 75 FILE *s1; in appendtest() local 128 FILE *s1; in updatetest() local 167 FILE *s1; in writetest() local 214 FILE *s1; in seektest() local
|
/openbsd/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/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 …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20020706-1.c | 4 typedef struct s1 struct 10 extern void bar(const struct s1 *const hdb); argument
|
H A D | 960221-1.c | 1 struct s1 { int f1; }; struct
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | pragma-darwin.c | 20 struct s1 { short f1; int f2; }; struct
|
/openbsd/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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | pr15296.c | 13 struct s1 struct 19 void f (void *, struct s1 *, const union u0 *, W, W, W) argument
|
H A D | string-opt-12.c | 15 const char *const s1 = "hello world"; in main() local 62 strcspn (const char *s1, const char *s2) in strcspn()
|
H A D | string-opt-11.c | 15 const char *const s1 = "hello world"; in main() local 62 strspn (const char *s1, const char *s2) in strspn()
|
H A D | string-opt-9.c | 16 const char *const s1 = "hello world"; in main() local 50 strcat (char *s1, const char *s2) in strcat()
|
H A D | string-opt-10.c | 17 const char *const s1 = "hello world"; in main() local 80 strncat (char *s1, const char *s2, size_t n) in strncat()
|
H A D | string-opt-8.c | 14 const char *const s1 = "hello world"; in main() local 235 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
H A D | 20000603-1.c | 1 struct s1 { double d; }; struct
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | vtable2.C | 38 void S1::s1 () in s1() function 42 void S2::s1 () in s1() function 54 void S4::s1 () in s1() function
|
/openbsd/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()
|