Searched defs:strncmp (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 62 #define strncmp(_s1,_s2,_sz) VG_(strncmp)((_s1),(_s2),(_sz)) macro
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 141 #define strncmp(s1,s2,nmax) VG_(strncmp) ((s1),(s2),nmax) macro
|
D | m_gdbserver.c | 1390 if (VG_(strncmp) (iw, kw, il) == 0) { in VG_() local
|
/external/valgrind/coregrind/ |
D | m_libcbase.c | 350 Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax ) in VG_() argument 393 if (VG_(strncmp)(haystack, needle, n) == 0) in VG_() local
|
/external/webrtc/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 | 645 #define strncmp OS_DO_NOT_USE_strncmp macro
|
/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
|