Home
last modified time | relevance | path

Searched refs:vscanf_s (Results 1 – 7 of 7) sorted by relevance

/third_party/bounds_checking_function/src/
Dscanf_s.c45 ret = vscanf_s(format, argList); in scanf_s()
Dvscanf_s.c39 int vscanf_s(const char *format, va_list argList) function
Dvfscanf_s.c50 return vscanf_s(format, argList); in vfscanf_s()
/third_party/bounds_checking_function/
DREADME.md33 - vscanf_s
DREADME.en.md36 - vscanf_s
Dlibsec_src.gni43 "//third_party/bounds_checking_function/src/vscanf_s.c",
/third_party/bounds_checking_function/include/
Dsecurec.h308 SECUREC_API int vscanf_s(const char *format, va_list argList);