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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystrcmp.h 12 #define PyOS_strnicmp strnicmp
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystrcmp.h 12 #define PyOS_strnicmp strnicmp
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystrcmp.h 12 #define PyOS_strnicmp strnicmp
  /prebuilts/gdb/linux-x86/include/python2.7/
pystrcmp.h 12 #define PyOS_strnicmp strnicmp
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrcmp.h 12 #define PyOS_strnicmp strnicmp
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrcmp.h 12 #define PyOS_strnicmp strnicmp
  /external/e2fsprogs/intl/
os2compat.h 40 #define strncasecmp strnicmp
  /external/libjpeg-turbo/
tjutil.h 36 #define strncasecmp strnicmp
  /external/libvncserver/test/
tjutil.h 36 #define strncasecmp strnicmp
  /external/curl/lib/
strequal.c 64 return !strnicmp(first, second, max);
  /external/xmlrpcpp/src/
XmlRpcUtil.h 21 # define strncasecmp strnicmp
  /external/c-ares/
ares_strcasecmp.c 50 return strnicmp(a, b, n);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 334 while (*TokenStr != NULL && (strnicmp (*TokenStr, "COMP_NAME", 9) != 0)) {
336 if (strnicmp (*TokenStr, "COMP_LOC", 8) == 0) {
338 if (strnicmp (*TokenStr, "F", 1) == 0) {
340 } else if (strnicmp (*TokenStr, "S", 1) == 0) {
345 } else if (strnicmp (*TokenStr, "COMP_TYPE", 9) == 0) {
353 } else if (strnicmp (*TokenStr, "COMP_VER", 8) == 0) {
355 if (strnicmp (*TokenStr, "-", 1) == 0) {
363 } else if (strnicmp (*TokenStr, "COMP_BIN", 8) == 0) {
366 } else if (strnicmp (*TokenStr, "COMP_SYM", 8) == 0) {
369 } else if (strnicmp (*TokenStr, "COMP_SIZE", 9) == 0) {
    [all...]
  /external/webrtc/webrtc/base/
common.h 47 #ifndef strnicmp
48 #define strnicmp(x, y, n) strncasecmp(x, y, n) macro
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { function
win32filesystem.cc 304 return (::strnicmp(ToUtf16(pathname.pathname()).c_str(),
  /external/syslinux/gpxe/src/include/
string.h 22 int __pure strnicmp(const char *s1, const char *s2, size_t len) __nonnull;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.h 176 #define strnicmp strncasecmp macro
  /external/flac/include/share/
compat.h 95 #define FLAC__STRNCASECMP strnicmp
  /external/syslinux/gpxe/src/core/
stringextra.c 41 * strnicmp - Case insensitive, length-limited string comparison
46 int strnicmp(const char *s1, const char *s2, size_t len) function
  /external/webrtc/talk/media/devices/
devicemanager.cc 344 if (strnicmp(device_name.c_str(), exclusion_list[i],
win32devicemanager.cc 151 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix,
  /external/sqlite/dist/orig/
sqlite3ext.h 229 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
493 #define sqlite3_strnicmp sqlite3_api->strnicmp
  /external/sqlite/dist/
sqlite3ext.h 229 int (*strnicmp)(const char*,const char*,int); member in struct:sqlite3_api_routines
493 #define sqlite3_strnicmp sqlite3_api->strnicmp
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 103 int __cdecl strnicmp(const char *_Str1,const char *_Str,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_MSVC2005;

Completed in 2877 milliseconds

1 2