Searched refs:print_inf (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Dprintf.c99 struct print_inf { struct
114 * reports are stored inside the print_inf struct. That way, this function can
117 * error member of struct print_inf. The output stored inside the struct
118 * print_inf str member shall only be used when the error member is 0.
123 static void printf_str(struct print_inf *inf, char *format, ...)
164 static void putchar_str(struct print_inf *inf, char c)
354 static int print_esc_string(struct print_inf *inf, const char *str)
386 static void print_direc(struct print_inf *inf, char *format, unsigned int fmt_length,
482 static char **print_formatted(struct print_inf *inf, char *f, char **argv, int *conv_err)
617 struct print_inf in
[all...]

Completed in 87 milliseconds