HomeSort by relevance Sort by last modified time
    Searched defs:strncasecmp (Results 1 - 14 of 14) sorted by null

  /external/webkit/JavaScriptCore/wtf/
StringExtras.cpp 46 int strncasecmp(const char* s1, const char* s2, size_t len) function
StringExtras.h 77 inline int strncasecmp(const char* s1, const char* s2, size_t len) function
109 int strncasecmp(const char* s1, const char* s2, size_t len);
  /bionic/libc/string/
strcasecmp.c 90 strncasecmp(const char *s1, const char *s2, size_t n) function
  /external/tcpdump/
strcasecmp.c 81 strncasecmp(s1, s2, n) function
  /external/chromium/base/
string_util_posix.h 27 inline int strncasecmp(const char* string1, const char* string2, size_t count) { function in namespace:base
28 return ::strncasecmp(string1, string2, count);
string_util_win.h 27 inline int strncasecmp(const char* s1, const char* s2, size_t count) { function in namespace:base
  /external/e2fsprogs/intl/
os2compat.h 40 #define strncasecmp strnicmp macro
  /external/e2fsprogs/include/nonunix/
config.h 12 #define strncasecmp _strnicmp macro
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 34 #define strncasecmp strnicmp macro
  /external/wpa_supplicant/
os.h 426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n))
471 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n))
484 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
  /external/openssl/
e_os.h 682 # define strncasecmp _strnicmp macro
687 # define strncasecmp OPENSSL_strncasecmp macro
691 # define strncasecmp strnicmp macro
696 # define strncasecmp strnicmp macro
  /external/chromium/third_party/libevent/
http.c 94 #define strncasecmp _strnicmp macro
418 && strncasecmp(connection, "keep-alive", 10) == 0);
555 if (strncasecmp(url, HTTP_PREFIX, len))
    [all...]
  /external/v8/src/
platform-win32.cc 166 int strncasecmp(const char* s1, const char* s2, int n) { function
    [all...]

Completed in 174 milliseconds