Home
last modified time | relevance | path

Searched refs:CIBAUD (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/loginutils/
Dgetty.c296 #ifdef CIBAUD in init_tty_attrs()
297 | CIBAUD /* input baud rate */ in init_tty_attrs()
/busybox-1.35.0/coreutils/
Dstty.c140 #ifndef CIBAUD
141 # define CIBAUD 0 macro
1551 new_mode.c_cflag &= (~CIBAUD); in stty_main()