Home
last modified time | relevance | path

Searched refs:vfwscanf_s (Results 1 - 3 of 3) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dfwscanf_s.c46 ret = vfwscanf_s(stream, format, argList); in fwscanf_s()
H A Dvfwscanf_s.c11 * Description: vfwscanf_s function
23 * The vfwscanf_s function is the wide-character equivalent of the vfscanf_s function
24 * The vfwscanf_s function reads data from the current position of stream into
44 int vfwscanf_s(FILE *stream, const wchar_t *format, va_list argList) in vfwscanf_s() function
50 SECUREC_ERROR_INVALID_PARAMTER("vfwscanf_s"); in vfwscanf_s()
62 SECUREC_ERROR_INVALID_PARAMTER("vfwscanf_s"); in vfwscanf_s()
/third_party/bounds_checking_function/include/
H A Dsecurec.h526 * Description: The vfwscanf_s function is the wide-character equivalent of the vfscanf_s function
532 SECUREC_API int vfwscanf_s(FILE *stream, const wchar_t *format, va_list argList);

Completed in 2 milliseconds