| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strncasecmp.c | 1 /* $NetBSD: strncasecmp.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 45 strncasecmp(const char *s1, const char *s2, size_t n) function
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| strings.in.h | 98 extern int strncasecmp (char const *s1, char const *s2, size_t n) 102 /* strncasecmp() does not work with multibyte strings: 105 # undef strncasecmp macro 107 _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character "
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| strings.in.h | 98 extern int strncasecmp (char const *s1, char const *s2, size_t n) 102 /* strncasecmp() does not work with multibyte strings: 105 # undef strncasecmp macro 107 _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character "
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| strncasecmp.c | 15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2}) 71 strncasecmp(const char *s1, const char *s2, register size_t n) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| strncasecmp.c | 15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2}) 71 strncasecmp(const char *s1, const char *s2, register size_t n) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| strncasecmp.c | 15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2}) 71 strncasecmp(const char *s1, const char *s2, register size_t n) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| strncasecmp.c | 15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2}) 71 strncasecmp(const char *s1, const char *s2, register size_t n) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| strncasecmp.c | 15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2}) 71 strncasecmp(const char *s1, const char *s2, register size_t n) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| strncasecmp.c | 15 @deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2}) 71 strncasecmp(const char *s1, const char *s2, register size_t n) function
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| strcasecmp.c | 55 int strncasecmp(const char *s1, const char *s2, size_t n) function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| strncasecmp.c | 0 /* strncasecmp.c -- case insensitive string comparator 18 __RCSID("$NetBSD: strncasecmp.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 38 strncasecmp (const char *s1, const char *s2, size_t n) function
|
| /src/external/mit/isl/dist/ |
| isl_config_post.h | 27 #define strncasecmp _strnicmp macro
|
| /src/external/bsd/libbind/dist/bsd/ |
| strcasecmp.c | 108 strncasecmp(const char *s1, const char *s2, size_t n) { function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| os2compat.h | 40 #define strncasecmp strnicmp macro
|
| /src/external/gpl2/grep/dist/intl/ |
| os2compat.h | 42 #define strncasecmp strnicmp macro
|
| /src/external/gpl2/texinfo/dist/intl/ |
| os2compat.h | 42 #define strncasecmp strnicmp macro
|
| /src/external/bsd/nsd/dist/simdzone/src/ |
| bench.c | 27 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) macro
|
| zone.c | 36 # define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) macro
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| e_os.h | 310 # define strncasecmp _strnicmp macro
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnssd_clientlib.c | 38 #define strncasecmp _strnicmp macro 83 if (p <= e && *keylen <= x[0] && !strncasecmp(key, (const char*)x+1, *keylen)) 116 if (strncasecmp((regtype + len - 4), "_tcp", 4) && strncasecmp((regtype + len - 4), "_udp", 4)) return kDNSServiceErr_BadParam;
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| e_os.h | 347 #define strncasecmp _strnicmp macro
|
| /src/crypto/external/bsd/openssl/dist/ |
| e_os.h | 422 # define strncasecmp _strnicmp macro
|
| /src/external/bsd/wpa/dist/src/utils/ |
| os.h | 549 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) 671 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| parser.h | 19 # define strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
|
| /src/lib/libc/include/ |
| namespace.h | 687 #define strncasecmp _strncasecmp macro
|