Home | History | Annotate | Download | only in inc

Lines Matching refs:CHAR

72  *      Convert an ansi string to a wide char string.
74 * wpstrDest: wide char buffer pointer.
78 * Number of characters copied into wpstrDest, excluding the NULL char.
103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
108 * Convert an ansi string to a wide char string.
212 * Ptr to first char matching the substring in the main string.
292 extern CHAR *CSL_Strtok(IN CHAR * ptstrSrc,
293 IN CONST CHAR * szSeparators);
312 extern CHAR *CSL_Strtokr(IN CHAR * pstrSrc,
313 IN CONST CHAR * szSeparators,
314 OUT CHAR ** ppstrCur);
320 * Convert a wide char string to an ansi string.
323 * pwszSource: wide char buffer pointer.