Home | History | Annotate | Download | only in platform

Lines Matching refs:StrChr

676 char* OS::StrChr(char* str, int c) {
677 return const_cast<char*>(strchr(str, c));