HomeSort by relevance Sort by last modified time
    Searched defs:strcasecmp (Results 1 - 25 of 31) sorted by null

1 2

  /external/libjpeg-turbo/
tjutil.h 35 #define strcasecmp stricmp macro
  /external/libvncserver/test/
tjutil.h 35 #define strcasecmp stricmp macro
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcasecmp.c 1 /* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
77 strcasecmp(const char *s1, const char *s2) function
  /device/google/contexthub/lib/libc/
strcasecmp.c 1 /* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
77 strcasecmp(const char *s1, const char *s2) function
  /external/tcpdump/
strcasecmp.c 62 strcasecmp(s1, s2) function
  /external/xmlrpcpp/src/
XmlRpcUtil.h 17 # define strcasecmp _stricmp macro
20 # define strcasecmp stricmp macro
  /toolchain/binutils/binutils-2.25/libiberty/
strcasecmp.c 15 @deftypefn Supplemental int strcasecmp (const char *@var{s1}, const char *@var{s2})
24 static char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87";
72 strcasecmp(const char *s1, const char *s2) function
  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp macro
localealias.c 77 # define strcasecmp __strcasecmp macro
390 return strcasecmp (map1->alias, map2->alias);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 100 int __cdecl strcasecmp (const char *, const char *);
103 __CRT_INLINE int __cdecl strcasecmp (const char *__sz1, const char *__sz2) { return _stricmp (__sz1, __sz2); } function
106 #define strcasecmp _stricmp macro
  /external/clang/test/Sema/
builtins-gnu-mode.c 13 int strcasecmp; variable
  /external/e2fsprogs/include/nonunix/
config.h 11 #define strcasecmp _stricmp macro
unistd.h 46 #define strcasecmp _stricmp macro
  /external/c-ares/
ahost.c 54 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
97 if (!strcasecmp(optarg,"a"))
99 else if (!strcasecmp(optarg,"aaaa"))
acountry.c 71 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
567 ver_1 = (z0 == 'z' && z1 == 'z' && !strcasecmp(cname+4,nerd_ver1));
568 ver_2 = (is_addr(ccopy,&dot_4) && !strcasecmp(dot_4,nerd_ver2));
adig.c 69 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
305 if (strcasecmp(classes[i].name, optarg) == 0)
318 if (strcasecmp(types[i].name, optarg) == 0)
ares_private.h 103 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2) macro
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 33 #define strcasecmp stricmp macro
  /external/e2fsprogs/misc/
util.c 37 int strcasecmp (char *s1, char *s2) function
  /external/netperf/src/
dscp.c 45 #define strcasecmp(a,b) _stricmp(a,b) macro
145 if (strcasecmp(cp, ipqos[i].name) == 0)
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 42 #define strcasecmp _stricmp macro
  /external/wpa_supplicant_8/src/utils/
os.h 522 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
638 #define strcasecmp OS_DO_NOT_USE_strcasecmp macro
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 77 # define strcasecmp __strcasecmp macro
395 return strcasecmp (map1->alias, map2->alias);
  /external/ImageMagick/MagickCore/
nt-base.h 241 #if !defined(strcasecmp)
242 # define strcasecmp _stricmp macro
  /ndk/sources/host-tools/make-3.81/
make.h 569 # define strcasecmp stricmp
568 # define strcasecmp macro

Completed in 747 milliseconds

1 2