Searched refs:print_formatted (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/share/examples/libusb20/ |
H A D | control.c | 135 print_formatted(data, (uint32_t)setup.wLength); in doit() 173 print_formatted(in_buf, rlen); in doit()
|
H A D | util.h | 14 void print_formatted(uint8_t *buf, uint32_t len);
|
H A D | util.c | 29 print_formatted(uint8_t *buf, uint32_t len) in print_formatted() function
|
H A D | bulk.c | 139 print_formatted(in_buf, rlen); in doit()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | printcmd.c | 287 print_formatted (struct value *val, int size, in print_formatted() function 907 print_formatted (last_examine_value, size, &opts, gdb_stdout); in do_examine() 990 print_formatted (val, fmt.size, &opts, gdb_stdout); in print_command_1() 1046 print_formatted (val, fmt.size, &opts, gdb_stdout); in output_command() 1779 print_formatted (val, d->format.size, &opts, gdb_stdout); in do_one_display()
|