HomeSort by relevance Sort by last modified time
    Searched refs:strnchr (Results 1 - 13 of 13) sorted by null

  /hardware/intel/bootstub/
bootstub.c 109 static const char *strnchr(const char *s, int c, size_t maxlen) function
382 mb.cmdline = (u32)strnchr((char *)CMDLINE_OFFSET, '$', CMDLINE_SIZE) + 1;
  /external/skia/tools/bookmaker/
bookmaker.cpp 433 const char* nextLF = this->strnchr('\n', this->fEnd);
619 const char* mc = this->strnchr(fMC, end);
    [all...]
parserCommon.cpp 115 const char* lineEnd = parser.strnchr('\n', data + size);
definition.cpp 678 const char* mark = parser.strnchr(mc, end);
756 const char* paren = methodParser.strnchr('(', methodParser.fEnd);
    [all...]
bookmaker.h 599 const char* strnchr(char ch, const char* end) const {
    [all...]
includeParser.cpp 603 && !methodParser.strnchr('~', methodParser.fEnd);
604 const char* paren = methodParser.strnchr('(', methodParser.fEnd);
    [all...]
mdOut.cpp 103 if (!t.eof() && '(' == t.peek() && t.strnchr(')', t.fEnd)) {
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp 403 const char* nextLF = this->strnchr('\n', this->fEnd);
521 const char* mc = this->strnchr(fMC, end);
    [all...]
parserCommon.cpp 115 const char* lineEnd = parser.strnchr('\n', data + size);
definition.cpp 677 const char* mark = parser.strnchr(mc, end);
755 const char* paren = methodParser.strnchr('(', methodParser.fEnd);
    [all...]
bookmaker.h 597 const char* strnchr(char ch, const char* end) const {
    [all...]
includeParser.cpp 595 && !methodParser.strnchr('~', methodParser.fEnd);
596 const char* paren = methodParser.strnchr('(', methodParser.fEnd);
    [all...]
mdOut.cpp 103 if (!t.eof() && '(' == t.peek() && t.strnchr(')', t.fEnd)) {
    [all...]

Completed in 289 milliseconds