|
ReactOS 0.4.16-dev-2613-g9533ad7
|
#include <corecrt_wstdio.h>
Go to the source code of this file.
Macros | |
| #define | _IOREAD 0x0001 |
| #define | _IOWRT 0x0002 |
| #define | _IOMYBUF 0x0008 |
| #define | _IOEOF 0x0010 |
| #define | _IOERR 0x0020 |
| #define | _IOSTRG 0x0040 |
| #define | _IORW 0x0080 |
| #define | STDIN_FILENO 0 |
| #define | STDOUT_FILENO 1 |
| #define | STDERR_FILENO 2 |
| #define | _IOFBF 0x0000 |
| #define | _IONBF 0x0004 |
| #define | _IOLBF 0x0040 |
| #define | EOF (-1) |
| #define | FILENAME_MAX 260 |
| #define | TMP_MAX 0x7fff |
| #define | TMP_MAX_S 0x7fffffff |
| #define | FOPEN_MAX 20 |
| #define | L_tmpnam 260 |
| #define | BUFSIZ 512 |
| #define | SEEK_SET 0 |
| #define | SEEK_CUR 1 |
| #define | SEEK_END 2 |
| #define | _FPOS_T_DEFINED |
| #define | _iob (__iob_func()) |
| #define | _TWO_DIGIT_EXPONENT 0x1 |
| #define | _STDIO_DEFINED |
| #define | _UNLINK_DEFINED |
Typedefs | |
| typedef __int64 | DECLSPEC_ALIGN(8) fpos_t |
| #define _iob (__iob_func()) |
Definition at line 3773 of file file.c.
Referenced by _rmtmp(), common_freopen(), and fclose().
Definition at line 1373 of file file.c.
Definition at line 1847 of file file.c.
Referenced by ConStreamSetOSHandle(), fdopen(), and FTPRebuildConnectionInfo().
Definition at line 1201 of file file.c.
Referenced by _fclose_nolock(), common_flush_all(), fflush(), and setvbuf().
Definition at line 3877 of file file.c.
Definition at line 3819 of file file.c.
Referenced by _fgetc_nolock(), and test_filbuf().
Definition at line 1925 of file file.c.
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(), fileno(), 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().
Definition at line 4075 of file file.c.
Referenced by _fputc_nolock(), _fwrite_nolock(), test_flsbuf(), and test_invalid_stdin_child().
Definition at line 4420 of file file.c.
Referenced by fread().
| _ACRTIMP size_t __cdecl _fread_nolock_s | ( | void * | buffer, |
| size_t | buffer_size, | ||
| size_t | element_size, | ||
| size_t | element_count, | ||
| FILE * | public_stream | ||
| ) |
Definition at line 69 of file fread.cpp.
Referenced by _fread_nolock(), and fread_s().
Definition at line 1618 of file file.c.
Referenced by rewind().
Definition at line 1585 of file file.c.
Referenced by _fseek_nolock(), and _fseeki64().
Definition at line 4288 of file file.c.
Referenced by fopen(), and test_fopen().
| _ACRTIMP __msvcrt_long __cdecl _ftell_nolock | ( | FILE * | public_stream | ) |
Definition at line 379 of file ftell.cpp.
Definition at line 4686 of file file.c.
Referenced by _fseeki64_nolock(), and _ftelli64().
Definition at line 4143 of file file.c.
Referenced by _fputwc_nolock(), fputs(), fputws(), fwrite(), puts(), and puts_clbk_file_w().
Definition at line 32 of file printf_count_output.cpp.
Referenced by __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::type_case_n().
Definition at line 3994 of file file.c.
Referenced by getw(), and test_readmode().
Definition at line 1487 of file file.c.
Referenced by __acrt_lock_stream_and_call(), _fclose_internal(), _fputc_internal(), _fputwc_internal(), _fseeki64(), _ftelli64(), _getw(), _getws(), _putw(), _putws(), _rewind_internal(), _rmtmp(), clearerr(), clearerr_s(), common_freopen(), common_fseek(), common_ftell(), fclose(), fflush(), fgetc(), fgets(), fgetwc(), fgetws(), fputc(), fputs(), fputwc(), fputws(), fread(), fread_s(), fwrite(), gets_s(), __crt_stdio_stream::lock(), puts(), puts_clbk_file_w(), rewind(), setvbuf(), throw(), ungetc(), ungetwc(), vfprintf_helper(), and vfwprintf_helper().
Definition at line 1212 of file process.c.
Referenced by _tmain(), ForF(), pclose(), recvrequest(), sendrequest(), test__popen(), and Test_popen().
Definition at line 1185 of file process.c.
Referenced by _tmain(), popen(), recvrequest(), sendrequest(), test__popen(), and Test_popen().
Definition at line 2748 of file file.c.
Referenced by _gcvt_s(), and HTTPREQ_QueryOption().
Definition at line 21 of file printf_count_output.cpp.
Referenced by DllMain().
|
inlinestatic |
Definition at line 507 of file stdio.h.
Referenced by _assert(), _ecvt(), _ecvt_s(), _fcvt(), _fcvt_s(), _VCrtDbgReportA(), asctime_buf(), binary2cstr(), DumpBuffer(), handle_gdb_query(), option_as_string(), pretty_print_option(), RpnpEvaluateStack(), SetIcon(), strftime_int(), SystemMessage(), test__tzset(), test_localtime(), test_mktime(), test_snprintf(), test_write_flush_size(), test_Z(), UniataFindBusMasterController(), and VfdMakeFileDesc().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _snprintf_s | ( | char * | , |
| size_t | , | ||
| size_t | , | ||
| const char * | , | ||
| ... | |||
| ) |
Referenced by _VCrtDbgReportA().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _sscanf_l | ( | const char * | , |
| const char * | , | ||
| _locale_t | , | ||
| ... | |||
| ) |
Definition at line 3441 of file file.c.
Referenced by tempnam(), test__popen(), test__sopen_dispatch(), test__sopen_s(), test_chsize(), test_ctrlz(), test_fflush(), test_fgetc(), test_fgetwc(), test_file_put_get(), test_file_write_read(), test_flsbuf(), test_fputc(), test_iobuf_layout(), test_ioinfo_flags(), test_utf8(), test_write_flush(), and tmpfile().
Definition at line 1085 of file file.c.
Referenced by remove(), test___getmainargs(), test___getmainargs_parent(), test__popen(), test__wfopen_s(), test_chsize(), test_fopen_fclose_fcloseall(), test_fopen_s(), test_fputwc(), test_get_osfhandle(), test_setmode(), test_unlink(), and unlink().
Definition at line 1499 of file file.c.
Referenced by __acrt_lock_stream_and_call(), _fclose_internal(), _fputc_internal(), _fputwc_internal(), _fseeki64(), _ftelli64(), _getw(), _getws(), _putw(), _putws(), _rewind_internal(), _rmtmp(), clearerr(), clearerr_s(), common_freopen(), common_fseek(), common_ftell(), fclose(), fflush(), fgetc(), fgets(), fgetwc(), fgetws(), fputc(), fputs(), fputwc(), fputws(), fread(), fread_s(), fwrite(), gets_s(), puts(), puts_clbk_file_w(), rewind(), setvbuf(), throw(), ungetc(), ungetwc(), __crt_stdio_stream::unlock(), vfprintf_helper(), and vfwprintf_helper().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _vscprintf | ( | const char * | , |
| va_list | |||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _vsnprintf | ( | char * | _Dest, |
| size_t | _Count, | ||
| const char * | _Format, | ||
| va_list | _Args | ||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _vsnprintf_s | ( | char * | , |
| size_t | , | ||
| size_t | , | ||
| const char * | , | ||
| va_list | |||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _vsprintf_p_l | ( | char * | , |
| size_t | , | ||
| const char * | , | ||
| _locale_t | , | ||
| va_list | |||
| ) |
Definition at line 1672 of file file.c.
Referenced by read_mbr_template(), rewind(), and test_fileops().
Definition at line 1684 of file file.c.
Referenced by clearerr().
Definition at line 3757 of file file.c.
Referenced by __CloseHandle(), _fcloseall(), _Filebuf_base::_M_close(), _pclose(), _rmtmp(), _wfreopen(), _wpopen(), 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_file(), create_nls_file(), create_output_file(), create_sic(), CreateCaseDiff(), CreateSpecFile(), DbgHelpAddLineNumber(), CCFDATAStorage::Destroy(), disk_cleanup(), DllMain(), DoCreateTestFile(), DoEntry(), DoParsing(), DosBIOSInitialize(), DoTestEntry(), dump_sortkeys(), 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(), of_help(), open_input_file(), OpenBookmarkFile(), openSection(), OpenTmpBookmarkFile(), parse_switches(), 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_CryptCATOpen(), 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_Idn(), 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_parse(), 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().
|
inlinestatic |
Definition at line 480 of file stdio.h.
Referenced by _fcons(), compat_fdopen(), import_certs_from_file(), main(), OpenControlConnection(), read_stdin(), test_fdopen(), test_fileops(), test_pipes(), test_readmode(), and write_stdout().
Definition at line 3803 of file file.c.
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().
Definition at line 3811 of file file.c.
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().
Definition at line 1182 of file file.c.
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(), 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(), 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().
Definition at line 3863 of file file.c.
Referenced by _fgetchar(), dumpHex(), dumpStr(), fileClient(), File::get(), getc(), getchar(), 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().
Definition at line 4758 of file file.c.
Referenced by test_filbuf(), test_fileops(), and test_write_flush_size().
Definition at line 3903 of file file.c.
Referenced by _tmain(), check_atari(), CheckForNewV3User(), config_load(), create_cache(), create_sic(), CreateCaseDiff(), dump_sortkeys(), 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_Idn(), Test_popen(), test_readmode(), translate_files(), user(), widl_getline(), and xkeymap_read().
Definition at line 4310 of file file.c.
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_file(), create_nls_file(), CreateCaseDiff(), DbgHelpAddLineNumber(), disk_openimage(), DoEntry(), DoTestEntry(), dump_sortkeys(), 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_input_file(), open_log_files(), open_merge_image(), OpenBookmarkFile(), openSection(), OpenTmpBookmarkFile(), OpenTrace(), parse_switches(), TANSIParser::ParseEscapeANSI(), pfopen(), pp_open_include(), 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_Idn(), 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_parse(), 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().
Definition at line 4318 of file file.c.
Referenced by tinyxml2::callfopen(), CreateSpecFile(), and FileReporter::FileReporter().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl fprintf | ( | FILE * | , |
| const char * | , | ||
| ... | |||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl fprintf_s | ( | FILE * | , |
| const char * | , | ||
| ... | |||
| ) |
Definition at line 4360 of file file.c.
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_right().
Definition at line 4769 of file file.c.
Referenced by ios_base::_M_throw_failure(), adns__vdiag(), create_file(), 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_CryptCATOpen(), 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().
Definition at line 4406 of file file.c.
| _ACRTIMP size_t __cdecl fread_s | ( | void * | buffer, |
| size_t | buffer_size, | ||
| size_t | element_size, | ||
| size_t | element_count, | ||
| FILE * | stream | ||
| ) |
Definition at line 30 of file fread.cpp.
Referenced by fread().
Definition at line 4624 of file file.c.
Referenced by freopen_s(), main(), test_freopen(), test_std_stream_buffering(), test_std_stream_open(), and xfwrite().
| _ACRTIMP errno_t __cdecl freopen_s | ( | FILE ** | pFile, |
| const char * | path, | ||
| const char * | mode, | ||
| FILE * | file | ||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl fscanf | ( | FILE * | , |
| const char * | , | ||
| ... | |||
| ) |
Referenced by get_list_blocks(), GetScreenColumns(), init_leases_list(), readAllPolygons(), test_fprintf(), and test_std_stream_buffering().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl fscanf_s | ( | FILE * | , |
| const char * | , | ||
| ... | |||
| ) |
| _ACRTIMP __msvcrt_long __cdecl ftell | ( | FILE * | file | ) |
Definition at line 4821 of file file.c.
Referenced by GetScreenColumns(), gl_file(), js_fgetline(), main(), recvrequest(), ruserpass(), select_file_type(), sendrequest(), StringGetsExWorkerA(), test_asciimode2(), text_getc(), token(), stdio_istreambuf::uflow(), and stdio_istreambuf::underflow().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl printf | ( | const char * | , |
| ... | |||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl printf_s | ( | const char * | , |
| ... | |||
| ) |
Definition at line 4907 of file file.c.
Referenced by main(), Output(), stdio_ostreambuf::overflow(), print_text_marker(), TANSIParser::PrintGoodChars(), process_COM(), recvrequest(), and usageerr().
Definition at line 12 of file crtsupp.c.
Referenced by cmdscanner(), CRT_Tests(), domacro(), getreply(), help(), main(), netfinger(), printBytes(), printusage(), puts(), recvrequest(), sendrequest(), strarray_trace(), and Win32_Tests().
Definition at line 23 of file crtsupp.c.
Referenced by _tmain(), Align(), AlignAndAlloca(), AlignAndAllocaAndBigLocals(), AlignAndAllocaAndEbpAdj(), AlignAndBigLocals(), AlignAndEbpAdj(), Alloca(), AllocaAndBigLocals(), AllocaAndEbpAdj(), BigLocals(), check_dir(), CRT_Tests(), EbpAdj(), find_str(), foo10(), foo9(), GSCookie(), GSCookieAndAlign(), GSCookieAndAlignAndAlloca(), GSCookieAndAlignAndAllocaAndBigLocals(), GSCookieAndAlignAndAllocaAndEbpAdj(), GSCookieAndAlignAndBigLocals(), GSCookieAndAlignAndEbpAdj(), GSCookieAndAlloca(), GSCookieAndAllocaAndBigLocals(), GSCookieAndAllocaAndEbpAdj(), GSCookieAndBigLocals(), GSCookieAndEbpAdj(), ListTests(), main(), MyErrExit(), printf(), REGPROC_print_error(), RunTests(), Simple(), test(), test10(), test9(), Try(), TryAndAlign(), TryAndAlignAndAlloca(), TryAndAlignAndAllocaAndBigLocals(), TryAndAlignAndAllocaAndEbpAdj(), TryAndAlignAndBigLocals(), TryAndAlignAndEbpAdj(), TryAndAlloca(), TryAndAllocaAndBigLocals(), TryAndAllocaAndEbpAdj(), TryAndBigLocals(), TryAndEbpAdj(), TryAndGSCookie(), TryAndGSCookieAndAlign(), TryAndGSCookieAndAlignAndAlloca(), TryAndGSCookieAndAlignAndAllocaAndBigLocals(), TryAndGSCookieAndAlignAndAllocaAndEbpAdj(), TryAndGSCookieAndAlignAndBigLocals(), TryAndGSCookieAndAlignAndEbpAdj(), TryAndGSCookieAndAlloca(), TryAndGSCookieAndAllocaAndBigLocals(), TryAndGSCookieAndAllocaAndEbpAdj(), TryAndGSCookieAndBigLocals(), TryAndGSCookieAndEbpAdj(), Usage(), Win32_Tests(), and wmain().
Definition at line 4973 of file file.c.
Referenced by CloseTrace(), disk_set_information(), EndLog(), handle_nfs41_rename(), LocalRenameCmd(), OpenBookmarkFile(), printercache_rename_blob(), save_licence(), SavePrefs(), SpoolX(), and SwapBookmarkFiles().
Definition at line 1712 of file file.c.
Referenced by compare_export_(), FileSize(), main(), rewrite_client_leases(), setrpcent(), test_asciimode(), test_fgetc(), test_filemodeT(), test_fileops(), test_readmode(), and test_write_flush_size().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl scanf_s | ( | const char * | , |
| ... | |||
| ) |
Definition at line 5046 of file file.c.
Referenced by _fcons(), _Filebuf_base::_M_open(), DllMain(), main(), set_LogFile(), test_fgetc(), and test_flsbuf().
Definition at line 5006 of file file.c.
Referenced by fileClient(), main(), OpenTrace(), pipeClient(), processRequest(), setbuf(), test_fileops(), test_flsbuf(), test_iobuf_layout(), test_std_stream_buffering(), test_write_flush(), and throw().
|
inlinestatic |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl sprintf_s | ( | char * | , |
| size_t | , | ||
| const char * | , | ||
| ... | |||
| ) |
Referenced by error(), print_block_data(), wine_dbgstr_point(), and wine_dbgstr_rect().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl sscanf | ( | const char * | , |
| const char * | , | ||
| ... | |||
| ) |
Referenced by __rpc_get_time_offset(), _ecvt(), _ecvt_s(), 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_ChangeDisplaySettingsEx(), test_enumdisplaydevices(), test_enumdisplaydevices_adapter(), test_enumdisplaydevices_monitor(), test_EnumDisplaySettings(), test_EnumSystemLocalesA_callback(), test_file_inherit_child(), test_fullscreen(), Test_ifuncs(), test_listbox_dlgdir(), test_listbox_LB_DIR(), test_retval(), test_SetActiveWindow_0_proc(), 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(), xmlInitMemoryInternal(), and xsltNumberComp().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl sscanf_s | ( | const char * | , |
| const char * | , | ||
| ... | |||
| ) |
Definition at line 5199 of file file.c.
Definition at line 5108 of file file.c.
Referenced by CCFDATAStorage::Create(), and test_tmpnam().
Definition at line 5732 of file file.c.
Referenced by _fgetwc_nolock(), select_file_type(), and test_fileops().
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl vfprintf | ( | FILE * | , |
| const char * | , | ||
| va_list | |||
| ) |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl vfprintf_s | ( | FILE * | , |
| const char * | , | ||
| va_list | |||
| ) |
|
inlinestatic |
| _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl vsprintf | ( | char * | _Dest, |
| const char * | _Format, | ||
| va_list | _Args | ||
| ) |
Referenced by __mingw_vsprintf(), __WINE_PRINTF_ATTR(), append_str(), command(), CONSOLE_ConOutPrintfV(), CONSOLE_PrintTextXY(), CONSOLE_PrintTextXYN(), CONSOLE_SetStatusTextAutoFitX(), CONSOLE_SetStatusTextXV(), CRTDLL_sprintf(), DbgPrint(), DbgPrintEarly(), debug_printf(), DebugFunction(), dprintf(), error(), Error(), FatalError(), fprintfSocket(), KdbpPrintDisasm(), libxmlFatalError(), LogMessage(), MUIDisplayErrorV(), OpenMsg(), PciIdPrintf(), PciIdPrintfAppend(), printf(), PrintF(), PrintString(), ScsiDebugPrint(), SendCommand(), service_ok(), SetXtermTitle(), Trace(), unimpl(), warning(), Win32DbgPrint(), and wintirpc_debug().
Referenced by error().