Searched defs:pcszFind (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp202 size_t RTCString::find(const char *pcszFind, size_t pos /*= 0*/) const argument
209 const char *pszHit = strstr(pszThis + pos, pcszFind);

Completed in 34 milliseconds