Lines Matching refs:buffer
61 /* The src buffer is not correct and destination buffer can not be reset */
66 /* Once the error is detected, the dest buffer must be reset! Value is 22 or 128 */
71 /* The destination buffer is not long enough and destination buffer can not be reset */
76 /* Once the error is detected, the dest buffer must be reset! Value is 34 or 128 */
81 /* Once the buffer overlap is detected, the dest buffer must be reset! Value is 54 or 128 */
129 * Parameter: destMax - The maximum length of destination buffer
148 * Parameter: destMax - The maximum length of destination buffer
161 * Parameter: destMax - The maximum length of destination buffer
174 * Parameter: destMax - The maximum length of destination buffer(including the terminating null character)
186 * Parameter: destMax - The maximum length of destination buffer(including the terminating null character)
199 * Parameter: destMax - The maximum length of destination buffer(including the terminating null wide character)
212 * Parameter: destMax - The maximum length of destination buffer(including the terminating null character)
225 * Parameter: destMax - The maximum length of destination buffer(including the terminating null wide character)
240 * Parameter: destMax - The maximum length of destination buffer(including the terminating null byte '\0')
253 * Parameter: destMax - The maximum length of destination buffer(including the terminating null byte '\0')
269 * Parameter: destMax - The maximum length of destination buffer(including the terminating null byte '\0')
284 * Parameter: destMax - The maximum length of destination buffer(including the terminating null byte '\0')
297 * Parameter: destMax - The maximum length of destination buffer(including the terminating null byte '\0')
329 * string (specified by the argument buffer) rather than from a stream
330 * Parameter: buffer - read character from buffer
334 SECUREC_API int sscanf_s(const char *buffer, const char *format, ...);
341 * Parameter: buffer - read character from buffer
346 SECUREC_API int vsscanf_s(const char *buffer, const char *format, va_list argList);
391 * by destMax from the stream pointed to by stdin, into the array pointed to by buffer
392 * Parameter: buffer - destination address
393 * Parameter: destMax - The maximum length of destination buffer(including the terminating null character)
394 * Return: buffer if there was no runtime-constraint violation,If an error occurred Return: NULL.
396 SECUREC_API char *gets_s(char *buffer, size_t destMax);
405 * Parameter: destMax - The maximum length of destination buffer
418 * Parameter: destMax - The maximum length of destination buffer
431 * Parameter: destMax - The maximum length of destination buffer
443 * Parameter: destMax - The maximum length of destination buffer(including the terminating wide character)
456 * Parameter: destMax - The maximum length of destination buffer(including the terminating wide character)
469 * Parameter: destMax - The maximum length of destination buffer(including the terminating wide character)
493 * Parameter: destMax - The maximum length of destination buffer(including the terminating null)
506 * Parameter: destMax - The maximum length of destination buffer(including the terminating null)
557 * Parameter: buffer - read character from buffer
561 SECUREC_API int swscanf_s(const wchar_t *buffer, const wchar_t *format, ...);
567 * Parameter: buffer - read character from buffer
572 SECUREC_API int vswscanf_s(const wchar_t *buffer, const wchar_t *format, va_list argList);