Home
last modified time | relevance | path

Searched refs:SECUREC_FILE_STREAM_FROM_STRING (Results 1 – 3 of 3) sorted by relevance

/third_party/bounds_checking_function/src/
Dvsscanf_s.c76 SECUREC_FILE_STREAM_FROM_STRING(&fStr, buffer, count); in vsscanf_s()
Dvswscanf_s.c71 SECUREC_FILE_STREAM_FROM_STRING(&fStr, (const char *)buffer, count * sizeof(wchar_t)); in vswscanf_s()
Dsecinput.h84 #define SECUREC_FILE_STREAM_FROM_STRING(stream, buf, cnt) do { \ macro