ReactOS 0.4.16-dev-974-g5022a45
|
Go to the source code of this file.
Classes | |
struct | _iobuf |
Typedefs | |
typedef struct _iobuf | FILE |
typedef long | _off_t |
typedef long | off_t |
Variables | |
__MINGW_EXTENSION typedef long long | _off64_t |
__MINGW_EXTENSION typedef long long | off64_t |
__MINGW_EXTENSION typedef long long | fpos_t |
_CRTIMP int | _commode |
#define __need___va_list |
#define _getc_nolock | ( | _stream | ) | _fgetc_nolock(_stream) |
#define _getchar_nolock | ( | ) | _getc_nolock(stdin) |
#define _getwc_nolock | ( | _stm | ) | _fgetwc_nolock(_stm) |
#define _getwchar_nolock | ( | ) | _getwc_nolock(stdin) |
#define _putc_nolock | ( | _c, | |
_stream | |||
) | _fputc_nolock(_c,_stream) |
#define _putchar_nolock | ( | _c | ) | _putc_nolock((_c),stdout) |
#define _putwc_nolock | ( | _c, | |
_stm | |||
) | _fputwc_nolock(_c,_stm) |
#define _putwchar_nolock | ( | _c | ) | _putwc_nolock((_c),stdout) |
#define vsnprintf _vsnprintf |
Definition at line 682 of file file.c.
Referenced by Test__iob().
Referenced by _rmtmp(), and common_freopen().
_Check_return_opt_ _CRTIMP int __cdecl _fcloseall | ( | void | ) |
Definition at line 1081 of file file.c.
Referenced by __acrt_uninitialize_stdio(), msvcrt_free_io(), and test_fopen_fclose_fcloseall().
Referenced by _tWinMain(), ConStreamSetOSHandle(), and FTPRebuildConnectionInfo().
_Check_return_opt_ _CRTIMP int __cdecl _fflush_nolock | ( | _Inout_opt_ FILE * | _File | ) |
_Check_return_opt_ _CRTIMP int __cdecl _fgetchar | ( | void | ) |
_Check_return_opt_ _CRTIMP wint_t __cdecl _fgetwchar | ( | void | ) |
Referenced by fgetc(), and test_filbuf().
Referenced by __acrt_should_use_temporary_buffer(), __acrt_stdio_flush_nolock(), _fclose_nolock_internal(), _fflush_nolock_internal(), _fgetwc_nolock(), _fputwc_nolock_internal(), _fread_nolock_s(), _fwrite_nolock_internal(), _rewind_internal(), _ungetwc_nolock(), clearerr_s(), common_flush_and_write_nolock(), common_ftell_nolock(), common_ftell_read_mode_nolock(), common_ftell_translated_utf8_nolock(), common_refill_and_read_nolock(), ConStreamGetOSHandle(), ConWrite(), DllMain(), CCabinet::GetFileTimes(), GetPass(), File::length(), main(), PageCmd(), REGPROC_open_export_file(), test_fflush(), test_fopen_hints(), test_std_stream_open(), ungetwc_text_mode_nolock(), and write_buffer_nolock().
_Check_return_opt_ _CRTIMP int __cdecl _flushall | ( | void | ) |
Definition at line 893 of file file.c.
Referenced by __acrt_uninitialize(), __acrt_uninitialize_stdio(), msvcrt_free_io(), test_fflush(), and wmain().
_Check_return_opt_ _CRTIMP size_t __cdecl _fread_nolock | ( | _Out_writes_bytes_(_ElementSize *_Count) void * | _DstBuf, |
_In_ size_t | _ElementSize, | ||
_In_ size_t | _Count, | ||
_Inout_ FILE * | _File | ||
) |
_Check_return_opt_ _CRTIMP int __cdecl _fseek_nolock | ( | _Inout_ FILE * | _File, |
_In_ long | _Offset, | ||
_In_ int | _Origin | ||
) |
_Check_return_opt_ __MINGW_EXTENSION _CRTIMP int __cdecl _fseeki64 | ( | _Inout_ FILE * | _File, |
_In_ __int64 | _Offset, | ||
_In_ int | _Origin | ||
) |
Referenced by fsetpos().
_Check_return_opt_ __MINGW_EXTENSION _CRTIMP int __cdecl _fseeki64_nolock | ( | _Inout_ FILE * | _File, |
_In_ __int64 | _Offset, | ||
_In_ int | _Origin | ||
) |
_Check_return_ _CRTIMP FILE *__cdecl _fsopen | ( | _In_z_ const char * | _Filename, |
_In_z_ const char * | _Mode, | ||
_In_ int | _ShFlag | ||
) |
Referenced by fopen(), and test_fopen().
__MINGW_EXTENSION _Check_return_ _CRTIMP __int64 __cdecl _ftelli64 | ( | _Inout_ FILE * | _File | ) |
Referenced by fgetpos().
__MINGW_EXTENSION _Check_return_ _CRTIMP __int64 __cdecl _ftelli64_nolock | ( | _Inout_ FILE * | _File | ) |
_Check_return_opt_ _CRTIMP size_t __cdecl _fwrite_nolock | ( | _In_reads_bytes_(_Size *_Count) const void * | _DstBuf, |
_In_ size_t | _Size, | ||
_In_ size_t | _Count, | ||
_Inout_ FILE * | _File | ||
) |
Definition at line 2 of file ofmt_stub.c.
Definition at line 5 of file stubs.c.
Referenced by __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::type_case_n().
_Check_return_ _CRTIMP int __cdecl _getmaxstdio | ( | void | ) |
Referenced by test_readmode().
Referenced by __acrt_lock_stream_and_call(), _fclose_internal(), _fputc_internal(), _fputwc_internal(), _getw(), _putw(), _rewind_internal(), _rmtmp(), clearerr_s(), common_freopen(), common_fseek(), common_ftell(), fgetc(), fgetwc(), fread_s(), __crt_stdio_stream::lock(), throw(), ungetc(), ungetwc(), vfprintf(), vfprintf_s(), vfwprintf(), and vfwprintf_s().
Referenced by _tmain(), ForF(), recvrequest(), sendrequest(), test__popen(), and Test_popen().
_Check_return_ _CRTIMP FILE *__cdecl _popen | ( | _In_z_ const char * | _Command, |
_In_z_ const char * | _Mode | ||
) |
Referenced by _tmain(), recvrequest(), sendrequest(), test__popen(), and Test_popen().
_Check_return_opt_ _CRTIMP int __cdecl _rmtmp | ( | void | ) |
Definition at line 2094 of file file.c.
Referenced by __acrt_uninitialize_tmpfile().
_Check_return_ _CRTIMP int __cdecl _scprintf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
... | |||
) |
Referenced by _gcvt_s(), and HTTPREQ_QueryOption().
_Check_return_ _CRTIMP int __cdecl _scwprintf | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
... | |||
) |
Referenced by BuildUserModeWindowStationName(), and IntResolveDesktop().
_Check_return_opt_ _CRTIMP int __cdecl _snscanf | ( | _In_reads_bytes_(_MaxCount) _Pre_z_ const char * | _Src, |
_In_ size_t | _MaxCount, | ||
_In_z_ _Scanf_format_string_ const char * | _Format, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _snwscanf | ( | _In_reads_(_MaxCount) _Pre_z_ const wchar_t * | _Src, |
_In_ size_t | _MaxCount, | ||
_In_z_ _Scanf_format_string_ const wchar_t * | _Format, | ||
... | |||
) |
_Check_return_opt_ _CRTIMP int __cdecl _swprintf_c | ( | _Out_writes_z_(_SizeInWords) wchar_t * | _DstBuf, |
_In_ size_t | _SizeInWords, | ||
_In_z_ _Printf_format_string_ const wchar_t * | _Format, | ||
... | |||
) |
_Check_return_ _CRTIMP char *__cdecl _tempnam | ( | _In_opt_z_ const char * | _DirName, |
_In_opt_z_ const char * | _FilePrefix | ||
) |
Referenced by __acrt_lock_stream_and_call(), _fclose_internal(), _fputc_internal(), _fputwc_internal(), _getw(), _putw(), _rewind_internal(), _rmtmp(), clearerr_s(), common_freopen(), common_fseek(), common_ftell(), fgetc(), fgetwc(), fread_s(), throw(), ungetc(), ungetwc(), __crt_stdio_stream::unlock(), vfprintf(), vfprintf_s(), vfwprintf(), and vfwprintf_s().
_Check_return_ _CRTIMP int __cdecl _vscprintf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
va_list | _ArgList | ||
) |
Referenced by _scprintf(), call_varargs(), PrintMessageAnsi(), and VddDbgMsg().
_Check_return_ _CRTIMP int __cdecl _vscwprintf | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
va_list | _ArgList | ||
) |
Referenced by _scwprintf(), BestFit_Write(), call_varargs(), DisplayMessage(), DisplayMessageV(), and InfoMessageBox().
Definition at line 386 of file sprintf.c.
_CRTIMP int __cdecl _vsnwprintf | ( | wchar_t * | _Dest, |
size_t | _Count, | ||
const wchar_t * | _Format, | ||
va_list | _Args | ||
) |
Referenced by _VCrtDbgReportW(), _vsnwprintf_wrapper(), call_varargs(), DisplayMessage(), error(), FormatBox(), FormatMsg(), InfoMessageBox(), my_swprintf(), PrintStringV(), RtlpArrayVPrintfWorkerW(), RtlpStringVPrintfWorkerW(), string_error::string_error(), StringVPrintfExWorkerW(), StringVPrintfWorkerW(), swprintf(), vsnwprintf(), vswprintf(), and wstring_sprintf().
_Check_return_opt_ _CRTIMP int __cdecl _vswprintf_c | ( | _Out_writes_z_(_SizeInWords) wchar_t * | _DstBuf, |
_In_ size_t | _SizeInWords, | ||
_In_z_ _Printf_format_string_ const wchar_t * | _Format, | ||
va_list | _ArgList | ||
) |
_Check_return_ _CRTIMP FILE *__cdecl _wfdopen | ( | _In_ int | _FileHandle, |
_In_z_ const wchar_t * | _Mode | ||
) |
_Check_return_ _CRTIMP FILE *__cdecl _wfopen | ( | _In_z_ const wchar_t * | _Filename, |
_In_z_ const wchar_t * | _Mode | ||
) |
Referenced by 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().
_Check_return_ _CRTIMP FILE *__cdecl _wfreopen | ( | _In_z_ const wchar_t * | _Filename, |
_In_z_ const wchar_t * | _Mode, | ||
_Inout_ FILE * | _OldFile | ||
) |
Referenced by DllMain().
_Check_return_ _CRTIMP FILE *__cdecl _wfsopen | ( | _In_z_ const wchar_t * | _Filename, |
_In_z_ const wchar_t * | _Mode, | ||
_In_ int | _ShFlag | ||
) |
Referenced by _fsopen(), _wfopen(), LoadIniFile(), test_fopen(), and WriteIniFile().
Referenced by PerformRegAction(), ReadFromFile(), and REGPROC_open_export_file().
_Check_return_ _CRTIMP FILE *__cdecl _wpopen | ( | _In_z_ const wchar_t * | _Command, |
_In_z_ const wchar_t * | _Mode | ||
) |
Referenced by remove(), and START_TEST().
_Check_return_ _CRTIMP wchar_t *__cdecl _wtempnam | ( | _In_opt_z_ const wchar_t * | _Directory, |
_In_opt_z_ const wchar_t * | _FilePrefix | ||
) |
Referenced by read_mbr_template(), rewind(), test_fileops(), and ungetc().
Referenced by __CloseHandle(), _fcloseall(), _Filebuf_base::_M_close(), _pclose(), _rmtmp(), _wfreopen(), abort(), CCabinet::AddFile(), check_atari(), check_bitmap_data(), check_file_size(), check_for_files(), CheckForNewV3User(), checkSsiByFilelist(), cleanReq(), File::close(), CCabinet::Close(), anonymous_namespace{popen.cpp}::stream_traits::close(), close_backing_store(), close_file(), close_log_files(), close_merge_image(), CloseBookmarkFile(), CloseFile(), CloseTrace(), CCabinet::CommitDisk(), compare_export_(), compat_fclose(), concat_files(), config_load(), copy_file(), create_cache(), create_nls_file(), create_output_file(), create_sic(), CreateCaseDiff(), CreateSpecFile(), DbgHelpAddLineNumber(), CCFDATAStorage::Destroy(), disk_cleanup(), DllMain(), DoCreateTestFile(), DoEntry(), DoParsing(), DosBIOSInitialize(), DoTestEntry(), EndLog(), endnetconfig(), endrpcent(), errconfig(), export_all(), export_key(), export_registry_key(), ExportBinaryHive(), extract_test(), CCabinet::ExtractFile(), fclose_file_func(), file_exists(), fileClient(), FileExists(), ForF(), gen_add_list(), Generate(), generate_xa_rr_attributes(), get_file_data(), get_ImageBase(), get_list_blocks(), get_subtests(), GetHostnameFromCommand(), getICMPStats(), getnetconfigent(), getnetid(), GetOurHostName(), getpublicandprivatekey(), getSection(), gl_check_inputrc_for_vi(), gl_histloadfile(), gl_histsavefile(), import_certs_from_file(), ImportRegistryFile(), InfHostOpenFile(), InfHostWriteFile(), init(), init_leases_list(), init_logger_addr(), TScript::initScript(), kbd_c(), kbd_def(), kbd_h(), kbd_rc(), CDFParser::Load(), Load_CP2Unicode_Table(), load_file(), Load_OEM2Unicode_Table(), LoadBootIni(), tinyxml2::XMLDocument::LoadFile(), LoadFile(), LoadFirewallPrefs(), LoadIniFile(), LoadPrefs(), LoadSystemIni(), log_file(), logMess(), LogOpen(), LogXfer(), lwip_fuzztest(), main(), MainWndProc(), myClose(), of_help(), OpenBookmarkFile(), openSection(), OpenTmpBookmarkFile(), parse_switches(), parseAndPrintFile(), TANSIParser::ParseEscapeANSI(), PerformRegAction(), TANSIParser::PrintBuffer(), processRequest(), PutBookmark(), read_cache(), read_file(), read_input_file(), read_JPEG_file(), read_mbr_template(), read_quant_tables(), read_rcfile(), readAllPolygons(), readconfig(), ReadFromFile(), ReadHostsFile(), readSection(), recvrequest(), reg_import(), remglob(), ResourceToFile(), ResourceToFileW(), RunBookmarkEditor(), RunScript(), ruserpass(), tinyxml2::XMLDocument::SaveFile(), SavePrefs(), SdbCloseDatabase(), select_file_name(), send_file(), sendrequest(), ServiceMain(), set_LogFile(), CCabinet::SetCabinetReservedFile(), SHPropertyBag_OnIniFile(), SpoolX(), START_TEST(), FstreamTest::tellp(), test___getmainargs(), test___getmainargs_parent(), test__wfopen_s(), test_asciimode(), test_asciimode2(), test_ctrlz(), Test_DelNodeA(), Test_DelNodeW(), test_fdopen(), test_fflush(), test_fgetc(), test_fgetwc(), test_fgetwc_locale(), test_fgetwc_unicode(), test_filbuf(), test_file_put_get(), test_file_truncate(), test_filemodeT(), test_fileops(), test_flsbuf(), test_fopen(), test_fopen_exclusive(), test_fopen_fclose_fcloseall(), test_fopen_hints(), test_fopen_s(), test_fprintf(), test_fputc(), test_fputwc(), test_freopen(), test_fscanf(), test_fwprintf(), test_invalid_stdin_child(), test_iobuf_layout(), Test_PathProcessCommand(), test_pipes(), test_readboundary(), test_readmode(), test_searchenv(), TEST_Start(), test_std_stream_open(), test_unlink(), test_utf8(), test_write_flush(), CCFDATAStorage::Truncate(), txt_export_all(), txt_export_key(), unpack_iso(), verify_output_file(), wmain(), wpp_default_close(), write_casemap_file(), write_client(), write_dlldata(), write_dlldata_list(), write_header(), write_id_data(), write_if_change(), write_JPEG_file(), write_local_stubs(), write_one_file(), write_proxies(), write_regscript(), write_server(), directedLine::writeAllPolygons(), CCabinet::WriteFileToScratchStorage(), WriteIniFile(), XCOPY_ProcessExcludeFile(), xkeymap_from_locale(), xkeymap_read(), xmlMemDisplay(), xmlMemDisplayLast(), xmlMemoryDump(), xsltDocumentElem(), CDFParser::~CDFParser(), FileReporter::~FileReporter(), and TANSIParser::~TANSIParser().
_Check_return_opt_ _CRTIMP int __cdecl fcloseall | ( | void | ) |
Referenced by _fcons(), compat_fdopen(), import_certs_from_file(), main(), OpenControlConnection(), read_stdin(), test_fdopen(), test_fileops(), test_pipes(), test_readmode(), and write_stdout().
Referenced by _getw(), _tmain(), cmdscanner(), dumpHex(), dumpStr(), File::eof(), get_list_blocks(), init_leases_list(), LoadBootIni(), LoadIniFile(), LoadSystemIni(), main(), processRegLines(), readline(), test_ctrlz(), test_fileops(), test_pipes(), test_readmode(), token(), and XCOPY_ProcessExcludeFile().
Referenced by __ReadFile(), _getw(), _putw(), check_file_size(), cmdscanner(), create_output_file(), ferror_file_func(), filewrite(), gl_file(), tinyxml2::XMLDocument::LoadFile(), main(), printer_write(), printline(), printusage(), processRegLines(), read_mbr_template(), read_rcfile(), recvrequest(), sendrequest(), test_file_truncate(), test_pipes(), verify_output_file(), wmain(), and write_dlldata().
_Check_return_opt_ _CRTIMP int __cdecl fflush | ( | _Inout_opt_ FILE * | _File | ) |
Referenced by alarm_intr(), cd(), cdup(), check_blocks(), cmdabort(), cmdscanner(), CmpFileFlush(), command(), confirm(), dataconn(), delete(), disk_ioctl(), do_chmod(), domacro(), domap(), doproxy(), dprintf(), eprintf(), Error(), fclose(), fsetmode(), get_key(), GetCmd(), getit(), GetPass(), getreply(), globulize(), help(), hookup(), initconn(), InputChar(), InteractiveConsole(), lcd(), LocalListCmd(), log_debug(), log_hexdump(), login(), logMess(), ls(), lwip_fuzztest(), macdef(), main(), makedir(), mdelete(), mget(), mls(), modtime(), MonitorChildThread(), mput(), msvcrt_flush_all_buffers(), NcFTPConfirmResumeDownloadProc(), NcFTPConfirmResumeUploadProc(), newer(), OpenMsg(), OpenPager(), PrintF(), PrintStartupBanner(), PromptForBookmarkName(), proxtrans(), PrPhilBar(), PrStatBar(), ptransfer(), put(), PutCmd(), pwd(), query_done(), quote(), recvrequest(), remglob(), removedir(), rename_file(), renamefile(), restart(), rewrite_client_leases(), SaveCurrentAsBookmark(), SaveUnsavedBookmark(), sendrequest(), SendTelnetInterrupt(), serial_create(), setbell(), setcase(), setcr(), setdebug(), setform(), setglob(), sethash(), setnmap(), setntrans(), setpassive(), setpeer(), setport(), setprompt(), setrunique(), setstruct(), setsunique(), settrace(), settype(), setvbuf(), setverbose(), shell(), site(), sizecmd(), START_TEST(), status(), test_fflush(), test_std_stream_buffering(), test_write_flush_size(), throw(), usage(), user(), wintirpc_debug(), write_client_lease(), write_one_file(), WriteBmLine(), xdrstdio_destroy(), and FileReporter::~FileReporter().
Referenced by _fgetchar(), _getw(), dumpHex(), dumpStr(), fgets(), fgetwc(), fileClient(), File::get(), getc(), getchar(), gets(), tinyxml2::XMLDocument::LoadFile(), main(), test_asciimode(), test_fgetc(), test_fgetwc(), test_fileops(), test_flsbuf(), test_readboundary(), translate_files(), stdio_istreambuf::uflow(), and stdio_istreambuf::underflow().
_Check_return_opt_ _CRTIMP int __cdecl fgetchar | ( | void | ) |
Referenced by test_filbuf(), test_fileops(), and test_write_flush_size().
_Check_return_opt_ _CRTIMP char *__cdecl fgets | ( | _Out_writes_z_(_MaxCount) char * | _Buf, |
_In_ int | _MaxCount, | ||
_Inout_ FILE * | _File | ||
) |
Referenced by _tmain(), check_atari(), CheckForNewV3User(), config_load(), create_cache(), create_sic(), CreateCaseDiff(), EndLog(), FGets(), fgetws(), find_str(), gen_add_list(), get_pnames(), GetHostnameFromCommand(), getICMPStats(), File::getline(), getnetconfig(), getnetconfigent(), getnetid(), GetOurHostName(), getpublicandprivatekey(), getrpcent(), getSection(), gl_check_inputrc_for_vi(), gl_histloadfile(), import_base64_certs_from_fp(), init_logger_addr(), InteractiveConsole(), Load_CP2Unicode_Table(), Load_OEM2Unicode_Table(), LocalListCmd(), log_file(), login(), main(), NcFTPConfirmResumeDownloadProc(), NcFTPConfirmResumeUploadProc(), NextLine(), openSection(), ProcessFirewallPrefFile(), ProcessPrefsFile(), read_cache(), read_password(), read_rcfile(), ReadHostsFile(), Readline(), readline(), readSection(), remglob(), rename_file(), SaveCurrentAsBookmark(), SaveUnsavedBookmark(), test__popen(), test__popen_read_child(), test_asciimode(), test_ctrlz(), test_file_put_get(), test_fileops(), test_fprintf(), test_fwprintf(), Test_popen(), test_readmode(), translate_files(), user(), widl_getline(), and xkeymap_read().
Referenced by _fgetwchar(), _getws(), fgetws(), getwc(), test_fgetwc_locale(), and test_fgetwc_unicode().
_Check_return_opt_ _CRTIMP wchar_t *__cdecl fgetws | ( | _Out_writes_z_(_SizeInWords) wchar_t * | _Dst, |
_In_ int | _SizeInWords, | ||
_Inout_ FILE * | _File | ||
) |
_Check_return_opt_ _CRTIMP int __cdecl flushall | ( | void | ) |
_Check_return_ _CRTIMP FILE *__cdecl fopen | ( | _In_z_ const char * | _Filename, |
_In_z_ const char * | _Mode | ||
) |
Referenced by CCabinet::AddFile(), tinyxml2::callfopen(), check_atari(), check_bitmap_data(), check_for_files(), CheckForNewV3User(), checkSsiByFilelist(), CCabinet::CommitDisk(), compare_export_(), compat_fopen(), concat_files(), config_load(), copy_file(), CCFDATAStorage::Create(), create_cache(), create_nls_file(), CreateCaseDiff(), DbgHelpAddLineNumber(), disk_openimage(), DoEntry(), DoTestEntry(), EndLog(), ExportBinaryHive(), extract_test(), CCabinet::ExtractFile(), file_exists(), fileClient(), FileExists(), FileReporter::FileReporter(), fopen_file_func(), fopen_s(), gen_add_list(), Generate(), generate_xa_rr_attributes(), get_file_data(), get_ImageBase(), get_list_blocks(), get_subtests(), GetHostnameFromCommand(), getICMPStats(), getnetconfigent(), getnetid(), GetOurHostName(), getpublicandprivatekey(), getrpcent(), getSection(), gl_check_inputrc_for_vi(), gl_histloadfile(), gl_histsavefile(), InfHostOpenFile(), InfHostWriteFile(), init(), init_client(), init_leases_list(), init_logger_addr(), init_proxy(), init_server(), TScript::initScript(), jpeg_open_backing_store(), kbd_c(), kbd_def(), kbd_h(), kbd_rc(), CDFParser::Load(), Load_CP2Unicode_Table(), load_file(), Load_OEM2Unicode_Table(), LoadFile(), LoadFirewallPrefs(), LoadPrefs(), log_file(), logMess(), LogOpen(), LogXfer(), lwip_fuzztest(), main(), MainWndProc(), CCabinet::Open(), File::open(), open_log_files(), open_merge_image(), OpenBookmarkFile(), openSection(), OpenTmpBookmarkFile(), OpenTrace(), parse_switches(), parseAndPrintFile(), TANSIParser::ParseEscapeANSI(), pfopen(), processRequest(), read_cache(), read_file(), read_input_file(), read_JPEG_file(), read_mbr_template(), read_quant_tables(), read_rcfile(), readAllPolygons(), readconfig(), recvrequest(), remglob(), ResourceToFile(), rewrite_client_leases(), RunBookmarkEditor(), ruserpass(), SavePrefs(), SdbpCreate(), select_file_name(), send_file(), sendrequest(), set_LogFile(), CCabinet::SetCabinetReservedFile(), setnetconfig(), setrpcent(), SpoolX(), START_TEST(), TANSIParser::TANSIParser(), FstreamTest::tellp(), test___getmainargs(), test___getmainargs_parent(), test__wfopen_s(), test_asciimode(), test_asciimode2(), test_ctrlz(), Test_DelNodeA(), test_fflush(), test_fgetc(), test_fgetwc(), test_fgetwc_locale(), test_fgetwc_unicode(), test_filbuf(), test_file_put_get(), test_filemodeT(), test_fileops(), test_flsbuf(), test_fopen_exclusive(), test_fopen_fclose_fcloseall(), test_fopen_hints(), test_fopen_s(), test_fprintf(), test_fputc(), test_fputwc(), test_freopen(), test_fscanf(), test_fwprintf(), test_iobuf_layout(), test_readboundary(), test_searchenv(), test_std_stream_open(), test_unlink(), test_utf8(), test_write_flush(), CCFDATAStorage::Truncate(), unpack_iso(), wintirpc_debug(), wpp_default_open(), write_casemap_file(), write_client_lease(), write_dlldata(), write_dlldata_list(), write_header(), write_id_data(), write_if_change(), write_JPEG_file(), write_local_stubs(), write_one_file(), write_regscript(), directedLine::writeAllPolygons(), CCabinet::WriteFileToScratchStorage(), CDFParser::WriteInfLine(), xkeymap_open(), xmlMemDisplay(), xmlMemDisplayLast(), xmlMemoryDump(), and xsltDocumentElem().
_Check_return_opt_ _CRTIMP int __cdecl fprintf | ( | _Inout_ FILE * | _File, |
_In_z_ _Printf_format_string_ const char * | _Format, | ||
... | |||
) |
Referenced by __report_error(), __rpc_broadenable(), __rpcb_findaddr_timed(), __xprt_do_unregister(), _amsg_exit(), _assert(), _chm_decompress_block(), _getgroups(), _getopt_internal_r(), _svcauth_gss(), _TIFFPrettyPrintField(), _TIFFprintAsciiBounded(), _TIFFprintAsciiTag(), _TIFFPrintField(), _TIFFPrintFieldInfo(), _vwarnx(), aargh(), abort(), add_cache(), add_hash(), adns__vdiag(), adnsfail(), ApplyOrdinals(), arg_get_long(), arg_get_utf8(), assign_file_addresses(), assign_stub_out_args(), attributeDeclDebug(), authgss_create(), authgss_create_default(), authgss_destroy(), authgss_validate(), BackToTop(), bezierPatchMeshMake(), bezierPatchMeshNumTriangles(), bezierPatchMeshPutPatch(), buffered_fullread(), build_huffman_tree(), build_tree(), byte_till_end(), cdataBlockDebug(), change_section_attribs(), charactersDebug(), chat(), check_cache(), check_entropy(), check_for_files(), check_lame_tag(), CheckForNewV3User(), checkRecv(), CheckTestFile(), chmc_add_entry(), chmc_crunch_lzx(), chmc_section_create(), clear_output_vars(), ClickProc(), clnt_cb_thread(), clnt_pcreateerror(), clnt_perrno(), clnt_perror(), clnt_vc_create(), clnt_vc_destroy(), CloseTrace(), CommandShell(), commentDebug(), configparseerr(), ConvertCoffs(), ConvertStabs(), create_cache(), CreateOutputFile(), CreateSpecFile(), CreateTestDir(), CreateTestFile(), directedLine::cutoffPolygon(), dataconn(), DBG_check(), DbgHelpAddLineNumber(), DbgHelpAddStringToTable(), debug_error(), declare_stub_args(), decode_header(), decode_the_frame(), decodeA(), die(), disk_enum_devices(), display_dhcp_packet(), RdpClientUI::Display_DrawText(), do_layer2(), do_rva(), do_write_c_method_def(), dprintf(), dump_tree(), dump_var_desc(), DumpCharacterFontData(), DumpFont(), dumpHex(), dumpStr(), dumptype(), elementDeclDebug(), encodeA(), FileReporter::end(), end_cplusplus_guard(), endDocumentDebug(), endElementDebug(), endElementNsDebug(), OpenGLSurfaceEvaluator::endmap2f(), endnetpath(), entityDeclDebug(), eprintf(), error(), FileReporter::error(), Error(), ErrorExit(), ErrorHook(), Slicer::evalStream(), ewmh_get_window_desktop(), ExecuteKill(), externalSubsetDebug(), failure_errno(), failure_status(), fatal_error(), Fatalv(), file_put_ascii(), file_write(), file_write_http_header(), fileClient(), fill_boot_desc(), find_lease(), find_match_at(), find_or_create_directory(), fputcSocket(), fputSocket(), frame_buffercheck(), frame_cpu_opt(), free_variable(), fs_flush(), FTC_MruNode_Prepend(), FTC_MruNode_Remove(), FTC_MruNode_Up(), FTPPerror(), gen_proxy(), gen_stub(), gen_stub_thunk(), Generate(), generate_one_directory(), generate_xa_rr_attributes(), generic_msg(), get_current_desktop(), get_current_workarea(), get_property_value(), getbits(), getclnthandle(), GetCmd(), getEntityDebug(), GetExportsFromFile(), getnetconfig(), getnetconfigent(), getnetid(), getopt(), Getopt(), getpacket(), getParameterEntityDebug(), getpublicandprivatekey(), gl_histsavefile(), gluNurbsSurface(), hasExternalSubsetDebug(), hasInternalSubsetDebug(), help(), HexDump(), hookup(), ignorableWhitespaceDebug(), III_get_side_info(), indent(), init_begin(), init_finish(), init_server(), InitConnectionInfo(), InitUserInfo(), insert_file_entry(), internalSubsetDebug(), iso_connect(), isohybrid_error(), isohybrid_warning(), isStandaloneDebug(), Jobs(), kbd_c(), kbd_def(), kbd_h(), kbd_rc(), KmtUnloadDriver(), KmtUnloadDriverKeepService(), lhash_val_of_name_sys(), LIBXML_ATTR_FORMAT(), ListCmd(), LocalChdirCmd(), LocalListCmd(), log_debug(), log_hexdump(), login(), logMess(), LogOpen(), LogXfer(), Ls(), Ls1(), LsC(), LsL(), lz_analyze_block(), lz_compress(), lzx_compress_block(), lzx_output_literal(), lzx_output_match(), lzx_write_bits(), lzx_write_compressed_literals(), lzx_write_compressed_tree(), main(), make_listening_socket(), MakeArgv(), MC_sweepY(), merge_remaining_entries(), MergeStabsAndCoffs(), FileReporter::message(), MlsCmd(), mpg123_fmt2(), mpg123_fmt_all(), mpg123_fmt_none(), msg(), msg_spy_find_next_msg(), nanox_event(), nc_perror(), netfinger(), next_marker(), normalize(), notationDeclDebug(), OnCreate(), OOM(), OpenBookmarkFile(), OpenCmd(), OpenMsg(), OpenTmpBookmarkFile(), OpenTrace(), out_params(), OutOfMemory(), output_message(), Output_stublabel(), OutputAlias(), OutputError(), OutputHeader_asmstub(), OutputHeader_def(), OutputHeader_stub(), OutputLine_asmstub(), OutputLine_def(), OutputLine_def_GCC(), OutputLine_def_MS(), OutputLine_stub(), PageCmd(), parse_arguments(), parse_cmdlineargs(), parse_dhcp_options(), parse_new_id3(), parse_switches(), parseAndPrintFile(), ParseFile(), parsePath(), pdie(), pipeClient(), pipeServer(), PlotCharacter(), pp_add_macro(), pp_internal_error(), pp_pop_if(), pp_push_if(), PredictorPrintDir(), PreInit(), print(), print_access_mask(), print_condwait_status(), print_create_attributes(), print_disconnect_reason(), print_disposition(), print_dnsfail(), print_error(), print_file_id_both_dir_info(), print_hexbuf(), print_hexbuf_no_asci(), print_phase_basetype(), print_rpc_gss_sec(), print_share_mode(), print_sr_status_flags(), print_text_marker(), PrintHosts(), printline(), PrintName(), PrintNameOrImpName(), PrintNameTable(), printopts(), PrintStartupBanner(), FileReporter::printSummary(), PrintUsage(), process_comment(), process_data(), process_dhcp_packet(), process_extra(), process_file(), process_long_option(), process_picture(), RequestHandler::process_request(), process_text(), processingInstructionDebug(), ProcessRelocations(), proclog(), FileReporter::progress(), promote_framename(), proxy_free_variables(), PrPhilBar(), PrSizeAndRateMeter(), PrStatBar(), PutBookmark(), PutCmd(), rdp2vnc_connect(), rdpsnd_process_negotiate(), read_frame(), read_JPEG_file(), read_merging_directory(), read_password(), read_quant_tables(), read_rcfile(), read_stdin(), recvrequest(), referenceDebug(), registerNode(), release_lease(), resolveEntityDebug(), rpc_broadcast_exp(), WriterThread::Run(), run_rapps(), RunBatch(), RunBookmarkEditor(), ruserpass(), SaveCurrentAsBookmark(), SavePrefs(), scan_directory_tree(), search_tree_file(), select_transform(), sendrequest(), SendTelnetInterrupt(), ServeOneClient(), Server(), set_quant_slots(), set_sample_factors(), SetAnonPass(), SetAutoAscii(), SetAutoResume(), SetAutoSaveChangesToExistingBookmarks(), SetConfirmClose(), SetConnTimeout(), SetCtrlTimeout(), setDocumentLocatorDebug(), SetLogSize(), SetNoAds(), SetOneTimeMessages(), SetPager(), SetPassive(), SetRedialDelay(), SetSavePasswords(), SetSOBufsize(), SetStartupURL(), setup_tables(), SetXferTimeout(), SetXtermTitle(), SetXtTitle(), showVersion(), sic_list(), skip_junk(), sort_n_finish(), SpoolGetCmd(), SpoolPutCmd(), SpoolX(), start_cplusplus_guard(), START_TEST(), startDocumentDebug(), startElementDebug(), startElementNsDebug(), sunboot_write(), susage(), svc_getreqset(), svcauth_gss_accept_sec_context(), sweepY(), synth_ntom_set_step(), sysfail(), test_decodeNameConstraints(), test_fprintf(), test_fscanf(), test_iobuf_layout(), TEST_Start(), test_std_stream_buffering(), testSAX(), textAsk(), textDelta(), textStep(), TIFFPrintDirectory(), TIM_SORT_RESIZE(), Trace(), try_query_param(), try_start_stop(), tx_compress_dxtn(), ui_create_window(), ui_draw_text(), unimpl(), unixErrorHandler(), unixWarningHandler(), unparsedEntityDeclDebug(), RequestHandler::urldec(), usage(), Usage(), usageerr(), user(), userlist(), verr(), verrx(), vwarn(), vwarnx(), WaitForConnect(), warning(), wave_out_close(), wave_out_open(), wave_out_set_format(), wave_out_volume(), wave_out_write(), wetwork(), Win32ErrorHandler(), Win32WarningHandler(), WindowThreadProc(), WinMain(), wmain(), write_args(), write_checksums(), write_client_call_routine(), write_client_func_decl(), write_client_ifaces(), write_client_lease(), write_client_routines(), write_clientinterfacedecl(), write_coclass(), write_coclass_forward(), write_com_interface_end(), write_com_interface_start(), write_context_handle_rundowns(), write_cpp_method_def(), write_declaration(), write_dispatchtable(), write_dlldata_list(), write_endpoints(), write_enums(), write_exceptions(), write_expr(), write_expr_eval_routine_list(), write_expr_eval_routines(), write_fields(), write_files(), write_formatstringsdecl(), write_forward(), write_full_pointer_free(), write_full_pointer_init(), write_func_param_struct(), write_function_proto(), write_function_stub(), write_generic_handle_routines(), write_guid(), write_header(), write_header_stmts(), write_id_data(), write_id_guid(), write_if_change(), write_implicithandledecl(), write_import(), write_inline_wrappers(), write_ip_tfs(), write_JPEG_file(), write_library(), write_line(), write_local_stubs(), write_locals(), write_method_macro(), write_method_proto(), write_nonsimple_pointer(), write_one_file(), write_packet(), write_parameter_conf_or_var_exprs(), write_parameters_init(), write_pointer_left(), write_proxy(), write_proxy_routines(), write_remoting_arg(), write_rpc_interface_end(), write_rpc_interface_start(), write_serialize_function(), write_server_stmts(), write_serverinterfacedecl(), write_stdout(), write_stub_methods(), write_stubdescdecl(), write_stubdescriptor(), write_type_definition(), write_type_left(), write_type_right(), write_type_v(), write_typedef(), write_user_quad_list(), write_user_types(), write_uuid_decl(), directedLine::writeAllPolygons(), WriteBmLine(), WriteDefaultFirewallPrefs(), WriteTable(), xmlCheckVersion(), xmlDictAddQString(), xmlDictAddString(), xmlDictCreate(), xmlDictCreateSub(), xmlDictGrow(), xmlInitializeGlobalState(), xmllintExternalEntityLoader(), xmlMemDisplay(), xmlMemDisplayLast(), xmlMemShow(), xmlPrintURI(), xprt_register(), xsltDebugDumpExtensions(), xsltDebugDumpExtensionsCallback(), xsltDebugDumpExtModulesCallback(), xsltInitAllDocKeys(), xsltInitCtxtKey(), xsltInitCtxtKeys(), xsltInitDocKeyTable(), xsltPatPushState(), and xsltTestCompMatch().
Referenced by _fputchar(), _TIFFPrettyPrintField(), _TIFFprintAsciiBounded(), configparseerr(), fileClient(), main(), msg(), stdio_ostreambuf::overflow(), TANSIParser::PrintBuffer(), File::put(), putc(), putchar(), test_ctrlz(), test_fgetc(), test_fgetwc(), test_flsbuf(), test_fputc(), textDir(), textOut(), textStatus(), textTag(), TIFFPrintDirectory(), translate_char(), ui_create_glyph(), usage(), write_endpoints(), write_func_param_struct(), write_rundown_routines(), and write_type_v().
Referenced by ios_base::_M_throw_failure(), adns__vdiag(), EndLog(), fdom_split(), GetPass(), LocalListCmd(), main(), poll(), print_dnsfail(), printhelp(), printline(), printusage(), process_file(), REGPROC_open_export_file(), REGPROC_write_line(), test__popen(), test_asciimode(), test_ctrlz(), test_fgetwc(), test_file_put_get(), textDelta(), textDir(), textError(), textOut(), textStatus(), textStep(), textTag(), textWarning(), TIFFPrintDirectory(), ui_create_glyph(), usage(), Usage(), usageerr(), and write_if_change().
Referenced by _fputwchar(), _putwch(), ConWrite(), fputws(), test_fgetwc(), test_fgetwc_unicode(), and test_fputwc().
Referenced by ConPuts(), ConResPuts(), test_fgetwc(), and WriteIniFile().
_Check_return_opt_ _CRTIMP size_t __cdecl fread | ( | _Out_writes_bytes_(_ElementSize *_Count) void * | _DstBuf, |
_In_ size_t | _ElementSize, | ||
_In_ size_t | _Count, | ||
_Inout_ FILE * | _File | ||
) |
Referenced by __MapViewOfFile(), __ReadFile(), _Filebuf_base::_M_read(), checkSsiByFilelist(), CmpFileRead(), compare_export_(), copy_file(), disk_read(), fread_file_func(), generate_xa_rr_attributes(), get_file_data(), get_ImageBase(), get_lineA(), get_lineW(), get_subtests(), GetBuff(), import_registry_file(), InfHostOpenFile(), CDFParser::Load(), load_file(), LoadFile(), tinyxml2::XMLDocument::LoadFile(), lwip_fuzztest(), main(), MainWndProc(), myRead(), parseAndPrintFile(), processRequest(), File::read(), read_file(), read_input_file(), read_mbr_template(), CCFDATAStorage::ReadBlock(), CCabinet::ReadBlock(), reg_import(), send_file(), CCabinet::SetCabinetReservedFile(), test__wfopen_s(), test_asciimode(), test_asciimode2(), test_fdopen(), test_fflush(), test_filemodeT(), test_fileops(), test_fopen_s(), test_fputwc(), test_freopen(), test_invalid_stdin_child(), test_pipes(), test_readmode(), test_write_flush_size(), wpp_default_read(), write_if_change(), write_one_file(), write_str_file(), CCabinet::WriteFileToScratchStorage(), xdrstdio_getbytes(), and xdrstdio_getlong().
_Check_return_ _CRTIMP FILE *__cdecl freopen | ( | _In_z_ const char * | _Filename, |
_In_z_ const char * | _Mode, | ||
_Inout_ FILE * | _File | ||
) |
Referenced by main(), test_freopen(), test_std_stream_buffering(), test_std_stream_open(), and xfwrite().
_Check_return_ _CRTIMP int __cdecl fscanf | ( | _Inout_ FILE * | _File, |
_In_z_ _Scanf_format_string_ const char * | _Format, | ||
... | |||
) |
Referenced by get_list_blocks(), GetScreenColumns(), init_leases_list(), readAllPolygons(), test_fprintf(), test_fscanf(), and test_std_stream_buffering().
_Check_return_opt_ _CRTIMP int __cdecl fseek | ( | _Inout_ FILE * | _File, |
_In_ long | _Offset, | ||
_In_ int | _Origin | ||
) |
Referenced by __GetFileSizeEx(), __MapViewOfFile(), __SetFilePointer(), _fcons(), checkSsiByFilelist(), CmpFileRead(), CmpFileWrite(), compare_export_(), CreateOutputFile(), disk_ioctl(), disk_read(), disk_write(), ExportBinaryHive(), CCabinet::ExtractFile(), FileSize(), fseek_file_func(), get_file_data(), get_ImageBase(), GetSizeOfFile(), InfHostOpenFile(), load_file(), LoadFile(), tinyxml2::XMLDocument::LoadFile(), main(), MainWndProc(), CCabinet::Open(), processRequest(), read_backing_store(), read_file(), read_input_file(), CCabinet::ReadDataBlocks(), CCabinet::ReadFileTable(), CCabinet::ReadString(), recvrequest(), rewind(), File::seek(), CCFDATAStorage::Seek(), send_file(), sendrequest(), test_asciimode(), test_fileops(), test_readboundary(), test_readmode(), test_write_flush_size(), write_backing_store(), write_if_change(), write_one_file(), and xdrstdio_setpos().
Referenced by test_fileops().
Referenced by __GetFileSizeEx(), checkSsiByFilelist(), compare_export_(), disk_ioctl(), FileSize(), ftell_file_func(), get_file_data(), GetSizeOfFile(), InfHostOpenFile(), load_file(), LoadFile(), tinyxml2::XMLDocument::LoadFile(), main(), CCFDATAStorage::Position(), processRequest(), read_file(), read_input_file(), send_file(), FstreamTest::tellp(), test_asciimode(), test_ctrlz(), test_fgetwc(), test_filbuf(), test_fprintf(), test_freopen(), test_fwprintf(), test_readmode(), write_if_change(), xdrstdio_getpos(), and xfwrite().
_Check_return_opt_ _CRTIMP int __cdecl fwprintf | ( | _Inout_ FILE * | _File, |
_In_z_ _Printf_format_string_ const wchar_t * | _Format, | ||
... | |||
) |
Referenced by _wperror(), ConWrite(), CreatePerfWindows(), ProcessCommandLine(), test_fprintf(), and wWinMain().
_Check_return_opt_ _CRTIMP size_t __cdecl fwrite | ( | _In_reads_bytes_(_Size *_Count) const void * | _Str, |
_In_ size_t | _Size, | ||
_In_ size_t | _Count, | ||
_Inout_ FILE * | _File | ||
) |
Referenced by _Filebuf_base::_M_write(), _putws(), _RunRemoteTest(), check_bitmap_data(), CmpFileWrite(), CCabinet::CommitDataBlocks(), ConWrite(), copy_file(), create_nls_file(), CreateOutputFile(), disk_ioctl(), disk_write(), DoTestEntry(), extract_test(), CCabinet::ExtractFile(), filewrite(), fputs(), fputwc(), fputws(), fwrite_file_func(), InfHostWriteFile(), main(), TANSIParser::ParseBuffer(), pipeClient(), pipeServer(), printer_write(), process_file_data(), processRequest(), puts(), REGPROC_open_export_file(), REGPROC_write_line(), ResourceToFile(), ResourceToFileW(), SdbpFlush(), test__wfopen_s(), test_asciimode2(), test_fflush(), test_fgetwc_locale(), test_fgetwc_unicode(), test_filbuf(), test_filemodeT(), test_fopen_s(), test_freopen(), test_invalid_stdin_child(), test_readboundary(), test_write_flush_size(), txt_fputs(), txt_open_export_file(), wpp_default_write(), File::write(), write_casemap_file(), write_if_change(), write_lb_ranges(), write_line(), write_regscript(), write_unicode2cp_table(), CCFDATAStorage::WriteBlock(), CCabinet::WriteCabinetHeader(), CCabinet::WriteFileEntries(), CCabinet::WriteFolderEntries(), CDFParser::WriteInfLine(), WriteLine(), xawrite(), xdrstdio_putbytes(), xdrstdio_putlong(), xfwrite(), and xmlBufDump().
_Check_return_ _CRTIMP int __cdecl fwscanf | ( | _Inout_ FILE * | _File, |
_In_z_ _Scanf_format_string_ const wchar_t * | _Format, | ||
... | |||
) |
_Check_return_ _CRTIMP int __cdecl getchar | ( | void | ) |
Definition at line 3629 of file file.c.
Referenced by FSE_normalizeCount(), get_key(), macdef(), main(), Main(), and printWindowsError().
Definition at line 3645 of file file.c.
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().
Referenced by _wperror(), ADsGetLastError(), check_atari(), check_file_size(), command(), count_blocks(), CreateOutputFile(), dataconn(), disk_close(), disk_create(), disk_query_directory(), disk_query_information(), disk_query_volume_information(), disk_read(), disk_set_information(), disk_write(), fs_open(), ftruncate_growable(), Generate(), getit(), hookup(), init_leases_list(), initconn(), Jobs(), lcd(), LocalChdirCmd(), LocalMkdirCmd(), LocalRenameCmd(), LocalRmCmd(), LocalRmdirCmd(), main(), MakeDirectory(), MkSpoolDir(), netfinger(), NotifyInfo(), open_tcp_connect(), OpenTmpBookmarkFile(), parallel_create(), PerformRegAction(), printercache_mkdir(), printercache_save_blob(), process_data(), processRegLines(), proxtrans(), PutBookmark(), rd_open_file(), rd_pstcache_mkdir(), read_line(), read_pipe(), recvrequest(), REGPROC_open_export_file(), reset(), rpc_broadcast_exp(), WriterThread::Run(), RunBatch(), ruserpass(), save_licence(), SavePrefs(), sendrequest(), serial_create(), Server(), shell(), ShellCmd(), SpoolGetCmd(), SpoolPutCmd(), SpoolX(), subprocess(), test_file_truncate(), verify_output_file(), WaitForRemoteInput(), WaitForRemoteOutput(), wave_out_open(), wave_out_play(), wave_out_set_format(), wave_out_volume(), write_packet(), and xstrdup().
_Check_return_opt_ _CRTIMP int __cdecl printf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
... | |||
) |
Referenced by main(), Output(), stdio_ostreambuf::overflow(), print_text_marker(), TANSIParser::PrintGoodChars(), process_COM(), recvrequest(), and usageerr().
_Check_return_ _CRTIMP int __cdecl rename | ( | _In_z_ const char * | _OldFilename, |
_In_z_ const char * | _NewFilename | ||
) |
_Check_return_ _CRTIMP int __cdecl rmtmp | ( | void | ) |
_Check_return_ _CRTIMP int __cdecl scanf | ( | _In_z_ _Scanf_format_string_ const char * | _Format, |
... | |||
) |
_CRTIMP void __cdecl setbuf | ( | _Inout_ FILE * | _File, |
_Inout_updates_opt_(BUFSIZ) _Post_readable_size_(0) char * | _Buffer | ||
) |
Referenced by _fcons(), _Filebuf_base::_M_open(), DllMain(), main(), set_LogFile(), test_fgetc(), and test_flsbuf().
_Check_return_ _CRTIMP int __cdecl sscanf | ( | _In_z_ const char * | _Src, |
_In_z_ _Scanf_format_string_ const char * | _Format, | ||
... | |||
) |
Referenced by __rpc_get_time_offset(), Addhost(), ata_bblk(), cache_entry_create(), check_version(), CheckForNewV3User(), create_sic(), CRYPT_AsnEncodeOid(), Deletehost(), DissectArcPath2(), doChild(), DoCOMPANY(), DoCOPYRIGHT(), DoDESCRIPTIONS(), DoKBD(), DoKEYNAME(), DoLANGUAGENAMES(), DoLAYOUT(), DoLOCALENAME(), DoSHIFTSTATE(), DoVERSION(), error(), find_typelib_key(), FTP_DoPassive(), FTP_ParseNextFile(), FTPFileSize(), getCharacterInfo(), getit(), GetOptUlong(), GetStartSpoolDate(), getVKNum(), handle_address_cmd(), handle_escape_cmd(), initconn(), is_float(), is_guid(), is_integer(), isOffset(), jinit_memory_mgr(), load_persistent_cookie(), main(), match_mod(), modtime(), my_atoi(), netname2user(), ntlm_AcceptSecurityContext(), ntlm_InitializeSecurityContextW(), OpenBookmarkFile(), optionParse(), parse_arguments(), parse_list_response(), parse_stat_response(), parse_switches(), parse_uidl_response(), ParseHostLine(), Passive(), set_quality_ratings(), set_quant_slots(), set_sample_factors(), SkipLines(), SLTG_DoRefs(), START_TEST(), test_enumdisplaydevices(), test_enumdisplaydevices_adapter(), test_enumdisplaydevices_monitor(), test_file_inherit_child(), Test_ifuncs(), test_listbox_dlgdir(), test_listbox_LB_DIR(), test_retval(), test_strdate(), test_strtime(), TestCrossProcessDecrypt(), TLB_GUIDFromString(), translate_line(), uaddr_to_sockaddr(), UnDate(), UnDosLine(), UnLslRLine(), UnMDTMDate(), UnMlsT(), URLCopyToken(), RequestHandler::urldec(), UXTHEME_RestoreSystemMetrics(), wined3d_adapter_init_gl_caps(), xmlInitMemory(), and xsltNumberComp().
|
inlinestatic |
_Check_return_ _CRTIMP int __cdecl swscanf | ( | _In_z_ const wchar_t * | _Src, |
_In_z_ _Scanf_format_string_ const wchar_t * | _Format, | ||
... | |||
) |
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().
_CRTIMP char *__cdecl tempnam | ( | _In_opt_z_ const char * | _Directory, |
_In_opt_z_ const char * | _FilePrefix | ||
) |
Referenced by get_subtests(), and run_tests().
_Check_return_ _CRTIMP FILE *__cdecl tmpfile | ( | void | ) |
Definition at line 3914 of file file.c.
Referenced by CCFDATAStorage::Create(), create_temp_binary(), HANDLE_CustomType7(), jpeg_open_backing_store(), JSPROXY_InternetInitializeAutoProxyDll(), open_file_test(), patch_file(), test_color_contexts(), test_CreateDirectoryA(), test_CryptCATAdminAddRemoveCatalog(), test_GetNamedSecurityInfoA(), test_install_class(), test_retrieveObjectByUrl(), test_SetupCopyOEMInf(), transfer_file_http(), CCFDATAStorage::Truncate(), VerInstallFileA(), and VerInstallFileW().
Referenced by CCFDATAStorage::Create(), test_tmpnam(), and tmpfile().
_Check_return_opt_ _CRTIMP_ALT int __cdecl ungetc | ( | _In_ int | _Ch, |
_Inout_ FILE * | _File | ||
) |
Referenced by _fgetwc_nolock(), select_file_type(), test_fileops(), and ungetwc().
_Check_return_opt_ _CRTIMP int __cdecl vfprintf | ( | _Inout_ FILE * | _File, |
_In_z_ _Printf_format_string_ const char * | _Format, | ||
va_list | _ArgList | ||
) |
Referenced by __report_error(), _vcprintf(), _vwarnx(), adns__vdiag(), chat(), command(), configparseerr(), cxlog(), die(), dprintf(), eprintf(), error(), Fatalv(), fprintf(), generic_msg(), isohybrid_error(), isohybrid_warning(), LIBXML_ATTR_FORMAT(), LIBXSLT_ATTR_FORMAT(), log_debug(), msg(), Output(), pdie(), pp_internal_error(), tinyxml2::XMLPrinter::Print(), print(), printf(), PrintF(), unimpl(), unixErrorHandler(), unixWarningHandler(), usageerr(), verr(), verrx(), vprintf(), vwarn(), vwarnx(), warning(), Win32ErrorHandler(), Win32WarningHandler(), wintirpc_debug(), write_line(), xfprintf(), and xmlGenericErrorDefaultFunc().
_Check_return_opt_ _CRTIMP int __cdecl vfwprintf | ( | _Inout_ FILE * | _File, |
_In_z_ _Printf_format_string_ const wchar_t * | _Format, | ||
va_list | _ArgList | ||
) |
Referenced by _vcwprintf(), ConPrintf(), ConResPrintf(), fwprintf(), and vwprintf().
_Check_return_opt_ _CRTIMP int __cdecl vprintf | ( | _In_z_ _Printf_format_string_ const char * | _Format, |
va_list | _ArgList | ||
) |
Referenced by atltest_ok(), atltest_skip(), DbgPrint(), indent_printf(), ShimDbgPrint(), and xprintf().
_Check_return_opt_ _CRTIMP int __cdecl vsnprintf | ( | _Out_writes_(_MaxCount) char * | _DstBuf, |
_In_ size_t | _MaxCount, | ||
_In_z_ _Printf_format_string_ const char * | _Format, | ||
va_list | _ArgList | ||
) |
Definition at line 931 of file stdio.h.
Referenced by EfiPrintf(), and pSetupDebugPrint().
Definition at line 733 of file sprintf.c.
Referenced by __mingw_vsprintf(), __WINE_PRINTF_ATTR(), append_str(), command(), CONSOLE_ConOutPrintfV(), CONSOLE_PrintTextXY(), CONSOLE_PrintTextXYN(), CONSOLE_SetStatusTextAutoFitX(), CONSOLE_SetStatusTextXV(), DbgPrint(), DbgPrintEarly(), debug_printf(), DebugFunction(), dprintf(), error(), Error(), FatalError(), fprintfSocket(), KdbpPrintDisasm(), LogMessage(), MUIDisplayErrorV(), OpenMsg(), PciIdPrintf(), PciIdPrintfAppend(), printf(), PrintF(), PrintString(), ScsiDebugPrint(), SendCommand(), service_ok(), SetXtermTitle(), Trace(), unimpl(), warning(), Win32DbgPrint(), WINETEST_PRINTF_ATTR(), and wintirpc_debug().
int __cdecl vsscanf | ( | const char *__restrict__ | _Str, |
const char *__restrict__ | Format, | ||
va_list | argp | ||
) |
|
inlinestatic |
Definition at line 977 of file stdio.h.
Referenced by BlStatusPrint(), ConPrintfVPaging(), ErrorMessage(), MSI_OpenQuery(), and MSI_QueryGetRecord().
_Check_return_opt_ _CRTIMP int __cdecl vwprintf | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
va_list | _ArgList | ||
) |
Referenced by LoadAndPrintString(), PrintRow(), and wprintf().
_Check_return_opt_ _CRTIMP int __cdecl wprintf | ( | _In_z_ _Printf_format_string_ const wchar_t * | _Format, |
... | |||
) |
_Check_return_ _CRTIMP int __cdecl wscanf | ( | _In_z_ _Scanf_format_string_ const wchar_t * | _Format, |
... | |||
) |
Referenced by wmain().
Definition at line 31 of file environ.c.
Referenced by __acrt_stdio_parse_mode(), _Success_(), and Test__commode().
__MINGW_EXTENSION typedef long long _off64_t |
__MINGW_EXTENSION typedef long long off64_t |