Searched refs:strcmp (Results 1 - 25 of 1455) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash3.C3 int strcmp();
13 int strcmp(const char*, const char*);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dredecl-4.c11 int strcmp; local
14 int strcmp ();
19 /* The type of strcmp here should have no prototype. */
21 strcmp (1);
28 /* Should still diagnose incompatible prototype for strcmp. */
29 int strcmp (void); /* { dg-error "conflict" } */
H A Dc99-func-1.c7 extern int strcmp (const char *, const char *);
13 if (strcmp (__func__, "main") || sizeof (__func__) != 5)
H A Ducnid-9.c9 extern int strcmp (const char *, const char *);
16 if (strcmp (__func__, "\u00e9") != 0)
H A Dpr33919.c9 extern int strcmp (const char *, const char *);
15 if (!strcmp (pre_inc_base_file, "<command line>"))
17 if (strcmp (pre_inc_base_file, __FILE__))
19 if (strcmp (base_file, __FILE__))
21 if (strcmp (inc_base_file, __FILE__))
23 if (strcmp (nested_inc_base_file, __FILE__))
H A Dpr38616.c8 extern int strcmp (const char *, const char *);
15 return strcmp (buffer, BUFFER);
H A Dc90-impl-decl-1.c12 /* C90 subclause 7.1.7 says we can implicitly declare strcmp; C99 removes
21 return strcmp (a, b); /* { dg-bogus "implicit" "implicit declaration warning for strcmp" } */
H A Dc99-impl-decl-1.c13 /* C90 subclause 7.1.7 says we can implicitly declare strcmp; C99 removes
19 return strcmp (a, b); /* { dg-bogus "warning" "warning in place of error" } */
H A Dpr48022-2.c10 return strcmp (x, "/");
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921007-1.c1 static int strcmp(){return-1;} function
2 #define strcmp __builtin_strcmp macro
5 if(strcmp("X","X\376")>=0)abort();
H A D921006-1.c4 if(strcmp("X","")<0)abort();
H A D20001011-1.c2 extern int strcmp(const char *, const char *);
6 return strcmp(a, "main");
/haiku-buildtools/gcc/gcc/config/
H A Dwinnt-c.c39 return !strcmp(ident, "wmain")
40 || !strcmp(ident, "DllMain")
41 || !strcmp(ident, "WinMain")
42 || !strcmp(ident, "wWinMain");
/haiku-buildtools/binutils/gold/testsuite/
H A Ddynamic_list_2.cc35 if (strcmp(test_foo(), "override") != 0)
37 if (strcmp(test_bar(), "original") != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcmp.c3 Ensure all expected transformations of builtin strcmp
9 extern int strcmp (const char *, const char *);
19 if (strcmp (foo, "hello") <= 0)
21 if (strcmp (foo + 2, "llo") <= 0)
23 if (strcmp (foo, foo) != 0)
25 if (strcmp (foo, "hello world ") >= 0)
27 if (strcmp (foo + 10, "dx") >= 0)
29 if (strcmp (10 + foo, "dx") >= 0)
31 if (strcmp (bar, "") <= 0)
33 if (strcmp ("", ba
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr55525_0.c7 return strcmp(&s[1], "foo");
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dcleanup2.C3 // We decided that the call to strcmp has no side-effects because strcmp is
7 extern "C" int strcmp (const char *, const char *);
17 if(!strcmp(A(1).str(), "foo"))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr17697-1.C7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t);
17 A::strcmp (const char *s, const char *t) function in class:A
19 return ::strcmp (s, t);
25 return A::strcmp ("", x);
H A Dpr17697-2.C7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t) throw ();
17 A::strcmp (const char *s, const char *t) throw () function in class:A
19 return ::strcmp (s, t);
25 return A::strcmp ("", x);
H A Dpr17697-3.C5 extern "C" int strcmp (const char *s, const char *t);
9 extern int strcmp (const char *s, const char *t);
13 A::strcmp (const char *s, const char *t) function in class:A
15 return ::strcmp (s, t);
21 return A::strcmp ("", x);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmacroargs.c10 extern int strcmp (const char *, const char *);
17 if (strcmp (str1, "\"a\" \"\\\"a\\\"\""))
19 if (strcmp (str2, " \t \" \\t\""))
30 if (strcmp (str1, " foo bar"))
33 if (strcmp (str1, str2))
37 if (strcmp (g /* { dg-bogus "unterminated 2" } */ ("1
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dencode-1.m10 if (strcmp ("i", @encode (int)))
15 if (strcmp ("@", @encode (id)))
20 if (strcmp ("@", @encode (TestsuiteObject *)))
25 if (strcmp (":", @encode (SEL)))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c8 extern int strcmp (const char *, const char *);
28 if (strcmp (xstr (__INCLUDE_LEVEL__), "0"))
31 if (strcmp(str (__INCLUDE_LEVEL__), "__INCLUDE_LEVEL__"))
34 if (strcmp(str(), "") || strcmp(str( ), ""))
37 if (strcmp(str ("s\n"), "\"s\\n\""))
40 if (strcmp (str (a � b), "a \200 b"))
43 if (strcmp (str ( a b@ c ), "a b@ c"))
46 if (strcmp (str(a \n), "a \n"))
49 if (strcmp (strva
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcpu-h8500.c34 if (strcmp (string,"h8/500") == 0)
36 if (strcmp (string,"H8/500") == 0)
38 if (strcmp (string,"h8500") == 0)
40 if (strcmp (string,"H8500") == 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930111-1.c5 int d = strcmp(a,"-");

Completed in 321 milliseconds

1234567891011>>