HomeSort by relevance Sort by last modified time
    Searched refs:strnicmp (Results 1 - 25 of 34) 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
  /external/python/cpython2/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/xmlrpcpp/src/
XmlRpcUtil.h 21 # define strncasecmp strnicmp
  /external/c-ares/
ares_strcasecmp.c 50 return strnicmp(a, b, n);
  /external/python/cpython2/PC/
import_nt.c 75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1),
  /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
  /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/python/cpython2/PC/os2emx/
dlfcn.c 80 if (strnicmp(tmp->name, filename, 999) == 0)
  /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/python/cpython2/PC/bdist_wininst/
extract.c 263 if (0 == strnicmp(scheme[i].name, fname,
  /external/webrtc/talk/media/devices/
devicemanager.cc 344 if (strnicmp(device_name.c_str(), exclusion_list[i],
  /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

Completed in 1071 milliseconds

1 2