Macros | |
#define | PAD_RIGHT 1 |
#define | PAD_ZERO 2 |
#define | PRINT_BUF_LEN 12 |
#define | putchar(c) vtracedump_Putchar_Block(c) |
Functions | |
int | fprintf (__FILE *stream, const char *format,...) |
static int | print (char **out, const char *format, va_list args) |
static void | printchar (char **str, int c) |
static int | printi (char **out, int i, int b, int sg, int width, int pad, int letbase, int printlimit) |
int | printk (const char *format,...) |
static int | prints (char **out, const char *string, int width, int pad, int printlimit, bool IsNumber) |
int | sprintf (char *out, const char *format,...) |
#define PRINT_BUF_LEN 12 |
Referenced by printi().
#define putchar | ( | c | ) | vtracedump_Putchar_Block(c) |
Referenced by printchar().
int fprintf | ( | __FILE * | stream, |
const char * | format, | ||
... | |||
) |
|
static |
References PAD_RIGHT, PAD_ZERO, printchar(), printi(), and prints().
Referenced by print_char_hex(), print_dbg(), print_hex(), print_short_hex(), print_ulong(), printk(), and sprintf().
|
static |
|
static |
References PAD_ZERO, PRINT_BUF_LEN, printchar(), and prints().
Referenced by print().
int printk | ( | const char * | format, |
... | |||
) |
References print().
|
static |
References PAD_RIGHT, PAD_ZERO, and printchar().
int sprintf | ( | char * | out, |
const char * | format, | ||
... | |||
) |
References print().
Referenced by b_ledb1_get_value(), b_ledb2_get_value(), b_light_get_value(), b_potentiometer_get_value(), b_temperature_get_value(), e_cptime_cmd_get_config(), e_fscmds_shell_disk(), e_light_get_config(), e_potentiometer_get_config(), e_smtpclient_cmd_get_config(), e_temperature_get_config(), e_usbsys_lsusb(), e_webserver_cmd_get_config(), portTASK_FUNCTION(), prulweb_BuildErrorBody(), prulweb_BuildErrorTail(), prulweb_BuildHeaders(), prv_df(), prv_ls(), prv_xopen_current_logfile(), prvweb_ParseHTMLRequest(), v_cptime_GetDateInFatStringFormat(), vdatalog_make_logstring(), vEthernetGetGWAddr(), vEthernetGetIPAddr(), vEthernetGetMACAddr(), and vEthernetGetSubnetMask().