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

1 2

  /external/syslinux/core/
strcasecmp.c 2 * strcasecmp.c
8 int strcasecmp(const char *s1, const char *s2) function
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strcmp.c 55 strcasecmp(const char *s1, const char *s2) function
  /external/mdnsresponder/mDNSWindows/
PosixCompat.h 63 #if !defined( strcasecmp )
64 # define strcasecmp _stricmp macro
  /external/libjpeg-turbo/
tjutil.h 35 #define strcasecmp stricmp macro
  /external/libvncserver/test/
tjutil.h 35 #define strcasecmp stricmp macro
  /external/syslinux/com32/lib/
strcasecmp.c 2 * strcasecmp.c
8 int strcasecmp(const char *s1, const char *s2) function
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcasecmp.c 1 /* $OpenBSD: strcasecmp.c,v 1.7 2015/08/31 02:53:57 guenther Exp $ */
77 strcasecmp(const char *s1, const char *s2) function
88 DEF_WEAK(strcasecmp); variable
  /device/google/contexthub/firmware/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/xmlrpcpp/src/
XmlRpcUtil.h 17 # define strcasecmp _stricmp macro
20 # define strcasecmp stricmp macro
  /toolchain/binutils/binutils-2.27/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
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Comparison.c 108 strcasecmp(const char *s1, const char *s2) function
  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp macro
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 46 #undef strcasecmp macro
47 #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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 105 int __cdecl strcasecmp (const char *, const char *);
108 __CRT_INLINE int __cdecl strcasecmp (const char *__sz1, const char *__sz2) { return _stricmp (__sz1, __sz2); } function
111 #define strcasecmp _stricmp macro
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 55 #define strcasecmp _stricmp macro
  /external/e2fsprogs/misc/
util.c 54 int strcasecmp (char *s1, char *s2) function
  /external/gflags/src/
windows_port.h 105 #define strcasecmp _stricmp macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 31 static int strcasecmp (char *string1, char *string2) function
260 strcasecmp(buffer,import_python)) {
  /external/mesa3d/src/mesa/main/
imports.h 87 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
  /external/python/cpython2/Python/
dynload_win.c 31 static int strcasecmp (char *string1, char *string2) function
260 strcasecmp(buffer,import_python)) {
  /external/python/cpython3/Python/
dynload_win.c 44 static int strcasecmp (const char *string1, const char *string2) function
296 strcasecmp(buffer,import_python)) {
  /external/syslinux/gpxe/src/core/
string.c 131 int strcasecmp(const char *a, const char *b) function

Completed in 460 milliseconds

1 2