HomeSort by: relevance | last modified time | path
    Searched defs:_strncasecmp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/file/dist/src/
strcasestr.c 49 _strncasecmp(const char *s1, const char *s2, size_t n) function
82 } while (_strncasecmp(s, find, len) != 0);

Completed in 16 milliseconds