Searched refs:convert_ascii_to_int (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | server.c | 478 convert_ascii_to_int (own_buf + 1, &sig, 1); in main() 489 convert_ascii_to_int (own_buf + 1, &sig, 1); in main()
|
H A D | server.h | 139 void convert_ascii_to_int (char *from, char *to, int n);
|
H A D | regcache.c | 164 convert_ascii_to_int (buf, registers, len / 2); in registers_from_string()
|
H A D | remote-utils.c | 564 convert_ascii_to_int (char *from, char *to, int n) in convert_ascii_to_int() function 721 convert_ascii_to_int (&from[i++], to, *len_ptr); in decode_M_packet()
|