Home
last modified time | relevance | path

Searched refs:TIOCFLUSH (Results 1 – 25 of 5143) sorted by relevance

12345678910>>...206

/dports/comms/minicom/minicom-2.7.1/src/
H A Dsysdep1_s.c49 #ifdef TIOCFLUSH in m_flush()
52 ioctl(fd, TIOCFLUSH, &out); in m_flush()
/dports/mail/elm/elm2.5.8/hdrs/
H A Dport_termios.h8 # ifndef TIOCFLUSH
45 # define ttflush(fd, mode) ioctl((fd), TIOCFLUSH, (mode))
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/test/
H A Dkbunix.c227 #elif defined(TIOCFLUSH) in kbFlush()
231 ioctl(kbFd, TIOCFLUSH, FREAD); in kbFlush()
/dports/misc/deco/deco39/
H A Dtty.c182 # ifdef TIOCFLUSH in TtyFlushInput()
185 ioctl (CHANNEL, TIOCFLUSH, (char *) &p); in TtyFlushInput()
/dports/devel/tinygo/tinygo-0.14.1/vendor/go.bug.st/serial/
H A Dserial_darwin.go16 const ioctlTcflsh = unix.TIOCFLUSH
H A Dserial_dragonfly.go56 const ioctlTcflsh = unix.TIOCFLUSH
H A Dserial_openbsd.go58 const ioctlTcflsh = unix.TIOCFLUSH
H A Dserial_freebsd.go58 const ioctlTcflsh = unix.TIOCFLUSH
/dports/shells/elvish/elvish-0.17.0/pkg/sys/eunix/
H A Dtermios_bsd.go17 flushIOCTL = unix.TIOCFLUSH
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/termios/
H A Dtcflush.c74 return (ioctl(fd, TIOCFLUSH, &com)); in __weak_alias()
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/rlfe/
H A Dpty.c119 # ifdef TIOCFLUSH
120 (void) ioctl(f, TIOCFLUSH, (char *) 0);
/dports/devel/gdb/gdb-11.1/readline/readline/examples/rlfe/
H A Dpty.c121 # ifdef TIOCFLUSH
122 (void) ioctl(f, TIOCFLUSH, (char *) 0);
/dports/devel/gdb761/gdb-7.6.1/readline/examples/rlfe/
H A Dpty.c121 # ifdef TIOCFLUSH
122 (void) ioctl(f, TIOCFLUSH, (char *) 0);
/dports/devel/readline/readline-8.1/examples/rlfe/
H A Dpty.c121 # ifdef TIOCFLUSH
122 (void) ioctl(f, TIOCFLUSH, (char *) 0);
/dports/devel/clewn/clewn-1.14/
H A Dpty.c146 # ifdef TIOCFLUSH
147 (void)ioctl(f, TIOCFLUSH, (char *) 0);
/dports/sysutils/screen/screen-4.8.0/
H A Dpty.c124 # ifdef TIOCFLUSH
125 (void) ioctl(f, TIOCFLUSH, (char *) 0);
/dports/graphics/pgplot/pgplot/sys_openstep/g77_src/
H A Dgrgetc.c98 ioctl(0, TIOCFLUSH,&tmp);
/dports/graphics/pgplot/pgplot/sys_alliant/
H A Dgrgetc.c98 ioctl(0, TIOCFLUSH,&tmp);
/dports/graphics/pgplot/pgplot/sys_next/f2c_src/
H A Dgrgetc.c98 ioctl(0, TIOCFLUSH,&tmp);
/dports/graphics/pgplot/pgplot/sys_next/gf77_src/
H A Dgrgetc.c98 ioctl(0, TIOCFLUSH,&tmp);
/dports/graphics/pgplot/pgplot/sys_openstep/f2c_src/
H A Dgrgetc.c98 ioctl(0, TIOCFLUSH,&tmp);
/dports/graphics/pgplot/pgplot/sys_next/af77_src/
H A Dgrgetc.c99 ioctl(0, TIOCFLUSH,&tmp);
/dports/graphics/pgplot/pgplot/sys_linux/af77_src/
H A Dgrgetc.c99 ioctl(0, TIOCFLUSH,&tmp);
/dports/editors/vim/vim-8.2.3745/src/
H A Dpty.c153 # ifdef TIOCFLUSH in initmaster()
154 (void)ioctl(f, TIOCFLUSH, (char *) 0); in initmaster()
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/pkg/term/termios/
H A Dtermios_bsd.go58 return unix.IoctlSetPointerInt(int(fd), unix.TIOCFLUSH, int(which))

12345678910>>...206