HomeSort by: relevance | last modified time | path
    Searched refs:strncasecmp (Results 1 - 25 of 612) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
selected_char_kind.c 39 if ((len == 5 && strncasecmp (name, "ascii", 5) == 0)
40 || (len == 7 && strncasecmp (name, "default", 7) == 0))
42 else if (len == 9 && strncasecmp (name, "iso_10646", 9) == 0)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
selected_char_kind.c 39 if ((len == 5 && strncasecmp (name, "ascii", 5) == 0)
40 || (len == 7 && strncasecmp (name, "default", 7) == 0))
42 else if (len == 9 && strncasecmp (name, "iso_10646", 9) == 0)
  /src/external/gpl2/texinfo/dist/lib/
strcase.h 35 extern int strncasecmp (const char *s1, const char *s2, size_t n);
  /src/external/gpl2/xcvs/dist/lib/
strcase.h 40 extern int strncasecmp (const char *s1, const char *s2, size_t n);
  /src/lib/libc/gen/
signalnumber.c 52 if (strncasecmp(name, "sig", 3) == 0)
61 if (strncasecmp(name, "rtm", 3) == 0) {
63 if (strncasecmp(name, "ax", 2) == 0)
65 else if (strncasecmp(name, "in", 2) == 0)
  /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/common/lib/libc/string/
strncasecmp.c 1 /* $NetBSD: strncasecmp.c,v 1.3 2018/08/16 12:03:10 christos Exp $ */
41 __RCSID("$NetBSD: strncasecmp.c,v 1.3 2018/08/16 12:03:10 christos Exp $");
52 __weak_alias(strncasecmp,_strncasecmp)
60 strncasecmp(const char *s1, const char *s2, size_t n)
  /src/sys/lib/libkern/arch/mips/
Makefile.inc 10 strncasecmp.c strncmp.c strncpy.c strtoul.c
  /src/external/gpl3/binutils/dist/cpu/
or1k.opc 88 if (strncasecmp (str, "plta(", 5) == 0)
93 else if (strncasecmp (str, "plt(", 4) == 0)
124 if (strncasecmp (str, "got(", 4) == 0)
129 else if (strncasecmp (str, "tlsgd(", 6) == 0)
134 else if (strncasecmp (str, "tlsldm(", 7) == 0)
139 else if (strncasecmp (str, "gottp(", 6) == 0)
248 if (strncasecmp (str, "got(", 4) == 0)
253 if (strncasecmp (str, "gotpo(", 6) == 0)
258 if (strncasecmp (str, "gottppo(", 8) == 0)
264 if (strncasecmp (str, "gotpc", 5) == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/cpu/
or1k.opc 88 if (strncasecmp (str, "plta(", 5) == 0)
93 else if (strncasecmp (str, "plt(", 4) == 0)
124 if (strncasecmp (str, "got(", 4) == 0)
129 else if (strncasecmp (str, "tlsgd(", 6) == 0)
134 else if (strncasecmp (str, "tlsldm(", 7) == 0)
139 else if (strncasecmp (str, "gottp(", 6) == 0)
248 if (strncasecmp (str, "got(", 4) == 0)
253 if (strncasecmp (str, "gotpo(", 6) == 0)
258 if (strncasecmp (str, "gottppo(", 8) == 0)
264 if (strncasecmp (str, "gotpc", 5) == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/cpu/
or1k.opc 88 if (strncasecmp (str, "plta(", 5) == 0)
93 else if (strncasecmp (str, "plt(", 4) == 0)
124 if (strncasecmp (str, "got(", 4) == 0)
129 else if (strncasecmp (str, "tlsgd(", 6) == 0)
134 else if (strncasecmp (str, "tlsldm(", 7) == 0)
139 else if (strncasecmp (str, "gottp(", 6) == 0)
248 if (strncasecmp (str, "got(", 4) == 0)
253 if (strncasecmp (str, "gotpo(", 6) == 0)
258 if (strncasecmp (str, "gottppo(", 8) == 0)
264 if (strncasecmp (str, "gotpc", 5) == 0
    [all...]
  /src/external/gpl3/gdb/dist/cpu/
or1k.opc 88 if (strncasecmp (str, "plta(", 5) == 0)
93 else if (strncasecmp (str, "plt(", 4) == 0)
124 if (strncasecmp (str, "got(", 4) == 0)
129 else if (strncasecmp (str, "tlsgd(", 6) == 0)
134 else if (strncasecmp (str, "tlsldm(", 7) == 0)
139 else if (strncasecmp (str, "gottp(", 6) == 0)
248 if (strncasecmp (str, "got(", 4) == 0)
253 if (strncasecmp (str, "gotpo(", 6) == 0)
258 if (strncasecmp (str, "gottppo(", 8) == 0)
264 if (strncasecmp (str, "gotpc", 5) == 0
    [all...]
  /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/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/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/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
option.h 19 return strncasecmp(str, cmp, len);
  /src/external/bsd/mdocml/dist/
compat_strcasestr.c 60 } while (strncasecmp(s, find, len) != 0);

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>