ReactOS
0.4.15-dev-5608-gafb953a
|
#include <schily/mconfig.h>
#include <schily/varargs.h>
#include <schily/string.h>
#include <schily/stdlib.h>
#include <schily/standard.h>
#include <schily/utypes.h>
#include <schily/schily.h>
Go to the source code of this file.
Classes | |
struct | f_args |
Typedefs | |
typedef struct f_args | f_args |
Variables | |
EXPORT int FORMAT_FUNC_KR_DECL register void * | farg = farg |
register char * | fmt |
va_list | oargs |
const char * | sfmt |
register int | unsflag |
register long | val |
register char | type |
register char | mode |
register char | c |
int | count = 0 |
int | num |
int | i |
short | sh |
const char * | str |
double | dval |
Llong | llval = 0 |
Ulong | res |
char * | rfmt |
f_args | fa |
va_lists_t | fargs = sargs |
va_lists_t | sargs |
va_lists_t | arglist [FMT_ARGMAX+1] |
const char * | ofmt = fmt |
BOOL | didlist = FALSE |
fa | outf = fun |
out | __pad0__ |
LOCAL unsigned char | dtab [] = "0123456789abcdef" |
LOCAL unsigned char | udtab [] = "0123456789ABCDEF" |
static const char | skips [] = "+- #'.$h1234567890" |
static const char * | digits = &skips[8] |
FxRequestBuffer args fargs.ap /* Use working copy */ |
Definition at line 66 of file format.c.
Referenced by __report_error(), _scprintf(), _scwprintf(), _snprintf(), _texecl(), _texecle(), _texeclp(), _texeclpe(), _tspawnl(), _tspawnle(), _tspawnlp(), _tspawnlpe(), _tspawnv(), _tspawnve(), CRegistryTree::AddErrorDescription(), AddToSendBuffer(), AVISplitter_first_request(), BaseInputPinImpl_NewSegment(), call_varargs(), check_record_(), cmd_rename(), cmd_rmdir(), comerr(), comerrno(), CommandDelete(), ConMsgPrintf(), ConPrintf(), ConResMsgPrintf(), ConResMsgPrintfEx(), ConResPrintf(), ConResPrintfEx(), convert_old_args(), CreateSnapshotW(), CreateSubvolW(), DbgP(), DbgPrint(), DbgPrintEarly(), anonymous_namespace{mstscax.cpp}::dbgprintf(), debug_printf(), DebugFunction(), DECLARE_INTERFACE_(), die(), DisplayMessage(), doc_complex_write(), doflag(), CShellLink::DoOpen(), dosflags(), dprintf(), EfiPrintf(), eprintf(), errmsg(), errmsgno(), error(), ErrorMessageBox(), ErrorMsgBox(), expect_files(), ext3_warning(), find_arb_pshader(), find_arb_vshader(), find_glsl_domain_shader(), find_glsl_geometry_shader(), find_glsl_pshader(), find_glsl_vshader(), ATL::CStringT< BaseType, StringTraits >::Format(), FormatMessageA(), FormatMessageW(), FormatString(), FT_New_Face(), FT_New_Memory_Face(), get_template_name(), getallargs(), getargs(), getlallargs(), getlargs(), Global_InStr(), Global_InvokeEx(), HANDLE_CustomType23(), HANDLE_CustomType7(), indent_printf(), InfoMessageBox(), init_arginfo(), Install(), install_wine_gecko(), invoke_procedure(), ITERATE_StartService(), js_error(), js_fprintf(), js_printf(), js_snprintf(), LIBXML_ATTR_FORMAT(), LIBXSLT_ATTR_FORMAT(), Link(), LoadAndPrintString(), logmsg(), MCI_GetString(), MCI_ParseOptArgs(), mciSendStringW(), ModuleMessage(), mp_clear_multi(), mp_init_multi(), msi_service_args_to_vector(), CBandProxy::NavigateToPIDL(), NdrAsyncClientCall(), NdrAsyncServerCall(), NdrClientCall2(), NdrMesProcEncodeDecode(), NdrStubCall2(), nfs41_delegation_recall(), notify_webbrowser_close(), Open(), parse_arguments(), parse_event_elem(), ParseNoTildeEffect(), ParseTildeEffect(), pdie(), PICE_sprintf(), picture_render(), pp_add_macro(), print_error(), printf(), PRINTF_ATTR(), printk(), PrintkCallback(), PrintMessageAnsi(), PrintParserError(), ProcessCommandLine(), pSetupDebugPrint(), PullPin_NewSegment(), put_str(), RecvSubvolW(), ReflinkCopyW(), register_dlls_callback(), RegistryStatus(), remglob(), Remove(), ResourceMessageBox(), SendSubvolW(), SerenumInitMultiSzString(), CRegistryTree::SetError(), CardButton::SetText(), setup_arguments_object(), shader_addline(), shader_arb_generate_pshader(), shader_arb_generate_vshader(), shader_glsl_find_ffp_fragment_shader(), shader_glsl_generate_domain_shader(), shader_glsl_generate_pshader(), shader_glsl_generate_vshader(), ShellMessageBoxA(), ShellMessageBoxW(), ShellMessageBoxWrapW(), SHPackDispParamsV(), sprintf(), SQLConfigDriver(), SQLConfigDriverW(), StartScrubW(), Stop(), StopScrubW(), str_printf(), string_buffer_sprintf(), string_error::string_error(), swprintf(), symbol_demangle(), T42_Face_Init(), test_commandline2argv(), test_disp(), test_Invoke(), test_invoke_func(), test_ShellExecute(), test_TypeInfo(), tokenizeCommand(), TRIO_VARGS2(), TRIO_VARGS3(), TRIO_VARGS4(), type_new_function(), UnderlinedResPrintf(), Unlink(), verify_mru_(), VfatPrint(), write_status(), WriteToLogPrintf(), wstring_sprintf(), xcomerr(), xcomerrno(), xmlGenericErrorDefaultFunc(), and xmlStrPrintf().
EXPORT void _fmtarglist __PR | ( | (const char *fmt, va_lists_t, va_lists_t arglist[]) | ) |
EXPORT void _fmtgetarg __PR | ( | (const char *fmt, int num, va_lists_t *) | ) |
EXPORT void _fmtarglist | ( | char * | fmt, |
va_lists_t | fargs, | ||
arglist | |||
) | const |
Definition at line 1390 of file format.c.
Referenced by for().
EXPORT void _fmtgetarg | ( | char * | fmt, |
int | num, | ||
va_lists_t * | fargs | ||
) | const |
Definition at line 315 of file format.c.
Definition at line 1205 of file format.c.
Referenced by for(), and prstring().
Definition at line 1270 of file format.c.
Referenced by for().
Definition at line 1124 of file format.c.
Referenced by for().
Definition at line 1044 of file format.c.
Referenced by for().
va_copy | ( | sargs. | ap, |
oargs | |||
) |
Referenced by doflag(), dosflags(), and valisttosT().
va_lists_t arglist[FMT_ARGMAX+1] |
Definition at line 284 of file format.c.
Referenced by _beginthread(), _beginthreadex(), _CrtDbgReport(), _CrtDbgReportW(), _fmtarglist(), for(), TRIO_ARGS3(), TRIO_ARGS4(), TRIO_ARGS5(), TRIO_ARGS6(), and TRIO_VARGS3().
count = 0 |
Definition at line 269 of file format.c.
Referenced by build_default_format(), conv_s16_to_u16(), conv_s32_to_u32(), for(), prbuf(), prc(), and swap_endian().
Definition at line 1378 of file format.c.
Referenced by _fmtarglist().
double dval |
Definition at line 274 of file format.c.
Referenced by for(), and tinyxml2::XMLElement::QueryDoubleText().
f_args fa |
Definition at line 280 of file format.c.
Referenced by file_get_Attributes(), for(), main(), NetFwAuthorizedApplication_create(), NetFwAuthorizedApplications_create(), prbuf(), prc(), prdnum(), prldnum(), prlnum(), prlonum(), prlxnum(), prlXnum(), prnum(), pronum(), prstring(), prxnum(), prXnum(), and test_GetFile().
fargs = sargs |
Definition at line 282 of file format.c.
Referenced by _fmtarglist(), and for().
Definition at line 254 of file format.c.
Referenced by _fmtarglist(), _fmtgetarg(), and for().
int i |
Definition at line 271 of file format.c.
Referenced by _fmtarglist(), _fmtgetarg(), acmFormatTagEnumW(), build_default_format(), cap_fit(), chop_fourth_byte(), conv_s16_to_f32(), conv_s16_to_s32(), conv_s16_to_u16(), conv_s32_to_u32(), enc2num(), for(), frame_output_format(), good_enc(), MSACM_FillFormatTagsCB(), MSACM_FormatEnumHelper(), MSI_FormatRecordW(), ParseCommandLine(), and rate2num().
Llong llval = 0 |
Definition at line 276 of file format.c.
Referenced by doflag(), for(), and test_intconversions().
va_list oargs |
Definition at line 255 of file format.c.
Referenced by compound_encode_send_decode(), doflag(), and dosflags().
fa outf = fun |
Definition at line 301 of file format.c.
Referenced by printline(), and proclog().
Definition at line 278 of file format.c.
Referenced by helper_createpackage(), package_from_db(), and test_createpackage().
va_lists_t sargs |
Definition at line 257 of file format.c.
Referenced by _fmtgetarg(), doflag(), and for().
short sh |
Definition at line 272 of file format.c.
Referenced by bitBltClip(), DlgMainProc(), for(), GetSectionHdrByName(), gid_to_sid(), NdisIBugcheckCallback(), PidlToSicIndex(), SHMapPIDLToSystemImageListIndex(), sid_to_uid(), test_popup(), and uid_to_sid().
Definition at line 1377 of file format.c.
Referenced by _fmtarglist().
Definition at line 273 of file format.c.
Referenced by deformat_component(), deformat_environment(), deformat_file(), deformat_index(), deformat_literal(), deformat_property(), deformat_string_internal(), dup_formstr(), for(), format_lex(), format_replace(), format_str_is_number(), free_stack(), get_formstr_data(), stack_find(), and stack_push().
Definition at line 266 of file format.c.
Referenced by deformat_string_internal(), format_lex(), format_replace(), replace_stack(), and replace_stack_prop().
Definition at line 265 of file format.c.
Referenced by deformat_index(), dup_formstr(), and for().