Searched refs:readchar (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dxmodem.c39 readchar (struct serial *desc, int timeout) function
54 perror_with_name ("xmodem.c:readchar()");
123 c = readchar (desc, 6);
222 c = readchar (desc, 3);
259 c = readchar (desc, 3);
H A Dmonitor.c64 static int readchar (int timeout);
441 readchar (int timeout) function
544 c = readchar (timeout);
551 c = readchar (timeout);
645 *p++ = readchar (timeout);
686 ch = readchar (timeout);
693 ch = readchar (timeout);
1216 c = readchar (timeout);
1218 c = readchar (timeout);
1219 if ((c == '0') && ((c = readchar (timeou
[all...]
H A Docd.c47 static int readchar (int timeout);
746 readchar (int timeout)
815 ch = readchar (timeout);
818 error ("ocd_get_packet (readchar): %d", ch);
821 error ("ocd_get_packet (readchar): %d", ch);
830 ch = readchar (timeout);
833 error ("ocd_get_packet (readchar): %d", ch);
840 ch = readchar (timeout);
843 error ("ocd_get_packet (readchar): %d", ch);
849 ch = readchar (timeou
737 readchar (int timeout) function
[all...]
H A Dremote-st.c90 readchar (int timeout) function
126 c = readchar (timeout);
181 ch = readchar (timeout);
745 c = readchar (0);
H A Dremote-e7000.c197 readchar (int timeout) function
262 c = readchar (timeout);
338 *start = readchar (timeout);
343 *start = readchar (timeout);
572 c = readchar (1);
607 c = readchar (1);
768 return readchar (timeout);
1173 j = readchar (0);
1187 while ((j = readchar (0)) > 0)
1814 while ((c = readchar (
[all...]
H A Dremote-sds.c89 static int readchar (int);
172 while ((c = readchar (1)) >= 0)
679 readchar (int timeout)
814 c = readchar (sds_timeout);
886 continuously, but if it pauses, we'll get a zero from readchar
895 c = readchar (timeout);
917 c2 = readchar (timeout);
918 c3 = readchar (timeout);
672 readchar (int timeout) function
H A Dser-pipe.c146 ops->readchar = ser_unix_readchar;
H A Dserial.h211 int (*readchar) (struct serial *, int timeout); member in struct:serial_ops
H A Dser-tcp.c216 ops->readchar = ser_unix_readchar;
H A Dserial.c354 ch = scb->ops->readchar (scb, timeout);
H A Dremote.c117 static int readchar (int timeout);
3875 readchar (int timeout)
3984 ch = readchar (remote_timeout);
4078 c = readchar (remote_timeout);
4098 check_0 = readchar (remote_timeout);
4100 check_1 = readchar (remote_timeout);
4136 c = readchar (remote_timeout);
4225 continuously, but if it pauses, we'll get a zero from readchar
4234 c = readchar (timeout);
3864 readchar (int timeout) function
H A Dser-unix.c1020 /* Perform operations common to both old and new readchar. */
1029 specific readchar() function. Note: reschedule() is called after
1249 the FIFO using readchar(). If the FIFO isn't immediatly emptied,
1262 /* Prime the input FIFO. The readchar() function is used to
1351 ops->readchar = hardwire_readchar;
/freebsd-10.1-release/tools/tools/fixwhite/
H A Dfixwhite.c135 readchar(void) function
165 while ((c = readchar()) != EOF) {
/freebsd-10.1-release/usr.bin/dc/
H A Dbcode.h68 int (*readchar)(struct source *); member in struct:vtable
H A Dinout.c197 while ((ch = (*src->vtable->readchar)(src)) != EOF) {
249 while ((ch = (*src->vtable->readchar)(src)) != EOF) {
H A Dbcode.c273 return (src->vtable->readchar(src));
/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c403 readchar (void) function
417 fprintf (stderr, "readchar: Got EOF\n");
419 perror ("readchar");
445 c = readchar ();
461 c = readchar ();
471 c1 = fromhex (readchar ());
472 c2 = fromhex (readchar ());

Completed in 119 milliseconds