Home | History | Annotate | Download | only in coregrind

Lines Matching full:fromfd

1520 /* Read a packet from fromfd, with error checking,
1526 getpkt (char *buf, int fromfd, int ackfd)
1536 c = readchar (fromfd);
1546 c = readchar (fromfd);
1557 repeat = readchar (fromfd);
1568 c1 = fromhex (readchar (fromfd));
1569 c2 = fromhex (readchar (fromfd));