Home
last modified time | relevance | path

Searched defs:strncasecmp (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/lib/libkern/
H A Dstrncasecmp.c36 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
/openbsd-src/gnu/lib/libiberty/src/
H A Dstrncasecmp.c71 strncasecmp(const char *s1, const char *s2, register size_t n) in strncasecmp() function
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dos2compat.h40 #define strncasecmp strnicmp macro
/openbsd-src/lib/libc/string/
H A Dstrcasecmp.c91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp183 ATTRIBUTE_INTERFACE int strncasecmp(const char *s1, const char *s2, size_t n) { in strncasecmp() function
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs276 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c301 WRAPPER2(int, strncasecmp, const char *s1, const char *s2, size_t n) in WRAPPER2() argument