HomeSort by relevance Sort by last modified time
    Searched full:strcmpi (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c 3 * or strcmpi().
55 return strcmpi(s1, s2);
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 61 #define strcmpi strcmp macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
config.h 75 /* Define if you have the `strcmpi' function. */
  /ndk/sources/host-tools/make-3.81/
hash.h 177 RESULT = strcmpi ((X), (Y)); \
180 return strcmpi ((X), (Y)); \
make.h 311 /* This is only used on Windows/DOS platforms, so we assume strcmpi(). */
315 && (*(a) == '\0' || !strcmpi ((a) + 1, (b) + 1))))
326 extern int strcmpi (const char *,const char *);
vmsfunctions.c 262 strcmpi (const char *s1, const char *s2) function
readme.vms 159 Added extern strcmpi declaration to avoid 'implicitly declared' messages.
  /external/chromium_org/third_party/yasm/source/config/android/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/ios/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/linux/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/mac/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/openbsd/
config.h 68 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/config/win/
config.h 76 /* Define to 1 if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
config.h 78 /* Define if you have the `strcmpi' function. */
  /external/chromium_org/third_party/yasm/source/patched-yasm/
config.h.in 75 /* Define to 1 if you have the `strcmpi' function. */
util.h 114 # define yasm__strcasecmp(x, y) strcmpi(x, y)
configure.ac 128 AC_CHECK_FUNCS([strcasecmp strncasecmp stricmp _stricmp strcmpi])
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 42 #define strcmpi strcasecmp macro
844 if (!strcmpi(mnemonics[m].name, mn_name)) {
896 if (!strcmpi(sizeString, sizes[i].sizeString)) {
946 if (!strcmpi(kindString, kinds[i].kindString)) {
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
matlab.php 135 'stem3','str2double','str2num','strcat','strcmp','strcmpi',
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.h 159 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
unzip.c 348 /* My own strcmpi / strcasecmp */
384 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.h 159 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
unzip.c 348 /* My own strcmpi / strcasecmp */
384 If iCaseSenisivity = 2, comparision is not case sensitivity (like strcmpi
    [all...]
  /external/chromium_org/third_party/libxml/src/
triostr.c 79 # define strcasecmp(x,y) strcmpi(x,y)
    [all...]
  /external/libxml2/
triostr.c 79 # define strcasecmp(x,y) strcmpi(x,y)
    [all...]

Completed in 936 milliseconds

1 2