Home
last modified time | relevance | path

Searched refs:SECUREC_STREAM_STDIN (Results 1 - 5 of 5) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dvfwscanf_s.c53 if (stream == SECUREC_STREAM_STDIN) { in vfwscanf_s()
H A Dvfscanf_s.c49 if (stream == SECUREC_STREAM_STDIN) { in vfscanf_s()
H A Dgets_s.c64 if (fgets(buffer, (int)bufferSize, SECUREC_STREAM_STDIN) != NULL) { in gets_s()
H A Dsecurecutil.h111 #ifndef SECUREC_STREAM_STDIN
112 #define SECUREC_STREAM_STDIN stdin macro
H A Dsecinput.h107 SECUREC_FILE_STREAM_INIT_FILE((stream), SECUREC_STREAM_STDIN); \

Completed in 3 milliseconds