|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| void * | xmalloc (size_t len) |
| void * | xrealloc (void *op, size_t len) |
| char * | xstrdup (const char *str) |
| static char * | vstrfmtmake (size_t *lenp, const char *fmt, va_list ap) |
| char * | vstrmake (size_t *lenp, va_list ap) |
| char * | strmake (size_t *lenp,...) |
| void | xprintf (const char *fmt,...) |
| int | goodtagchar (char c) |
| const char * | findbadtagchar (const char *tag) |
Definition at line 124 of file util.c.
Referenced by WinMain().
Definition at line 82 of file util.c.
Referenced by compute_delegate_iface_names(), extract_test(), get_name(), get_subtests(), main(), open_typelib(), output_typelib_regscript(), read_importlib(), run_test(), send_file(), wpp_lookup(), write_import(), and write_parameterized_implementation().
Definition at line 50 of file util.c.
Referenced by vstrmake(), and xprintf().
Definition at line 74 of file util.c.
Referenced by guiAsk(), guiDelta(), guiDir(), guiError(), guiOut(), guiStatus(), guiStep(), guiWarning(), send_str(), strmake(), textAsk(), textDelta(), textDir(), textOut(), textStatus(), and textStep().
Definition at line 35 of file util.c.
Referenced by _rdpdr_check_fds(), add_block_index(), add_dispinterface_typeinfo(), add_func_desc(), add_index(), add_interface_typeinfo(), add_name(), add_var_desc(), append_data(), build_iface_list(), channel_process(), ctl2_alloc_segment(), extract_rev_infos(), extract_test(), get_subtests(), local_href(), process_data_pdu(), rdp5_process(), rdpdr_process_irp(), sltg_add_typeinfo(), strappend(), tcp_init(), tcp_recv(), widl_getline(), and xclip_handle_PropertyNotify().
Definition at line 43 of file util.c.
Referenced by add_importlib(), check_for_additional_prototype_types(), duptype(), extract_test(), find_input_file(), format_parameterized_type_args(), main(), option_callback(), pp_add_define(), pp_add_macro(), seamless_process_line(), type_new_alias(), type_new_array(), type_new_encapsulated_union(), type_new_function(), wave_out_open(), wpp_add_cmdline_define(), wpp_add_define(), wpp_add_include_path(), wpp_parse(), write_conf_or_var_desc(), and xkeymap_from_locale().