|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>#include <corecrt_stdio_config.h>#include <stdarg.h>#include <pshpack8.h>#include <poppack.h>

Go to the source code of this file.
Classes | |
| struct | _iobuf |
Macros | |
| #define | _FILE_DEFINED |
| #define | WEOF (wint_t)(0xFFFF) |
| #define | stdin (__acrt_iob_func(0)) |
| #define | stdout (__acrt_iob_func(1)) |
| #define | stderr (__acrt_iob_func(2)) |
Typedefs | |
| typedef struct _iobuf | FILE |
| #define _FILE_DEFINED |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 24 of file corecrt_wstdio.h.
| #define stderr (__acrt_iob_func(2)) |
Definition at line 52 of file corecrt_wstdio.h.
| #define stdin (__acrt_iob_func(0)) |
Definition at line 50 of file corecrt_wstdio.h.
| #define stdout (__acrt_iob_func(1)) |
Definition at line 51 of file corecrt_wstdio.h.
Definition at line 45 of file corecrt_wstdio.h.
Definition at line 4217 of file file.c.
Referenced by _putwc_nolock(), _putws(), fputwc(), fputws(), and puts_clbk_file_w().
Definition at line 91 of file fgetwc.cpp.
Definition at line 89 of file fputwc.cpp.
Definition at line 1673 of file wcs.c.
Referenced by BuildUserModeWindowStationName(), and IntResolveDesktop().
Definition at line 1493 of file wcs.c.
Referenced by _CrtDbgReportWindow(), _VCrtDbgReportW(), _wassert(), _wtmpnam(), BaseGetVdmConfigInfo(), ChildWndProc(), convert_luid_to_name(), CreateVdmMenu(), CSR_API(), DisplayStatus(), DoMessageBoxW(), dsound_enum(), DumpMemory(), EtfsOpen(), ExpLoadInitialProcess(), GetKeyName(), CTravelLog::GetToolTipText(), IniCacheAddKeyAorW(), IniCacheAddSectionAorW(), InitDialog(), IopStartRamdisk(), LdrpInitializeProcess(), LogToFile(), makestringfile(), OnCreate(), PnpRootCreateDevice(), pSetupDebugPrint(), RamdiskCreateDiskDevice(), runscriptfile(), SeGetLogonIdDeviceMap(), SepCleanupLUIDDeviceMapDirectory(), ShowLastWin32Error(), strftime_int(), SuggestKeys(), testGetIfTable(), tirpc_report(), TransformView_create_table(), TransformView_insert_row(), TreeWndNotifyProc(), UniataConnectIntr2(), UpdateServiceCount(), UpdateStatus(), UpdateVdmMenuDisks(), VfdCreateDevice(), VfdDeleteDevice(), VfdLoadLink(), VfdSetLink(), VfdStoreLink(), WhoamiGroups(), and WriteRdpFile().
| _ACRTIMP int __cdecl _snwprintf_s | ( | wchar_t * | str, |
| size_t | len, | ||
| size_t | count, | ||
| const wchar_t * | format, | ||
| ... | |||
| ) |
Definition at line 1520 of file wcs.c.
Referenced by _VCrtDbgReportW(), and common_message_window().
Definition at line 5799 of file file.c.
Referenced by ungetwc().
Definition at line 1782 of file wcs.c.
Referenced by _scwprintf(), BestFit_Write(), call_varargs(), DisplayMessage(), DisplayMessageV(), and InfoMessageBox().
Definition at line 1798 of file wcs.c.
| _ACRTIMP int __cdecl _vsnwprintf | ( | wchar_t * | str, |
| size_t | len, | ||
| const wchar_t * | format, | ||
| va_list | valist | ||
| ) |
Definition at line 1365 of file wcs.c.
| _ACRTIMP int __cdecl _vsnwprintf_s | ( | wchar_t * | str, |
| size_t | sizeOfBuffer, | ||
| size_t | count, | ||
| const wchar_t * | format, | ||
| va_list | valist | ||
| ) |
| _ACRTIMP int __cdecl _vswprintf_p_l | ( | wchar_t * | buffer, |
| size_t | length, | ||
| const wchar_t * | format, | ||
| _locale_t | locale, | ||
| va_list | args | ||
| ) |
Definition at line 1863 of file file.c.
Definition at line 4335 of file file.c.
Referenced by _wfopen_s(), compat_fopen(), DoCreateTestFile(), DoEntry(), DosBIOSInitialize(), ImportRegistryFile(), LoadBootIni(), LoadSystemIni(), OpenHostsFile(), PerformRegAction(), ReadFromFile(), reg_import(), REGPROC_open_export_file(), ResourceToFile(), ResourceToFileW(), RunScript(), SHPropertyBag_OnIniFile(), START_TEST(), Test_DelNodeW(), Test_PathProcessCommand(), TEST_Start(), txt_open_export_file(), wmain(), wWinMain(), and XCOPY_ProcessExcludeFile().
| _ACRTIMP errno_t __cdecl _wfopen_s | ( | FILE ** | pFile, |
| const wchar_t * | filename, | ||
| const wchar_t * | mode | ||
| ) |
Definition at line 4578 of file file.c.
Referenced by _wfreopen_s(), DllMain(), and freopen().
Definition at line 4254 of file file.c.
Referenced by _fsopen(), _wfopen(), LoadIniFile(), test_fopen(), and WriteIniFile().
Definition at line 1044 of file process.c.
Definition at line 4965 of file file.c.
Referenced by _wunlink(), remove(), and START_TEST().
Definition at line 3464 of file file.c.
Referenced by _tempnam().
Definition at line 5182 of file file.c.
Definition at line 3935 of file file.c.
Referenced by _fgetwchar(), _getws(), fgetws(), getwc(), test_fgetwc_locale(), and test_fgetwc_unicode().
Definition at line 4043 of file file.c.
Referenced by DosBIOSInitialize(), FindString(), InterpretInteractive(), InterpretMain(), LoadBootIni(), LoadIniFile(), LoadSystemIni(), ReadFromFile(), RunScript(), test_fgetwc(), test_file_put_get(), test_fileops(), test_fwprintf(), wmain(), and XCOPY_ProcessExcludeFile().
Definition at line 4203 of file file.c.
Referenced by _fputwchar(), _putwch(), ConWrite(), fputws(), putwc(), test_fgetwc(), test_fgetwc_unicode(), and test_fputwc().
Definition at line 4783 of file file.c.
Referenced by _putws(), ConPuts(), ConResPuts(), test_fgetwc(), and WriteIniFile().
Definition at line 5628 of file file.c.
Referenced by _wassert(), _wperror(), ConWrite(), CreatePerfWindows(), ProcessCommandLine(), test_fprintf(), and wWinMain().
Definition at line 127 of file fputwc.cpp.
Definition at line 143 of file fputwc.cpp.
| _ACRTIMP int __cdecl swprintf_s | ( | wchar_t * | str, |
| size_t | numberOfElements, | ||
| const wchar_t * | format, | ||
| ... | |||
| ) |
Definition at line 1701 of file wcs.c.
Referenced by tirpc_report().
Definition at line 438 of file scanf.c.
Referenced by ConCfgReadUserSettings(), ConvertNtPathToWin32Path(), EnumJoysticks(), CKsProxy::FindPin(), GetDelayMilliseconds(), GROUP_AddGroup(), LoadSettings(), MAIN_CreateMainWindow(), ParseCmdline(), ParseNumber(), ReadPortSettings(), SetupCopyOEMInfW(), Test_ifuncs(), test_swscanf(), test_wstrdate(), and test_wstrtime().
Definition at line 5365 of file file.c.
Referenced by _vcwprintf(), ConPrintf(), ConResPrintf(), fwprintf(), and vwprintf().
Definition at line 5373 of file file.c.
Referenced by fwprintf_s(), and vwprintf_s().
|
inlinestatic |
Definition at line 386 of file corecrt_wstdio.h.
Referenced by BlStatusPrint(), ConPrintfVPaging(), ErrorMessage(), MSI_OpenQuery(), and MSI_QueryGetRecord().
| _ACRTIMP int __cdecl vswprintf_s | ( | wchar_t * | str, |
| size_t | numberOfElements, | ||
| const wchar_t * | format, | ||
| va_list | args | ||
| ) |
Definition at line 5541 of file file.c.
Referenced by wprintf_s().