Home | History | Annotate | Download | only in inc

Lines Matching refs:IN

5  *  you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
82 * uSize is the number of CHARACTERS in wpstrDest, NOT the number of BYTES
83 * in wpstrDest. with a WCHAR, the number of characters is bytes/2.
86 IN PSTR pstrSource, ULONG uSize);
102 extern INT CSL_Atoi(IN CONST CHAR * ptstrSrc);
118 extern VOID CSL_ByteSwap(IN PSTR pstrSrc,
119 OUT PSTR pstrDest, IN ULONG ulBytes);
130 * Resources acquired in CSL_Init() are freed.
160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
180 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2);
200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
201 IN DWORD cMax);
206 * Find substring in a stringn.
211 * Ptr to first char matching the substring in the main string.
218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
227 * String length in bytes.
233 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
250 extern PSTR CSL_Strncat(IN PSTR pszDest,
251 IN PSTR pszSrc, IN DWORD dwSize);
273 extern LONG CSL_Strncmp(IN CONST PSTR pstrStr1,
274 IN CONST PSTR pstrStr2, IN DWORD n);
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,
330 * lNumOfChars is the number of CHARACTERS in wpstrDest, NOT the number of
334 IN WCHAR * pwszSource, IN ULONG uSize);
343 * String length in bytes.
349 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);