Home
last modified time | relevance | path

Searched refs:vwscanf_s (Results 1 - 4 of 4) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dwscanf_s.c46 ret = vwscanf_s(format, argList); in wscanf_s()
H A Dvfwscanf_s.c54 return vwscanf_s(format, argList); in vfwscanf_s()
H A Dvwscanf_s.c11 * Description: vwscanf_s function
23 * The vwscanf_s function is the wide-character equivalent of the vscanf_s function
24 * The vwscanf_s function is the wide-character version of vscanf_s. The
44 int vwscanf_s(const wchar_t *format, va_list argList) function
54 SECUREC_ERROR_INVALID_PARAMTER("vwscanf_s");
66 SECUREC_ERROR_INVALID_PARAMTER("vwscanf_s");
/third_party/bounds_checking_function/include/
H A Dsecurec.h546 * Description: The vwscanf_s function is the wide-character equivalent of the vscanf_s function
551 SECUREC_API int vwscanf_s(const wchar_t *format, va_list argList);

Completed in 2 milliseconds