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

/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.h139 void convert_ascii_to_int (char *from, char *to, int n);
H A Dregcache.c164 convert_ascii_to_int (buf, registers, len / 2);
H A Dserver.c478 convert_ascii_to_int (own_buf + 1, &sig, 1);
489 convert_ascii_to_int (own_buf + 1, &sig, 1);
H A Dremote-utils.c535 convert_ascii_to_int (char *from, char *to, int n) function
692 convert_ascii_to_int (&from[i++], to, *len_ptr);

Completed in 50 milliseconds