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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp294 const char *pszKeys = RTStrStripL(KeysUtf8.c_str()); local
299 const char *psz = strstr(pszKeys, szKey);
302 if ( ( psz == pszKeys
313 Utf8StrFmt NewKeysUtf8("%s %s", pszKeys, szKey);
346 char *pszKeys;
347 int rc = RTUtf16ToUtf8(Keys.raw(), &pszKeys);
352 char *psz = strstr(pszKeys, pszKey);
355 if ( ( psz == pszKeys
371 psz = RTStrStrip(pszKeys);
377 RTStrFree(pszKeys);
[all...]

Completed in 45 milliseconds