Searched refs:ONLCR (Results 26 - 38 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c201 #ifdef ONLCR
202 stermios.c_oflag &= ~(ONLCR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Dgetty.c347 tp->c_oflag = OPOST | ONLCR;
599 tp->c_oflag |= ONLCR; /* map NL in output to CR-NL */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Drioparam.c409 if (TtyP->termios->c_oflag & ONLCR) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtty.h140 #define O_ONLCR(tty) _O_FLAG((tty),ONLCR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dtelnetd.c283 termbuf.c_oflag |= ONLCR|XTABS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c504 if (tty->termios->c_oflag & ONLCR)
538 termios->c_oflag |= OPOST | ONLCR;
H A Dtty_io.c114 .c_oflag = OPOST | ONLCR,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkobil_sct.c243 port->tty->termios->c_oflag &= ~ONLCR; // do NOT translate CR to CR-NL (0x0A -> 0x0A 0x0D)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/init/
H A Dinit.c227 tty.c_oflag = OPOST | ONLCR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_tty.c789 driver->init_termios.c_oflag = ONLCR | XTABS;
H A Dcon3215.c1150 driver->init_termios.c_oflag = ONLCR | XTABS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapi.c1370 drv->init_termios.c_oflag = OPOST | ONLCR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dvi.c2078 term_vi.c_oflag &= (~ONLCR);

Completed in 201 milliseconds

12