#include <stdarg.h>
Macros | |
#define | PAD_RIGHT 1 |
#define | PAD_ZERO 2 |
#define | PRINT_BUF_LEN 12 |
Functions | |
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 | printk (const char *format,...) |
int | printk_va (char **out, const char *format, va_list args) |
static int | prints (char **out, const char *string, int width, int pad) |
int | sprintf (char *out, const char *format,...) |
#define PAD_RIGHT 1 |
Referenced by printk_va(), and prints().
#define PAD_ZERO 2 |
Referenced by printi(), printk_va(), and prints().
#define PRINT_BUF_LEN 12 |
Referenced by printi().
|
static |
References board_putchar(), and c.
Referenced by printi(), printk_va(), and prints().
|
static |
References b, i, PAD_ZERO, PRINT_BUF_LEN, printchar(), prints(), s, and width.
Referenced by printk_va().
int printk | ( | const char * | format, |
... | |||
) |
References printk_va().
Referenced by ascii_to_key(), cmd_connect(), cmd_ping(), cmd_power(), cmd_psconf(), cmd_set_ip(), cmd_setkey(), cmd_status(), cmd_ttcp(), console_init(), console_schedule_cmd(), document_index_html_cb(), http_accept(), http_recv(), ip_status_cb(), join_argv(), main(), ping_recv(), print_network(), print_network_list(), print_stats(), printbuf(), tcp_accept_cb(), tcp_conn_err_cb(), tcp_connect_cb(), tcp_recv_cb(), tcp_send_data(), tcp_start(), tcp_timeout_cb(), ttcp_print_stats(), ttcp_start(), udp_recv_cb(), udp_send_bytes(), udp_start(), wl_cm_conn_cb(), and wl_cm_disconn_cb().
int printk_va | ( | char ** | out, |
const char * | format, | ||
va_list | args | ||
) |
|
static |
References PAD_RIGHT, PAD_ZERO, printchar(), and width.
Referenced by printi(), and printk_va().
int sprintf | ( | char * | out, |
const char * | format, | ||
... | |||
) |
References printk_va().
Referenced by accelerometer_measure(), b_joystick_get_value(), b_ledm1_get_value(), b_ledm2_get_value(), b_ledm3_get_value(), b_ledm4_get_value(), b_light_get_value(), b_pushb1_get_value(), b_pushb2_get_value(), b_pushb3_get_value(), b_temperature_get_value(), build_answer(), device_full_custom_task(), e_ledm1_set_value(), e_ledm2_set_value(), e_ledm3_set_value(), e_ledm4_set_value(), format_message(), main(), and reader_id3_v1_track().