Searched defs:strncasecmp (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/sys/lib/libkern/ |
H A D | strncasecmp.c | 36 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | strncasecmp.c | 71 strncasecmp(const char *s1, const char *s2, register size_t n) in strncasecmp() function
|
/openbsd-src/gnu/usr.bin/texinfo/intl/ |
H A D | os2compat.h | 40 #define strncasecmp strnicmp macro
|
/openbsd-src/lib/libc/string/ |
H A D | strcasecmp.c | 91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 183 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 D | Piece.xs | 276 # define strncasecmp(x,y,n) strnicmp(x,y,n) macro
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 301 WRAPPER2(int, strncasecmp, const char *s1, const char *s2, size_t n) in WRAPPER2() argument
|