ISTRIP            101 arch/i386/stand/boot/crt0.c         tc.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
ISTRIP            293 compat/common/tty_43.c 		if (!ISSET(iflag, ISTRIP))
ISTRIP            399 compat/common/tty_43.c 			SET(iflag, ISTRIP);
ISTRIP            401 compat/common/tty_43.c 			CLR(iflag, ISTRIP);
ISTRIP            411 compat/common/tty_43.c 		SET(iflag, ISTRIP);
ISTRIP            474 compat/common/tty_43.c 			SET(iflag, ISTRIP);
ISTRIP            476 compat/common/tty_43.c 			CLR(iflag, ISTRIP);
ISTRIP            486 compat/common/tty_43.c 		SET(iflag, ISTRIP);
ISTRIP            133 compat/ibcs2/ibcs2_ioctl.c 	if (l & IBCS2_ISTRIP)	r |= ISTRIP;
ISTRIP            227 compat/ibcs2/ibcs2_ioctl.c 	if (l & ISTRIP)		r |= IBCS2_ISTRIP;
ISTRIP             96 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_ISTRIP, ISTRIP);
ISTRIP            179 compat/linux/linux_termios.c 	lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, ISTRIP, LINUX_ISTRIP);
ISTRIP            265 compat/linux/linux_termios.c 	bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_ISTRIP, ISTRIP);
ISTRIP            353 compat/linux/linux_termios.c 	lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, ISTRIP, LINUX_ISTRIP);
ISTRIP            131 compat/sunos/sunos_ioctl.c 	r |=	((l & 0x00000020) ? ISTRIP	: 0);
ISTRIP            254 compat/sunos/sunos_ioctl.c 	r |=	((l &  ISTRIP) ? 0x00000020	: 0);
ISTRIP            144 compat/ultrix/ultrix_ioctl.c 	r |=	((l & 0x00000020) ? ISTRIP	: 0);
ISTRIP            276 compat/ultrix/ultrix_ioctl.c 	r |=	((l &  ISTRIP) ? 0x00000020	: 0);
ISTRIP            287 kern/tty.c     				if (ISSET(iflag, ISTRIP) || c != 0377)
ISTRIP            295 kern/tty.c     	if (c == 0377 && !ISSET(iflag, ISTRIP) && ISSET(iflag, PARMRK))
ISTRIP            303 kern/tty.c     	if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP))