Home
last modified time | relevance | path

Searched refs:pszStr (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/cmdutils/find/
H A Dfind.c53 IN PCWSTR pszStr, in StrStrCase() argument
64 cch1 = wcslen(pszStr); in StrStrCase()
68 return (PWSTR)pszStr; in StrStrCase()
74 pszStr + i, cch2, pszSearch, cch2) == CSTR_EQUAL) in StrStrCase()
76 return (PWSTR)(pszStr + i); in StrStrCase()
83 return wcsstr(pszStr, pszSearch); in StrStrCase()
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp1485 LPWSTR pszBuffer = NULL, pszStr; in DisplayDeviceRelations() local
1513 pszStr = pszBuffer; in DisplayDeviceRelations()
1515 while (*pszStr != 0) in DisplayDeviceRelations()
1517 len = wcslen(pszStr) + 1; in DisplayDeviceRelations()
1519 SetListViewText(hwndListView, index, pszStr); in DisplayDeviceRelations()
1521 pszStr += len; in DisplayDeviceRelations()