Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/networking/
Dslattach.c185 | ((opt & OPT_F_noflow) ? 0 : CRTSCTS); in slattach_main()
/busybox-1.35.0/loginutils/
Dgetty.c309 #ifdef CRTSCTS in init_tty_attrs()
311 G.tty_attrs.c_cflag |= CRTSCTS; /* flow control using RTS/CTS pins */ in init_tty_attrs()
/busybox-1.35.0/init/
Dinit.c370 #ifndef CRTSCTS in set_sane_term()
371 # define CRTSCTS 0 in set_sane_term() macro
373 tty.c_cflag &= CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | CRTSCTS; in set_sane_term()
/busybox-1.35.0/coreutils/
Dstty.c149 #ifndef CRTSCTS
150 # define CRTSCTS 0 macro
365 #if CRTSCTS
366 MI_ENTRY("crtscts", control, REV, CRTSCTS, 0 )
529 #if CRTSCTS
530 MI_ENTRY("crtscts", control, REV, CRTSCTS, 0 )
/busybox-1.35.0/docs/
DSerial-Programming-HOWTO.txt212 my_termios.c_flag |= CRTSCTS;