Symbol: ISTRIP
bin/stty/modes.c
103
{ "istrip", ISTRIP, 0 },
bin/stty/modes.c
104
{ "-istrip", 0, ISTRIP },
bin/stty/print.c
113
put("-istrip", ISTRIP, 0);
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
437
tmp_tc.c_iflag &= ~ISTRIP;
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
439
tmp_tc.c_iflag |= ISTRIP;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
553
termbuf.c_iflag &= ~ISTRIP;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
555
termbuf.c_iflag |= ISTRIP;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
576
return(!(termbuf.c_iflag & ISTRIP));
crypto/heimdal/appl/telnet/telnetd/sys_term.c
909
termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON;
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
166
t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
libexec/getty/subr.c
274
CLR(iflag, ISTRIP|INPCK|IGNPAR);
libexec/getty/subr.c
278
SET(iflag, ISTRIP);
sys/compat/linux/linux_ioctl.c
436
if (bios->c_iflag & ISTRIP)
sys/compat/linux/linux_ioctl.c
564
bios->c_iflag |= ISTRIP;
sys/kern/tty.c
88
#define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
sys/kern/tty_compat.c
286
if (iflag&ISTRIP)
sys/kern/tty_compat.c
301
if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
sys/kern/tty_compat.c
373
iflag |= ISTRIP;
sys/kern/tty_compat.c
375
iflag &= ~ISTRIP;
sys/kern/tty_compat.c
382
iflag |= ISTRIP;
sys/kern/tty_compat.c
466
iflag |= ISTRIP;
sys/kern/tty_compat.c
468
iflag &= ~ISTRIP;
sys/kern/tty_compat.c
475
iflag |= ISTRIP;
sys/kern/tty_ttydisc.c
1061
if (CMP_FLAG(i, ISTRIP))
sys/kern/tty_ttydisc.c
678
} else if (!CMP_FLAG(i, ICRNL|IGNCR|IMAXBEL|INLCR|ISTRIP|IXON) &&
usr.bin/chat/chat.c
491
t.c_iflag |= IGNBRK | ISTRIP | IGNPAR;
usr.bin/tip/tip/tip.c
554
cntrl.c_iflag &= ~(ISTRIP|ICRNL);
usr.sbin/lpr/lpd/modes.c
102
{ "istrip", ISTRIP, 0 },
usr.sbin/lpr/lpd/modes.c
103
{ "-istrip", 0, ISTRIP },