Lines Matching refs:stream
329 * string (specified by the argument buffer) rather than from a stream
353 * Parameter: stream - stdio file stream
357 SECUREC_API int fscanf_s(FILE *stream, const char *format, ...);
364 * Parameter: stream - stdio file stream
369 SECUREC_API int vfscanf_s(FILE *stream, const char *format, va_list argList);
391 * by destMax from the stream pointed to by stdin, into the array pointed to by buffer
517 * Parameter: stream - stdio file stream
521 SECUREC_API int fwscanf_s(FILE *stream, const wchar_t *format, ...);
527 * Parameter: stream - stdio file stream
532 SECUREC_API int vfwscanf_s(FILE *stream, const wchar_t *format, va_list argList);