Home
last modified time | relevance | path

Searched refs:gets_s (Results 1 - 2 of 2) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dgets_s.c11 * Description: gets_s function
32 * The gets_s function reads at most one less than the number of characters
35 * the first newline character ('\n'). gets_s then replaces the newline
51 char *gets_s(char *buffer, size_t destMax) in gets_s() function
60 SECUREC_ERROR_INVALID_PARAMTER("gets_s"); in gets_s()
/third_party/bounds_checking_function/include/
H A Dsecurec.h390 * Description: The gets_s function reads at most one less than the number of characters specified
396 SECUREC_API char *gets_s(char *buffer, size_t destMax);

Completed in 2 milliseconds