|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| template<typename Character > | |
| _Success_ (return !=nullptr) static Character *__cdecl common_gets(_Out_writes_z_(result_size_in_characters) Character *const result | |
| _In_ size_t const _In_ bool const return_early_if_eof_is_first | throw () |
| char *__cdecl | gets_s (char *const result, size_t const result_size_in_characters) |
| wchar_t *__cdecl | _getws_s (wchar_t *const result, size_t const result_size_in_characters) |
| char *__cdecl | gets (char *const result) |
| wchar_t *__cdecl | _getws (wchar_t *const result) |
Variables | |
| _In_ size_t const | result_size_in_characters |
Definition at line 141 of file gets.cpp.
Referenced by cd(), cmdscanner(), confirm(), delete(), do_chmod(), domacro(), doproxy(), getit(), macdef(), main(), makedir(), mdelete(), mget(), mls(), modtime(), mput(), put(), quote(), removedir(), renamefile(), setnmap(), setpeer(), site(), sizecmd(), and user().
Definition at line 37 of file gets.cpp.