Home
last modified time | relevance | path

Searched defs:strcasecmp (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dstrcasecmp.c72 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dos2compat.h39 #define strcasecmp stricmp macro
H A Dlocalealias.c77 # define strcasecmp __strcasecmp macro
/openbsd-src/lib/libc/string/
H A Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c72 # define strcasecmp __strcasecmp macro
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dlocalealias.c81 # define strcasecmp __strcasecmp macro
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dlocalealias.c81 # define strcasecmp __strcasecmp macro
/openbsd-src/gnu/gcc/intl/
H A Dlocalealias.c77 # define strcasecmp __strcasecmp macro
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp190 ATTRIBUTE_INTERFACE int strcasecmp(const char *s1, const char *s2) { in strcasecmp() function
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c275 WRAPPER2(int, strcasecmp, const char *s1, const char *s2) in WRAPPER2() argument