Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dvsscanf_s.c11 * Description: vsscanf_s function
23 * vsscanf_s
27 * The vsscanf_s function is equivalent to sscanf_s, with the variable argument list replaced by argList
28 * The vsscanf_s function reads data from buffer into the location given by
49 int vsscanf_s(const char *buffer, const char *format, va_list argList) in vsscanf_s() function
57 SECUREC_ERROR_INVALID_PARAMTER("vsscanf_s"); in vsscanf_s()
63 SECUREC_ERROR_INVALID_PARAMTER("vsscanf_s"); in vsscanf_s()
79 SECUREC_ERROR_INVALID_PARAMTER("vsscanf_s"); in vsscanf_s()
85 EXPORT_SYMBOL(vsscanf_s); variable
H A Dsscanf_s.c49 ret = vsscanf_s(buffer, format, argList); in sscanf_s()
/third_party/bounds_checking_function/include/
H A Dsecurec.h339 * Description: The vsscanf_s function is equivalent to sscanf_s, with the variable argument list
346 SECUREC_API int vsscanf_s(const char *buffer, const char *format, va_list argList);
566 * Description: The vswscanf_s function is the wide-character equivalent of the vsscanf_s function

Completed in 2 milliseconds