HomeSort by relevance Sort by last modified time
    Searched defs:strcmp (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */
41 strcmp(const char *s1, const char *s2) function
  /bionic/libc/arch-x86/generic/string/
strcmp.S 1 /* $OpenBSD: strcmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(strcmp) function
82 END(strcmp)
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr17697-1.cpp 7 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);
pr17697-2.cpp 7 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);
  /ndk/tests/device/test-stlport_static-exception/jni/
pr17697-1.cpp 7 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);
pr17697-2.cpp 7 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);
  /bionic/libc/arch-arm/bionic/
strcmp.S 54 ENTRY(strcmp) function
317 END(strcmp)
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 61 ENTRY(strcmp) function
376 END(strcmp)
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 61 ENTRY(strcmp) function
363 /* The code from the previous version of strcmp.S handles all of the
366 * bionic/libc/arch-arm/cortex-a15/bionic/strcmp.S for the unedited
548 END(strcmp)
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 54 ENTRY(strcmp) function
317 END(strcmp)
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 61 ENTRY(strcmp) function
376 /* The code from the previous version of strcmp.S handles this
379 * previous version. See bionic/libc/arch-arm/cortex-a15/bionic/strcmp.S
486 END(strcmp)
  /bionic/libc/arch-arm64/generic/bionic/
strcmp.S 59 ENTRY(strcmp) function
162 END(strcmp)
  /external/chromium_org/third_party/icu/source/samples/coll/
coll.cpp 91 if (strcmp(pOpt->name, pArgName) == 0) {
137 int strcmp() function
253 int result = strcmp();
  /external/chromium_org/third_party/webrtc/base/
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
78 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { function
236 return strcmp(s1, s2);
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 167 int strcmp(char *s1, char *s2) { function
  /external/icu/icu4c/source/samples/coll/
coll.cpp 91 if (strcmp(pOpt->name, pArgName) == 0) {
137 int strcmp() function
253 int result = strcmp();
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 57 #define strcmp(_s1,_s2) VG_(strcmp)((_s1),(_s2)) macro
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 142 #define strcmp(s1,s2) VG_(strcmp) ((s1),(s2)) macro
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 319 INTERCEPT_LIBRARY_FUNCTION(strcmp); variable
  /external/wpa_supplicant_8/src/utils/
os.h 529 #define os_strcmp(s1, s2) strcmp((s1), (s2))
629 #undef strcmp macro
630 #define strcmp OS_DO_NOT_USE_strcmp macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string2.h 800 # define strcmp(s1, s2) \ macro
820 # define strcmp(s1, s2) \ macro
839 : strcmp (s1, s2)))); })
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 800 # define strcmp(s1, s2) \ macro
820 # define strcmp(s1, s2) \ macro
839 : strcmp (s1, s2)))); })
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 303 Int VG_(strcmp) ( const HChar* s1, const HChar* s2 ) function
524 if (0 == VG_(strcmp)(input_word, "all")) {
527 } else if (0 == VG_(strcmp)(input_word, "none")) {
541 if (0 != VG_(strcmp)(token, "-")) {
542 if (0 == VG_(strcmp)(input_word, token)) {
  /external/clang/test/Analysis/
string.c 677 // strcmp()
680 #define strcmp BUILTIN(strcmp) macro
681 int strcmp(const char * s1, const char * s2);
684 clang_analyzer_eval(strcmp("123", "123") == 0); // expected-warning{{TRUE}}
689 clang_analyzer_eval(strcmp(x, "123") == 0); // expected-warning{{TRUE}}
694 clang_analyzer_eval(strcmp("123", x) == 0); // expected-warning{{TRUE}}
700 clang_analyzer_eval(strcmp(x, y) == 0); // expected-warning{{TRUE}}
706 clang_analyzer_eval(strcmp(x, y) == 1); // expected-warning{{TRUE}}
712 clang_analyzer_eval(strcmp(x, y) == -1); // expected-warning{{TRUE}
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 567 /// int strcmp(const char *s1, const char *s2);
568 strcmp, enumerator in enum:llvm::LibFunc::Func
745 case LibFunc::memcmp: case LibFunc::strcmp: case LibFunc::strcpy:

Completed in 1758 milliseconds

1 2