Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dfscanf_s.c47 ret = vfscanf_s(stream, format, argList); in fscanf_s()
H A Dvfscanf_s.c11 * Description: vfscanf_s function
19 * The vfscanf_s function is equivalent to fscanf_s, with the variable argument list replaced by argList
20 * The vfscanf_s function reads data from the current position of stream into
40 int vfscanf_s(FILE *stream, const char *format, va_list argList) in vfscanf_s() function
46 SECUREC_ERROR_INVALID_PARAMTER("vfscanf_s"); in vfscanf_s()
58 SECUREC_ERROR_INVALID_PARAMTER("vfscanf_s"); in vfscanf_s()
/third_party/bounds_checking_function/include/
H A Dsecurec.h362 * Description: The vfscanf_s function is equivalent to fscanf_s, with the variable argument list
369 SECUREC_API int vfscanf_s(FILE *stream, const char *format, va_list argList);
526 * Description: The vfwscanf_s function is the wide-character equivalent of the vfscanf_s function

Completed in 2 milliseconds