Searched refs:pszDestBegin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dtextconv.c78 char *pszDest = NULL, *pszDestBegin = NULL; local in function:winClipboardUNIXtoDOS
103 pszDestBegin = pszDest = malloc(iLength + iNewlineCount + 1);
139 *ppszData = pszDestBegin;
141 winDebug("UNIXtoDOS () - Final string:'%s'\n", pszDestBegin);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardtextconv.c85 unsigned char *pszDest = NULL, *pszDestBegin = NULL; local in function:winClipboardUNIXtoDOS
113 pszDestBegin = pszDest = malloc (iLength + iNewlineCount + 1);
152 *ppszData = pszDestBegin;
154 winDebug("UNIXtoDOS () - Final string:'%s'\n", pszDestBegin);

Completed in 4 milliseconds