Home
last modified time | relevance | path

Searched refs:pszOutput (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/devutils/nls2txt/
H A Dbestfit.c42 CHAR *pszOutput; in UTF8fromUNICODE() local
50 pszOutput = (CHAR *) malloc(*Size); in UTF8fromUNICODE()
51 if (pszOutput) in UTF8fromUNICODE()
53 WideCharToMultiByte(CP_UTF8, 0, pszInput, -1, pszOutput, Length, NULL, NULL); in UTF8fromUNICODE()
56 return pszOutput; in UTF8fromUNICODE()
/reactos/base/shell/cmd/
H A Dcopy.c300 LPTSTR pszOutput) in BuildFileName() argument
310 *pszOutput++ = *pszSource++; in BuildFileName()
318 *pszOutput++ = *pszSource++; in BuildFileName()
323 *pszOutput++ = *pszTarget++; in BuildFileName()
329 *pszOutput = 0; in BuildFileName()
/reactos/sdk/include/psdk/
H A Dwingdi.h3191 _In_opt_ LPCSTR pszOutput,