Home
last modified time | relevance | path

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

/freebsd-src/contrib/cortex-strings/src/thumb/
H A Dstrcmp-armv6m.S56 .global strcmp symbol
58 strcmp: label
/freebsd-src/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-src/lib/libc/string/
H A Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp() function
/freebsd-src/sys/sys/
H A Dlibkern.h289 #define strcmp(s1, s2) SAN_INTERCEPTOR(strcmp) global() macro
294 #define strcmp(s1, s2) __builtin_strcmp( global() macro
/freebsd-src/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-src/stand/i386/boot2/
H A Dboot2.c137 strcmp(const char *s1, const char *s2) in strcmp() function
/freebsd-src/contrib/wpa/src/utils/
H A Dos.h655 #define strcmp OS_DO_NOT_USE_strcmp global() macro
/freebsd-src/stand/powerpc/boot1.chrp/
H A Dboot1.c471 strcmp(const char *s1, const char *s2) in strcmp() function