Symbol: ISTRIP
bin/stty/modes.c
103
{ "istrip", ISTRIP, 0 },
bin/stty/modes.c
104
{ "-istrip", 0, ISTRIP },
bin/stty/print.c
114
put("-istrip", ISTRIP, 0);
crypto/openssh/sshtty.c
80
tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF);
crypto/openssh/ttymodes.h
108
TTYMODE(ISTRIP, c_iflag, 33)
lib/libc/gen/termios.c
170
t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
libexec/getty/subr.c
275
CLR(iflag, ISTRIP|INPCK|IGNPAR);
libexec/getty/subr.c
279
SET(iflag, ISTRIP);
libexec/telnetd/sys_term.c
554
termbuf.c_iflag &= ~ISTRIP;
libexec/telnetd/sys_term.c
556
termbuf.c_iflag |= ISTRIP;
libexec/telnetd/sys_term.c
588
return(!(termbuf.c_iflag & ISTRIP));
sys/bus/u4b/serial/usb_serial.c
2164
if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))
sys/dev/serial/sio/sio.c
2807
if (!(t->c_iflag & (ICRNL | IGNCR | IMAXBEL | INLCR | ISTRIP | IXON))
sys/kern/tty.c
470
if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP))
sys/kern/tty.c
680
if (c == 0377 && ISSET(iflag, PARMRK) && !ISSET(iflag, ISTRIP) &&
usr.bin/chat/chat.c
491
t.c_iflag |= IGNBRK | ISTRIP | IGNPAR;
usr.bin/telnet/sys_bsd.c
569
tmp_tc.c_iflag &= ~ISTRIP;
usr.bin/telnet/sys_bsd.c
571
tmp_tc.c_iflag |= ISTRIP;
usr.bin/tip/tip.c
198
ctermios.c_iflag = (IMAXBEL|IXANY|ISTRIP|IXON|BRKINT);
usr.bin/tset/set.c
76
mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
usr.bin/window/wwinit.c
108
~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXOFF | IMAXBEL);
usr.sbin/lpr/lpd/modes.c
103
{ "istrip", ISTRIP, 0 },
usr.sbin/lpr/lpd/modes.c
104
{ "-istrip", 0, ISTRIP },