Searched defs:strncmp (Results 1 – 10 of 10) sorted by relevance
| /external/valgrind/main/coregrind/ |
| D | m_stacktrace.c | 723 if (VG_(strncmp)(buf_lr, buf_ip, M_VG_ERRTXT)) in VG_() local 822 if (VG_(strncmp)(buf_a1, buf_a2, M_VG_ERRTXT)) in in_same_fn() local
|
| D | m_libcbase.c | 331 Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax ) in VG_() argument 374 if (VG_(strncmp)(haystack, needle, n) == 0) in VG_() local
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| D | server.h | 143 #define strncmp(s1,s2,nmax) VG_(strncmp) ((s1),(s2),nmax) macro
|
| D | m_gdbserver.c | 1351 if (VG_(strncmp) (iw, kw, il) == 0) { in VG_() local
|
| /external/valgrind/main/coregrind/m_demangle/ |
| D | vg_libciface.h | 62 #define strncmp(_s1,_s2,_sz) VG_(strncmp)((_s1),(_s2),(_sz)) macro
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | stringutils.h | 84 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strncmp() function
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 632 #define strncmp OS_DO_NOT_USE_strncmp macro
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 584 strncmp, enumerator
|
| /external/clang/test/Analysis/ |
| D | string.c | 763 #define strncmp BUILTIN(strncmp) macro
|
| /external/pcre/dist/ |
| D | pcre_internal.h | 370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
|