Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dswscanf_s.c11 * Description: swscanf_s function
19 * The swscanf_s function is the wide-character equivalent of the sscanf_s function
20 * The swscanf_s function reads data from buffer into the location given by
42 int swscanf_s(const wchar_t *buffer, const wchar_t *format, ...) in swscanf_s() function
/third_party/bounds_checking_function/include/
H A Dsecurec.h556 * Description: The swscanf_s function is the wide-character equivalent of the sscanf_s function
561 SECUREC_API int swscanf_s(const wchar_t *buffer, const wchar_t *format, ...);
/third_party/python/PC/
H A Dlauncher2.c1440 int n = swscanf_s(env->tag, L"%d.%d", &versionMajor, &versionMinor); in _isLegacyVersion()

Completed in 5 milliseconds