ReactOS 0.4.16-dev-340-g0540c21
|
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 extract_test(), get_subtests(), run_test(), and send_file().
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().