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

  /external/libchrome/sandbox/win/src/
sandbox_nt_types.h 31 _strnicmpFunction _strnicmp; member in struct:sandbox::NtExports
  /external/webrtc/webrtc/base/
stringutils.h 115 inline int _strnicmp(const char* s1, const char* s2, size_t n) { function
245 return _strnicmp(s1, s2, n);

Completed in 95 milliseconds