Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/libsodium/test/quirks/
H A Dquirks.h25 # 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 Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp() function
/freebsd/contrib/cortex-strings/src/thumb/
H A Dstrcmp-armv6m.S58 strcmp: label
/freebsd/lib/libc/aarch64/string/
H A Dstrcmp.S11 .set strcmp, __strcmp define
/freebsd/sys/sys/
H A Dlibkern.h286 #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 DFuzzerInterceptors.cpp175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() function
/freebsd/stand/i386/boot2/
H A Dboot2.c137 strcmp(const char *s1, const char *s2) in strcmp() function
/freebsd/contrib/wpa/src/utils/
H A Dos.h675 #define strcmp OS_DO_NOT_USE_strcmp macro
/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c471 strcmp(const char *s1, const char *s2) in strcmp() function