Searched refs:TCSANOW (Results 26 - 50 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dtermbits.h180 #define TCSANOW 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c38 #define setTermSettings(fd, argp) tcsetattr(fd, TCSANOW, argp)
H A Dfsck_minix.c274 tcsetattr(0, TCSANOW, &sv_termios);
1345 tcsetattr(0, TCSANOW, &tmp);
1390 tcsetattr(0, TCSANOW, &sv_termios);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Drtsp.c48 tcsetattr( STDIN_FILENO, TCSANOW, &newt );
50 tcsetattr( STDIN_FILENO, TCSANOW, &oldt );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_getpass.c201 tcsetattr(fd, TCSANOW, &noecho);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c50 ret = tcsetattr(handle, TCSANOW, state);
H A Dtelnetd.c289 tcsetattr(0, TCSANOW, &termbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dless.c165 tcsetattr(kbd_fd, TCSANOW, &term_orig);
676 tcsetattr(kbd_fd, TCSANOW, &term_less);
741 tcsetattr(kbd_fd, TCSANOW, &term_less);
1366 /*tcsetattr(kbd_fd, TCSANOW, &term_less);*/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c494 tcsetattr(0, TCSANOW, (void *) &initial_settings);
544 tcsetattr(0, TCSANOW, (void *) &new_settings);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.vt.c127 if(tcsetattr(openvt, TCSANOW, &t)<0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtermbits.h242 #define TCSANOW 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtermbits.h242 #define TCSANOW 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c85 tcsetattr(fd, TCSANOW, &tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c149 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c207 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c196 #define set_term_param(param) tcsetattr(0, TCSANOW, param)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c220 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c204 if (tcsetattr(0, TCSANOW, &stermios) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c233 tcsetattr(STDIN_FILENO, TCSANOW, &tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c360 tcsetattr (c->fd, TCSANOW, &ptyconf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c1212 #define setTermSettings(fd, argp) tcsetattr(fd, TCSANOW, argp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c2082 tcsetattr(0, TCSANOW, &term_vi);
2088 tcsetattr(0, TCSANOW, &term_orig);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c303 tcsetattr (0, TCSANOW, &oldtty);
333 tcsetattr (0, TCSANOW, &tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12245 tcsetattr (0, TCSANOW, &tmp);
12261 tcsetattr (0, TCSANOW, &termios);
12287 tcsetattr (0, TCSANOW, &termios);

Completed in 547 milliseconds

123