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

/freebsd-10.1-release/share/examples/libusb20/
H A Dutil.h14 void print_formatted(uint8_t *buf, uint32_t len);
H A Dutil.c29 print_formatted(uint8_t *buf, uint32_t len) function
H A Dcontrol.c135 print_formatted(data, (uint32_t)setup.wLength);
173 print_formatted(in_buf, rlen);
H A Dbulk.c139 print_formatted(in_buf, rlen);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dprintcmd.c176 static void print_formatted (struct value *, int, int, struct ui_file *);
284 print_formatted (struct value *val, int format, int size,
823 /* Note that print_formatted sets next_address for the next
844 print_formatted (last_examine_value, format, size, gdb_stdout);
926 print_formatted (val, format, fmt.size, gdb_stdout);
989 print_formatted (val, format, fmt.size, gdb_stdout);
1578 print_formatted (evaluate_expression (d->exp),
282 print_formatted (struct value *val, int format, int size, function

Completed in 102 milliseconds