Searched defs:strcmp (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/libsodium/test/quirks/ |
H A D | quirks.h | 25 # define strcmp(s1, s2) xstrcmp(s1, s2) macro 28 strcmp(const char *s1, const char *s2) in strcmp() function
|
/freebsd/lib/libc/string/ |
H A D | strcmp.c | 41 strcmp(const char *s1, const char *s2) in strcmp() function
|
/freebsd/contrib/cortex-strings/src/thumb/ |
H A D | strcmp-armv6m.S | 58 strcmp: label
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strcmp.S | 11 .set strcmp, __strcmp define
|
/freebsd/sys/sys/ |
H A D | libkern.h | 286 #define strcmp(s1, s2) SAN_INTERCEPTOR(strcmp)((s1), (s2)) macro 291 #define strcmp(s1, s2) __builtin_strcmp((s1), (s2)) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() function
|
/freebsd/stand/i386/boot2/ |
H A D | boot2.c | 137 strcmp(const char *s1, const char *s2) in strcmp() function
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 675 #define strcmp OS_DO_NOT_USE_strcmp macro
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 471 strcmp(const char *s1, const char *s2) in strcmp() function
|