Searched defs:strncmp (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/libkern/
H A Dstrncmp.c36 strncmp(const char *s1, const char *s2, size_t n) function
/freebsd-current/lib/libc/string/
H A Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp62 static int internal_strcmp_strncmp(const char *s1, const char *s2, bool strncmp, argument
167 ATTRIBUTE_INTERFACE int strncmp(const char *s1, const char *s2, size_t n) { function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp86 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h656 #undef strncmp macro
657 #define strncmp OS_DO_NOT_USE_strncmp macro

Completed in 176 milliseconds