HomeSort by relevance Sort by last modified time
    Searched defs:strcmp (Results 26 - 33 of 33) sorted by null

12

  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 205 int strcmp (const char *, const char *);
272 #define strcmp AsciiStrCmp macro
  /external/valgrind/coregrind/
m_libcbase.c 353 Int VG_(strcmp) ( const HChar* s1, const HChar* s2 ) function
594 if (allow_all && 0 == VG_(strcmp)(input_word, "all")) {
597 } else if (0 == VG_(strcmp)(input_word, "none")) {
611 if (0 != VG_(strcmp)(token, "-")) {
612 if (0 == VG_(strcmp)(input_word, token)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 1102 #define strcmp macro
    [all...]
  /external/clang/test/Analysis/
string.c 677 // strcmp()
680 #define strcmp BUILTIN(strcmp) macro
681 int strcmp(const char * s1, const char * s2);
686 clang_analyzer_eval(strcmp(x, y) > 0); // expected-warning{{TRUE}}
687 clang_analyzer_eval(strcmp(x, y) <= 0); // expected-warning{{FALSE}}
688 clang_analyzer_eval(strcmp(x, y) > 1); // expected-warning{{UNKNOWN}}
690 clang_analyzer_eval(strcmp(y, x) < 0); // expected-warning{{TRUE}}
691 clang_analyzer_eval(strcmp(y, x) >= 0); // expected-warning{{FALSE}}
692 clang_analyzer_eval(strcmp(y, x) < -1); // expected-warning{{UNKNOWN}
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 112 milliseconds

12