Home | History | Annotate | Download | only in inc

Lines Matching refs:CHAR

71  *      Convert an ansi string to a wide char string.
73 * wpstrDest: wide char buffer pointer.
77 * Number of characters copied into wpstrDest, excluding the NULL char.
102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
107 * Convert an ansi string to a wide char string.
211 * Ptr to first char matching the substring in the main string.
291 extern CHAR *CSL_Strtok(IN CHAR * ptstrSrc,
292 IN CONST CHAR * szSeparators);
311 extern CHAR *CSL_Strtokr(IN CHAR * pstrSrc,
312 IN CONST CHAR * szSeparators,
313 OUT CHAR ** ppstrCur);
319 * Convert a wide char string to an ansi string.
322 * pwszSource: wide char buffer pointer.