• Home
  • Raw
  • Download

Lines Matching full:including

8  * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
156 * Description: The strcpy_s function copies the string pointed to by strSrc (including
159 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null cha…
168 … * Description: The strncpy_s function copies not more than n successive characters (not including
171 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null cha…
181 … * Description: The strcat_s function appends a copy of the string pointed to by strSrc (including
184 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null wid…
193 …* Description: The strncat_s function appends not more than n successive characters (not including
197 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null cha…
210 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null wid…
213 * Return: the number of characters printed(not including the terminating null byte '\0'),
225 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null byt…
227 * Return: the number of characters printed(not including the terminating null byte '\0'),
238 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null by…
239 …* Parameter: count - do not write more than count bytes to strDest(not including the terminating n…
242 * Return: the number of characters printed(not including the terminating null byte '\0'),
254 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null by…
255 …* Parameter: count - do not write more than count bytes to strDest(not including the terminating n…
257 * Return: the number of characters printed(not including the terminating null byte '\0'),
269 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null by…
272 * Return: the number of characters printed(not including the terminating null byte '\0'),
282 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null by…
284 * Return: the number of characters printed(not including the terminating null byte '\0'),
378 …* Parameter: destMax - The maximum length of destination buffer(including the terminating null cha…
413 …* Description: The wcscpy_s function copies the wide string pointed to by strSrc (including theter…
425 …iption: The wcsncpy_s function copies not more than n successive wide characters (not including the
428 …* Parameter: destMax - The maximum length of destination buffer(including the terminating wide cha…
438 …iption: The wcscat_s function appends a copy of the wide string pointed to by strSrc (including the
441 …* Parameter: destMax - The maximum length of destination buffer(including the terminating wide cha…
450 …ption: The wcsncat_s function appends not more than n successive wide characters (not including the
454 …* Parameter: destMax - The maximum length of destination buffer(including the terminating wide cha…
478 … * Parameter: destMax - The maximum length of destination buffer(including the terminating null )
481 … * Return: the number of characters printed(not including the terminating null wide characte),
492 … * Parameter: destMax - The maximum length of destination buffer(including the terminating null )
494 … * Return: the number of characters printed(not including the terminating null wide characte),