|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal_stdio_input.h>
Go to the source code of this file.
Macros | |
| #define | _ALLOW_OLD_VALIDATE_MACROS |
| int __cdecl __stdio_common_vfscanf | ( | unsigned __int64 const | options, |
| FILE *const | stream, | ||
| char const *const | format, | ||
| _locale_t const | locale, | ||
| va_list const | arglist | ||
| ) |
Definition at line 51 of file input.cpp.
| int __cdecl __stdio_common_vsscanf | ( | unsigned __int64 const | options, |
| char const *const | buffer, | ||
| size_t const | buffer_count, | ||
| char const *const | format, | ||
| _locale_t const | locale, | ||
| va_list const | arglist | ||
| ) |
Definition at line 113 of file input.cpp.
Referenced by vsscanf_wrapper().
| int __cdecl __stdio_common_vswscanf | ( | unsigned __int64 const | options, |
| wchar_t const *const | buffer, | ||
| size_t const | buffer_count, | ||
| wchar_t const *const | format, | ||
| _locale_t const | locale, | ||
| va_list const | arglist | ||
| ) |
|
static | ||||||||||||||||||||||||||||||||
Definition at line 20 of file input.cpp.
Referenced by __stdio_common_vfscanf(), and __stdio_common_vfwscanf().
|
static | ||||||||||||||||||||||||||||||||||||
Definition at line 77 of file input.cpp.
Referenced by __stdio_common_vsscanf(), and __stdio_common_vswscanf().