Home | History | Annotate | Download | only in inc

Lines Matching full:pstr

87 				     IN PSTR pstrSource, ULONG uSize);
119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
120 OUT PSTR pstrDest, IN ULONG ulBytes);
161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2);
201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
234 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
251 extern PSTR CSL_Strncat(IN PSTR pszDest,
252 IN PSTR pszSrc, IN DWORD dwSize);
274 extern LONG CSL_Strncmp(IN CONST PSTR pstrStr1,
275 IN CONST PSTR pstrStr2, IN DWORD n);
334 extern ULONG CSL_WcharToAnsi(OUT PSTR pstrDest,