Warning, /testsuites/libtests/termios02/termios02.scn is written in an unsupported language. File is not indexed.
0001 *** BEGIN OF TEST TERMIOS 2 ***
0002 tcdrain(12) - EBADF
0003 tcdrain(stdin) - OK
0004 tcdrain(stdout) - OK
0005 tcdrain(stderr) - OK
0006
0007 tcflow(stdin, TCOOFF) - ENOTSUP
0008 tcflow(stdin, TCOON) - ENOTSUP
0009 tcflow(stdin, TCIOFF) - ENOTSUP
0010 tcflow(stdin, TCION) - ENOTSUP
0011 tcflow(stdin, 22) - EINVAL
0012
0013 tcflush(stdin, TCIFLUSH) - OK
0014 tcflush(stdin, TCOFLUSH) - OK
0015 tcflush(stdin, TCIOFLUSH) - OK
0016 tcflush(stdin, 22) - EINVAL
0017
0018 tcgetpgrp( 1 ) - OK
0019 tcsetpgrp( 1, 3 ) - OK
0020
0021 tcsendbreak( 1, 0 ) - OK
0022
0023 ctermid( NULL ) - OK
0024 ctermid ==> /dev/console
0025 ctermid( term_name ) - OK
0026 ctermid ==> /dev/console
0027 *** END OF TEST TERMIOS 2 ***