Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dscanf_s.c45 ret = vscanf_s(format, argList); in scanf_s()
H A Dvfscanf_s.c50 return vscanf_s(format, argList); in vfscanf_s()
H A Dvscanf_s.c11 * Description: vscanf_s function
19 * The vscanf_s function is equivalent to scanf_s, with the variable argument list replaced by argList,
20 * The vscanf_s function reads data from the standard input stream stdin and
39 int vscanf_s(const char *format, va_list argList) function
54 SECUREC_ERROR_INVALID_PARAMTER("vscanf_s");
66 SECUREC_ERROR_INVALID_PARAMTER("vscanf_s");
/third_party/bounds_checking_function/include/
H A Dsecurec.h318 * Description: The vscanf_s function is equivalent to scanf_s, with the variable argument list replaced by argList
323 SECUREC_API int vscanf_s(const char *format, va_list argList);
546 * Description: The vwscanf_s function is the wide-character equivalent of the vscanf_s function

Completed in 2 milliseconds