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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dser-unix.h48 extern int ser_unix_readchar (struct serial *scb, int timeout);
H A Dser-pipe.c146 ops->readchar = ser_unix_readchar;
H A Dser-tcp.c216 ops->readchar = ser_unix_readchar;
H A Dser-unix.c556 ser_unix_readchar() as part of replacing it with ser_unix*()
558 times out due to no data while ser_unix_readchar() doesn't expect
1073 ser_unix_readchar (struct serial *scb, int timeout)
1072 ser_unix_readchar (struct serial *scb, int timeout) function

Completed in 109 milliseconds