Home
last modified time | relevance | path

Searched defs:strncmp (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/libkern/
H A Dstrncmp.c36 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
/freebsd-src/lib/libc/string/
H A Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp62 static int internal_strcmp_strncmp(const char *s1, const char *s2, bool strncmp, in internal_strcmp_strncmp()
167 ATTRIBUTE_INTERFACE int strncmp(const char *s1, const char *s2, size_t n) { in strncmp() function
/freebsd-src/contrib/wpa/src/utils/
H A Dos.h657 #define strncmp OS_DO_NOT_USE_strncmp global() macro