Home
last modified time | relevance | path

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

12345678910>>...18

/openbsd/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()
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 Dwarn4.C16 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 Ddelete8.C10 S* s1; variable
35 delete s1; in main() local
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/25_algorithms/
H A Dsort.cc68 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 Dcopy.cc35 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 D900107_01.C11 struct s1 { int s1_member1; }; struct
22 struct s1 { // gets bogus error in foo() struct
23 int s1_member1; in foo()
H A D900407_01.C27 struct s1 : public s0 { struct
30 s1 (); argument
33 s1::s1() : () { // ERROR - anachronism used in s1() function
/openbsd/regress/lib/libc/fmemopen/
H A Dfmemopentest.c28 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 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/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 …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020706-1.c4 typedef struct s1 struct
10 extern void bar(const struct s1 *const hdb); argument
H A D960221-1.c1 struct s1 { int f1; }; struct
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dvelintrin_approx.h43 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 Dpragma-darwin.c20 struct s1 { short f1; int f2; }; struct
/openbsd/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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr15296.c13 struct s1 struct
19 void f (void *, struct s1 *, const union u0 *, W, W, W) argument
H A Dstring-opt-12.c15 const char *const s1 = "hello world"; in main() local
62 strcspn (const char *s1, const char *s2) in strcspn()
H A Dstring-opt-11.c15 const char *const s1 = "hello world"; in main() local
62 strspn (const char *s1, const char *s2) in strspn()
H A Dstring-opt-9.c16 const char *const s1 = "hello world"; in main() local
50 strcat (char *s1, const char *s2) in strcat()
H A Dstring-opt-10.c17 const char *const s1 = "hello world"; in main() local
80 strncat (char *s1, const char *s2, size_t n) in strncat()
H A Dstring-opt-8.c14 const char *const s1 = "hello world"; in main() local
235 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
H A D20000603-1.c1 struct s1 { double d; }; struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable2.C38 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 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()

12345678910>>...18