Searched refs:speed_t (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/
H A Dtermios.c105 speed_t
113 cfsetispeed(struct termios *termios, speed_t speed)
131 speed_t
139 cfsetospeed(struct termios *termios, speed_t speed)
/haiku-fatelf/headers/posix/
H A Dtermios.h13 typedef unsigned char speed_t; typedef
24 speed_t c_ispeed; /* (unused) */
25 speed_t c_ospeed; /* (unused) */
222 extern speed_t cfgetispeed(const struct termios *termios);
223 extern speed_t cfgetospeed(const struct termios *termios);
224 extern int cfsetispeed(struct termios *termios, speed_t speed);
225 extern int cfsetospeed(struct termios *termios, speed_t speed);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c426 static unsigned long int baud_to_value (speed_t speed);
432 static speed_t string_to_baud (const char *arg);
988 else if (string_to_baud (arg) != (speed_t) -1)
1304 speed_t baud;
1723 speed_t speed; /* Internal form. */
1796 static speed_t
1804 return (speed_t) -1;
1808 baud_to_value (speed_t speed)
/haiku-fatelf/src/libs/edit/
H A Dtty.h474 speed_t t_speed;
H A Dtty.c453 private speed_t tty__getspeed(struct termios *);
552 private speed_t
555 speed_t spd;
/haiku-fatelf/src/bin/gdb/readline/
H A Dconfigure4991 echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&5
4992 echo $ECHO_N "checking for speed_t in sys/types.h... $ECHO_C" >&6
5007 speed_t x;

Completed in 112 milliseconds