Home
last modified time | relevance | path

Searched refs:tty_value_to_baud (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/libbb/
Dspeed_table.c140 speed_t FAST_FUNC tty_value_to_baud(unsigned int value) in tty_value_to_baud() function
163 s = tty_value_to_baud(v);
/busybox-1.35.0/miscutils/
Dmicrocom.c119 cfsetspeed(&tio, tty_value_to_baud(speed)); in microcom_main()
/busybox-1.35.0/networking/
Dslattach.c144 baud_code = tty_value_to_baud(xatoi(baud_str)); in slattach_main()
/busybox-1.35.0/loginutils/
Dgetty.c154 return tty_value_to_baud(value); in bcode()
/busybox-1.35.0/coreutils/
Dstty.c811 baud = tty_value_to_baud(xatou(arg)); in set_speed_or_die()
1397 if (tty_value_to_baud(xatou(arg)) != (speed_t) -1) break; in stty_main()
/busybox-1.35.0/include/
Dlibbb.h1589 extern speed_t tty_value_to_baud(unsigned int value) FAST_FUNC;