Searched refs:termios (Results 126 - 150 of 231) sorted by relevance

12345678910

/macosx-10.10/ntp-92/include/
H A Dtimepps-Solaris.h54 #include <termios.h> /* to get TOCGPPSEV and TIOCSPPS */
H A Dtimepps-SunOS.h54 #include <termios.h> /* to get CIOGETEV */
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_hopfser.c39 # include <termios.h>
H A Drefclock_trak.c25 # include <sys/termios.h>
H A Drefclock_neoclock4x.c29 #include <termios.h>
53 # include <termios.h>
177 struct termios termsettings;
H A Drefclock_msfees.c28 #include <termios.h>
35 # include <sys/termios.h>
437 struct termios ttyb, *ttyp;
H A Dcheck_y2k.c93 # include <termios.h>
H A Drefclock_leitch.c297 * POSIX serial line parameters (termios interface)
302 { struct termios ttyb, *ttyp;
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dsys_MacOSX.c31 #include <termios.h>
/macosx-10.10/sudo-73/src/
H A Dlbuf.c47 # include <termios.h>
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c40 # include <sys/termios.h>
/macosx-10.10/tcsh-65/tcsh/
H A Ded.term.h498 struct termios d_t;
H A Dsh.decls.h290 extern int xtcsetattr (int, int, const struct termios *);
H A Dtc.os.h87 # include <termios.h>
149 * termios.h, then we define it ourselves so that window resizing works.
165 * defined in <termios.h>. Wrapper added.
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp28 * 2001-11-30 gvdl open/close pre-emptible arbitration for termios
1352 bcopy(&tp->t_termios, data, sizeof(struct termios));
1354 me->convertFlowCtrl(sp, (struct termios *) data);
1362 bcopy(&tp->t_termios, data, sizeof(struct termios));
1366 me->convertFlowCtrl(sp, (struct termios *) data);
1378 struct termios *dt = (struct termios *)data;
1379 struct termios lcl_termios;
1393 /* Convert the PortSessionSync's flow control setting to termios */
1624 iossparam(struct tty *tp, struct termios *
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_serial.c30 #include <termios.h>
651 struct termios current_termios;
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dscutil.c54 #include <termios.h>
662 struct termios t;
/macosx-10.10/cups-408/cups/cups/
H A Dusersys.c29 # include <termios.h>
659 struct termios original, /* Original input mode */
/macosx-10.10/ncurses-44/ncurses/man/
H A Dman_db.renames172 termio.7 termios.3
/macosx-10.10/ruby-106/ruby/ext/io/console/
H A Dconsole.c27 # include <termios.h>
28 typedef struct termios conmode;
/macosx-10.10/lukemftp-14/tnftp/
H A Dtnftp.h109 # include <termios.h>
/macosx-10.10/ncurses-44/ncurses/test/
H A Dview.c63 # include <termios.h>
/macosx-10.10/screen-22/screen/
H A Dos.h193 # include <termios.h>
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h231 struct termios;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty.c82 * o Don't allow certain termios flags to affect disciplines other
1206 case TIOCGETA_32: /* get termios struct */
1210 bcopy(&tp->t_termios, data, sizeof(struct termios));
1213 case TIOCGETA_64: /* get termios struct */
1215 bcopy(&tp->t_termios, data, sizeof(struct termios));
1244 case TIOCSETA_32: /* set termios struct */
1251 struct termios *t = (struct termios *)data;
1252 struct termios lcl_termios;
1322 * ICANON while we're in a non-termios lin
[all...]

Completed in 288 milliseconds

12345678910