Searched refs:pszChars (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrpbrk.cpp35 * Find the first occurrence of a character in pszChars in pszStr.
41 _CRTIMP __checkReturn _CONST_RETURN char * __cdecl strpbrk(__in_z const char *pszStr, __in_z const char *pszChars) argument
43 _CRTIMP char * __cdecl strpbrk(const char *pszStr, const char *pszChars)
46 char *strpbrk(const char *pszStr, const char *pszChars)
56 const char *psz = pszChars;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dstring.h48 char *strpbrk(const char *pszStr, const char *pszChars)
/vbox/include/iprt/
H A Dstring.h97 char *strpbrk(const char *pszStr, const char *pszChars);
106 char *strpbrk(const char *pszStr, const char *pszChars);

Completed in 433 milliseconds