Searched refs:scanf_s (Results 1 - 2 of 2) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | scanf_s.c | 11 * Description: scanf_s function 19 * The scanf_s function is equivalent to fscanf_s with the argument stdin interposed before the arguments to scanf_s 20 * The scanf_s function reads data from the standard input stream stdin and 39 int scanf_s(const char *format, ...) in scanf_s() function
|
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 13 * such as memcpy_s, strcpy_s, wcscpy_s,strcat_s, strncat_s, sprintf_s, scanf_s, and so on. 308 * Description: The scanf_s function is equivalent to fscanf_s with the argument stdin 309 * interposed before the arguments to scanf_s 313 SECUREC_API int scanf_s(const char *format, ...); 318 * Description: The vscanf_s function is equivalent to scanf_s, with the variable argument list replaced by argList 537 * Description: The wscanf_s function is the wide-character equivalent of the scanf_s function
|
Completed in 2 milliseconds