HomeSort by relevance Sort by last modified time
    Searched refs:strncasecmp (Results 1 - 25 of 306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/core/
strcasecmp.c 10 return strncasecmp(s1, s2, -1);
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 44 #undef strncasecmp macro
45 #define strncasecmp _strnicmp macro
  /external/clang/test/Sema/
builtins-gnu-mode.c 14 int strncasecmp; variable
  /external/curl/include/curl/
stdcheaders.h 31 int strncasecmp(const char *, const char *, size_t);
  /external/e2fsprogs/include/nonunix/
config.h 12 #define strncasecmp _strnicmp macro
  /external/google-breakpad/src/third_party/curl/
stdcheaders.h 32 int strncasecmp(const char *, const char *, size_t);
  /bionic/tests/
strings_test.cpp 55 TEST(STRINGS_TEST, strncasecmp) {
56 ASSERT_EQ(0, strncasecmp("hello", "HELLO", 3));
57 ASSERT_EQ(0, strncasecmp("abcXX", "ABCYY", 3));
58 ASSERT_LT(strncasecmp("hello1", "hello2", 6), 0);
59 ASSERT_GT(strncasecmp("hello2", "hello1", 6), 0);
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strncasecmp.c 2 strncasecmp implementation
40 $NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $
53 __weak_alias(strncasecmp,_strncasecmp)
61 strncasecmp(const char *s1, const char *s2, size_t n)
  /bionic/libc/bionic/
strings_l.cpp 37 return strncasecmp(s1, s2, n);
  /bionic/tests/headers/posix/
strings_h.c 37 FUNCTION(strncasecmp, int (*f)(const char*, const char*, size_t));
  /external/e2fsprogs/intl/
os2compat.h 40 #define strncasecmp strnicmp macro
  /external/syslinux/com32/lib/
strncasecmp.c 2 * strncasecmp.c
8 int strncasecmp(const char *s1, const char *s2, size_t n) function
  /toolchain/binutils/binutils-2.27/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
  /external/curl/docs/examples/
chkspeed.c 74 if(strncasecmp(*argv, "-", 1) == 0) {
75 if(strncasecmp(*argv, "-H", 2) == 0) {
81 else if(strncasecmp(*argv, "-V", 2) == 0) {
86 else if(strncasecmp(*argv, "-A", 2) == 0) {
89 else if(strncasecmp(*argv, "-X", 2) == 0) {
92 else if(strncasecmp(*argv, "-T", 2) == 0) {
95 else if(strncasecmp(*argv, "-M=", 3) == 0) {
  /toolchain/binutils/binutils-2.27/cpu/
or1k.opc 65 if (strncasecmp (*strp, "plt(", 4) == 0)
94 if (strncasecmp (*strp, "hi(", 3) == 0)
115 else if (strncasecmp (*strp, "lo(", 3) == 0)
134 else if (strncasecmp (*strp, "got(", 4) == 0)
150 else if (strncasecmp (*strp, "gotpchi(", 8) == 0)
167 else if (strncasecmp (*strp, "gotpclo(", 8) == 0)
184 else if (strncasecmp (*strp, "gotoffhi(", 9) == 0)
202 else if (strncasecmp (*strp, "gotofflo(", 9) == 0)
219 else if (strncasecmp (*strp, "tlsgdhi(", 8) == 0)
237 else if (strncasecmp (*strp, "tlsgdlo(", 8) == 0
    [all...]
frv.opc     [all...]
xstormy16.opc 82 else if (strncasecmp (*strp, "rx,", 3) == 0
83 || strncasecmp (*strp, "rxl,", 3) == 0
84 || strncasecmp (*strp, "rxh,", 3) == 0)
lm32.opc 63 if (strncasecmp (*strp, "hi(", 3) == 0)
95 if (strncasecmp (*strp, "lo(", 3) == 0)
125 if (strncasecmp (*strp, "gp(", 3) == 0)
155 if (strncasecmp (*strp, "got(", 4) == 0)
185 if (strncasecmp (*strp, "gotoffhi16(", 11) == 0)
215 if (strncasecmp (*strp, "gotofflo16(", 11) == 0)
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcasecmp.c 91 strncasecmp(const char *s1, const char *s2, size_t n) function
107 DEF_WEAK(strncasecmp); variable
  /external/libusb/libusb/
strerror.c 32 #define strncasecmp _strnicmp macro
167 if (strncasecmp(usbi_locale_supported[i], locale, 2) == 0)
  /external/xmlrpcpp/src/
XmlRpcUtil.h 18 # define strncasecmp _strnicmp macro
21 # define strncasecmp strnicmp macro
  /bionic/libc/include/bits/
strcasecmp.h 40 int strncasecmp(const char* __s1, const char* __s2, size_t __n) __attribute_pure__;
  /external/libjpeg-turbo/
tjutil.h 36 #define strncasecmp strnicmp macro
  /external/libvncserver/test/
tjutil.h 36 #define strncasecmp strnicmp macro
  /toolchain/binutils/binutils-2.27/opcodes/
frv-asm.c 88 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
127 if (strncasecmp (*strp + 1, "gettlsoff(", 10) == 0)
166 if (strncasecmp (*strp + 1, "tlsoff(", 7) == 0)
205 if (strncasecmp (*strp + 1, "lo(", 3) == 0)
219 if (strncasecmp (*strp + 1, "gprello(", 8) == 0)
231 else if (strncasecmp (*strp + 1, "gotlo(", 6) == 0)
243 else if (strncasecmp (*strp + 1, "gotfuncdesclo(", 14) == 0)
255 else if (strncasecmp (*strp + 1, "gotofflo(", 9) == 0)
267 else if (strncasecmp (*strp + 1, "gotofffuncdesclo(", 17) == 0)
279 else if (strncasecmp (*strp + 1, "gottlsdesclo(", 13) == 0
    [all...]

Completed in 778 milliseconds

1 2 3 4 5 6 7 8 91011>>