Searched refs:sgttyb (Results 1 - 25 of 58) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dsgtty.h31 struct sgttyb;
38 extern int gtty (int __fd, struct sgttyb *__params) __THROW;
41 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dsgtty.h31 struct sgttyb;
38 extern int gtty (int __fd, struct sgttyb *__params) __THROW;
41 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dsgtty.h31 struct sgttyb;
38 extern int gtty (int __fd, struct sgttyb *__params) __THROW;
41 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dterminal.h46 #define TERMINAL struct sgttyb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dterminal.h46 #define TERMINAL struct sgttyb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dterminal.h46 #define TERMINAL struct sgttyb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dterminal.h74 #define TERMINAL struct sgttyb
H A Dser-unix.c72 struct sgttyb sgttyb; member in struct:hardwire_ttystate
135 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0)
165 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0)
218 if (state->sgttyb.sg_flags & RAW)
219 new_state.sgttyb.sg_flags |= RAW;
221 new_state.sgttyb.sg_flags &= ~RAW;
225 if (state->sgttyb.sg_flags & CBREAK)
226 new_state.sgttyb.sg_flags |= CBREAK;
228 new_state.sgttyb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dterminal.h74 #define TERMINAL struct sgttyb
H A Dser-unix.c72 struct sgttyb sgttyb; member in struct:hardwire_ttystate
135 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0)
165 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0)
218 if (state->sgttyb.sg_flags & RAW)
219 new_state.sgttyb.sg_flags |= RAW;
221 new_state.sgttyb.sg_flags &= ~RAW;
225 if (state->sgttyb.sg_flags & CBREAK)
226 new_state.sgttyb.sg_flags |= CBREAK;
228 new_state.sgttyb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dterminal.h74 #define TERMINAL struct sgttyb
H A Dser-unix.c72 struct sgttyb sgttyb; member in struct:hardwire_ttystate
135 if (ioctl (scb->fd, TIOCGETP, &state->sgttyb) < 0)
165 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0)
218 if (state->sgttyb.sg_flags & RAW)
219 new_state.sgttyb.sg_flags |= RAW;
221 new_state.sgttyb.sg_flags &= ~RAW;
225 if (state->sgttyb.sg_flags & CBREAK)
226 new_state.sgttyb.sg_flags |= CBREAK;
228 new_state.sgttyb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dgetsmbpass.c59 static struct sgttyb t;
68 static int tcgetattr(int fd, struct sgttyb *t)
73 static int tcsetattr(int fd, int flags, struct sgttyb *t)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dioctls.h14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
H A Dtermios.h19 struct sgttyb { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dioctls.h14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dioctls.h14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
H A Dtermios.h19 struct sgttyb { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dioctls.h14 #define TIOCGETP _IOR('t', 8, struct sgttyb)
15 #define TIOCSETP _IOW('t', 9, struct sgttyb)
16 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dgetsmbpass.c59 static struct sgttyb t;
68 static int tcgetattr(int fd, struct sgttyb *t)
73 static int tcsetattr(int fd, int flags, struct sgttyb *t)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dgetsmbpass.c59 static struct sgttyb t;
68 static int tcgetattr(int fd, struct sgttyb *t)
73 static int tcsetattr(int fd, int flags, struct sgttyb *t)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Drltty.c168 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member in struct:bsdtty
201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
239 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
268 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
305 readline_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
309 tiop->sgttyb = oldtio.sgttyb;
321 tiop->sgttyb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Drltty.c168 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member in struct:bsdtty
201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
239 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
268 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
305 readline_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
309 tiop->sgttyb = oldtio.sgttyb;
321 tiop->sgttyb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Drltty.c168 struct sgttyb sgttyb; /* Basic BSD tty driver information. */ member in struct:bsdtty
201 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase;
202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
239 if (ioctl (tty, TIOCGETP, &(tiop->sgttyb)) < 0)
268 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
305 readline_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
309 tiop->sgttyb = oldtio.sgttyb;
321 tiop->sgttyb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/
H A Dgetpass.c89 static struct sgttyb t;
98 static int tcgetattr(int fd, struct sgttyb *_t)
103 static int tcsetattr(int fd, int flags, struct sgttyb *_t)

Completed in 172 milliseconds

123