speed_t
speed_t speed = 0;
termios_setispeed(struct termios *tip, speed_t s)
termios_setospeed(struct termios *tip, speed_t s)
speed_t speed;
static speed_t
speed_t termios_speed;
speed_t
speed_t
cfsetispeed(struct termios *termios_p, speed_t speed)
cfsetospeed(struct termios *termios_p, speed_t speed)
speed_t speed;
{ (speed_t)-1, -1 }
speed_t value;
for (i = 0; speeds[i].speed != (speed_t) -1; ++i) {
speed_t speed;
{ (speed_t)-1, -1 }
speed_t value;
for (i = 0; speeds[i].speed != (speed_t) -1; ++i) {
extern speed_t cfgetospeed(const struct termios *);
extern int cfsetospeed(struct termios *, speed_t);
extern speed_t cfgetispeed(const struct termios *);
extern int cfsetispeed(struct termios *, speed_t);