HomeSort by relevance Sort by last modified time
    Searched defs:strncmp (Results 1 - 16 of 16) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/string/
strncmp.c 1 /* $OpenBSD: strncmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */
35 strncmp(const char *s1, const char *s2, size_t n) function
  /bionic/libc/arch-x86/generic/string/
strncmp.S 1 /* $OpenBSD: strncmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(strncmp) function
114 END(strncmp)
  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 67 ENTRY(strncmp) function
217 END(strncmp)
  /external/chromium_org/third_party/webrtc/base/
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
84 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) { function
242 return strncmp(s1, s2, n);
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 62 #define strncmp(_s1,_s2,_sz) VG_(strncmp)((_s1),(_s2),(_sz)) macro
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 143 #define strncmp(s1,s2,nmax) VG_(strncmp) ((s1),(s2),nmax) macro
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 323 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable
  /external/wpa_supplicant_8/src/utils/
os.h 532 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
631 #undef strncmp macro
632 #define strncmp OS_DO_NOT_USE_strncmp macro
  /hardware/intel/bootstub/
bootstub.c 117 int strncmp(const char *cs, const char *ct, size_t count) function
135 return !strncmp((char *)magic, (char *)BOOT_MAGIC, sizeof(BOOT_MAGIC)-1);
382 if (!strncmp(src, "capfreq=", 8)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string2.h 920 # define strncmp macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 920 # define strncmp macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 331 Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax ) function
374 if (VG_(strncmp)(haystack, needle, n) == 0)
  /external/clang/test/Analysis/
string.c 760 // strncmp()
763 #define strncmp BUILTIN(strncmp) macro
764 int strncmp(const char *s1, const char *s2, size_t n);
767 clang_analyzer_eval(strncmp("123", "123", 3) == 0); // expected-warning{{TRUE}}
772 clang_analyzer_eval(strncmp(x, "123", 3) == 0); // expected-warning{{TRUE}}
777 clang_analyzer_eval(strncmp("123", x, 3) == 0); // expected-warning{{TRUE}}
783 clang_analyzer_eval(strncmp(x, y, 3) == 0); // expected-warning{{TRUE}}
789 clang_analyzer_eval(strncmp(x, y, 3) == 1); // expected-warning{{TRUE}}
795 clang_analyzer_eval(strncmp(x, y, 3) == -1); // expected-warning{{TRUE}
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 583 /// int strncmp(const char *s1, const char *s2, size_t n);
584 strncmp, enumerator in enum:llvm::LibFunc::Func
  /external/pcre/dist/
pcre_internal.h 370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 107554 function strncmp(sp) function
    [all...]

Completed in 1207 milliseconds