Searched defs:strncmp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/libkern/ |
H A D | strncmp.c | 36 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
|
/freebsd/lib/libc/string/ |
H A D | strncmp.c | 35 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strncmp.S | 11 .set strncmp, __strncmp define
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 62 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/contrib/wpa/src/utils/ |
H A D | os.h | 677 #define strncmp OS_DO_NOT_USE_strncmp macro
|