Home | History | Annotate | Download | only in inc

Lines Matching refs:IN

83  *      uSize is the number of CHARACTERS in wpstrDest, NOT the number of BYTES
84 * in wpstrDest. with a WCHAR, the number of characters is bytes/2.
87 IN PSTR pstrSource, ULONG uSize);
103 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
120 OUT PSTR pstrDest, IN ULONG ulBytes);
131 * Resources acquired in CSL_Init() are freed.
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,
202 IN DWORD cMax);
207 * Find substring in a stringn.
212 * Ptr to first char matching the substring in the main string.
219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
228 * String length in bytes.
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);
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,
331 * lNumOfChars is the number of CHARACTERS in wpstrDest, NOT the number of
335 IN WCHAR * pwszSource, IN ULONG uSize);
344 * String length in bytes.
350 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);