#include <stdlib.h>
#include <stdarg.h>
Go to the source code of this file.
Functions | |
int | ht_asprintf (char **ptr, const char *format,...) |
int | ht_vasprintf (char **ptr, const char *format, va_list ap) |
int | ht_snprintf (char *str, size_t count, const char *fmt,...) |
int | ht_vsnprintf (char *str, size_t count, const char *fmt, va_list args) |
int | ht_fprintf (FILE *file, const char *fmt,...) |
int | ht_vfprintf (FILE *file, const char *fmt, va_list args) |
int | ht_printf (const char *fmt,...) |
int | ht_vprintf (const char *fmt, va_list args) |
|
Definition at line 916 of file snprintf.cc. References ht_vasprintf(). |
|
Definition at line 943 of file snprintf.cc. References file, and ht_vfprintf(). |
|
Definition at line 961 of file snprintf.cc. References ht_vprintf(). |
|
|
Definition at line 898 of file snprintf.cc. References ht_vsnprintf(), malloc(), and NULL. Referenced by ht_asprintf(), and ht_vfprintf(). |
|
Definition at line 928 of file snprintf.cc. References buf, file, ht_vasprintf(), and ht_vsnprintf(). Referenced by ht_fprintf(), and ht_vprintf(). |
|
Definition at line 956 of file snprintf.cc. References ht_vfprintf(). Referenced by ht_printf(). |
|
Definition at line 879 of file snprintf.cc. References MIN. Referenced by ht_view::buf_printf(), ht_logf(), ht_msg_exception::ht_msg_exception(), ht_snprintf(), ht_vasprintf(), ht_vfprintf(), msgbox(), msgboxrect(), set_eval_error(), and set_eval_error_ex(). |