Go to the source code of this file.
|
| typedef void(* | putcf) (void *, char) |
| |
|
| static int | a2d (char ch) |
| |
| static char | a2i (char ch, char **src, int base, int *nump) |
| |
| static void | i2a (int num, char *bf) |
| |
| void | init_printf (void *putp, void(*putf)(void *, char)) |
| |
| static void | putchw (void *putp, putcf putf, int n, char z, char *bf) |
| |
| static void | putcp (void *p, char c) |
| |
| void | tfp_format (void *putp, putcf putf, const char *fmt, va_list va) |
| |
| void | tfp_printf (const char *fmt,...) |
| |
| void | tfp_sprintf (char *s, const char *fmt,...) |
| |
| static void | ui2a (unsigned int num, unsigned int base, int uc, char *bf) |
| |
◆ putcf
| typedef void(* putcf) (void *, char) |
◆ a2d()
| static int a2d |
( |
char |
ch | ) |
|
|
static |
◆ a2i()
| static char a2i |
( |
char |
ch, |
|
|
char ** |
src, |
|
|
int |
base, |
|
|
int * |
nump |
|
) |
| |
|
static |
◆ i2a()
| static void i2a |
( |
int |
num, |
|
|
char * |
bf |
|
) |
| |
|
static |
◆ init_printf()
| void init_printf |
( |
void * |
putp, |
|
|
void(*)(void *, char) |
putf |
|
) |
| |
◆ putchw()
| static void putchw |
( |
void * |
putp, |
|
|
putcf |
putf, |
|
|
int |
n, |
|
|
char |
z, |
|
|
char * |
bf |
|
) |
| |
|
static |
◆ putcp()
| static void putcp |
( |
void * |
p, |
|
|
char |
c |
|
) |
| |
|
static |
◆ tfp_format()
| void tfp_format |
( |
void * |
putp, |
|
|
putcf |
putf, |
|
|
const char * |
fmt, |
|
|
va_list |
va |
|
) |
| |
◆ tfp_printf()
| void tfp_printf |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ tfp_sprintf()
| void tfp_sprintf |
( |
char * |
s, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ ui2a()
| static void ui2a |
( |
unsigned int |
num, |
|
|
unsigned int |
base, |
|
|
int |
uc, |
|
|
char * |
bf |
|
) |
| |
|
static |
◆ stdout_putf
◆ stdout_putp