Searched refs:fscanf_s (Results 1 - 2 of 2) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | fscanf_s.c | 11 * Description: fscanf_s function 19 * The fscanf_s function is equivalent to fscanf except that the c, s, 41 int fscanf_s(FILE *stream, const char *format, ...) in fscanf_s() function
|
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 308 * Description: The scanf_s function is equivalent to fscanf_s with the argument stdin 328 * Description: The sscanf_s function is equivalent to fscanf_s, except that input is obtained from a 351 * Description: The fscanf_s function is equivalent to fscanf except that the c, s, and [ conversion specifiers 357 SECUREC_API int fscanf_s(FILE *stream, const char *format, ...); 362 * Description: The vfscanf_s function is equivalent to fscanf_s, with the variable argument list 516 * Description: The fwscanf_s function is the wide-character equivalent of the fscanf_s function
|
Completed in 3 milliseconds