Searched refs:CLOCAL (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/ntp-88/libntp/
H A Dicom.c130 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c136 {CLOCAL, "CLOCAL"},
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c114 tp->t_cflag = (CREAD | CS8 | CLOCAL);
225 /* Bodge in the CLOCAL flag as the km device is always local */
231 t->c_cflag |= CLOCAL;
240 t->c_cflag |= CLOCAL;
/macosx-10.9.5/adv_cmds-153/stty/
H A Dmodes.c90 { "clocal", CLOCAL, 0 },
91 { "-clocal", 0, CLOCAL },
H A Dkey.c265 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & CLOCAL);
H A Dprint.c181 put("-clocal", CLOCAL, 0);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_refclock.c817 ttyp->c_cflag = CS8 | CLOCAL | CREAD;
820 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD;
843 ttyp->c_cflag &= ~CLOCAL;
886 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD;
906 ttyp->c_cflag &= ~CLOCAL;
H A Drefclock_leitch.c285 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD;
312 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
H A Drefclock_parse.c476 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
550 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
580 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
612 #define WSDCF_CFLAG (CS8|CREAD|CLOCAL)
630 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL)
632 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL|PARENB)
674 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
719 #define TRIMBLETAIP_CFLAG (CS8|CREAD|CLOCAL)
725 #define TRIMBLETSIP_CFLAG (CS8|CLOCAL|CREAD|PARENB|PARODD)
795 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL)
[all...]
H A Drefclock_datum.c299 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL;
/macosx-10.9.5/screen-22/screen/
H A Dtty.c266 #if defined(CLOCAL)
267 m->tio.c_cflag |= CLOCAL;
268 #endif /* CLOCAL */
1480 #if defined(CLOCAL) || defined(CRTSCTS)
1488 #if defined(CLOCAL) || defined(CRTSCTS)
1492 #ifdef CLOCAL
1493 if (mtio.tio.c_cflag & CLOCAL)
H A Dtty.c.dist266 #if defined(CLOCAL)
267 m->tio.c_cflag |= CLOCAL;
268 #endif /* CLOCAL */
1480 #if defined(CLOCAL) || defined(CRTSCTS)
1488 #if defined(CLOCAL) || defined(CRTSCTS)
1492 #ifdef CLOCAL
1493 if (mtio.tio.c_cflag & CLOCAL)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.termios.c226 * CLOCAL: forced on (ignore modem status lines - not quite right)
234 termios_p->c_cflag = CLOCAL | CREAD;
H A Ded.term.c220 # ifdef CLOCAL
221 { "clocal", CLOCAL, M_CONTROL },
222 # endif /* CLOCAL */
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp122 ( !IS_TTY_OUTWARD((dev)) && !ISSET((cflag), CLOCAL) )
1041 CLR(tp->t_cflag, CLOCAL); // Fake up a carrier drop
2065 && !ISSET(tp->t_state, TS_CARR_ON) && !ISSET(tp->t_cflag, CLOCAL)) {
2420 CLR(tp->t_cflag, CLOCAL); // Fake up a carrier drop
2842 // it should also be pointed out that it may be a limitation of the CLOCAL
2858 debug(FLOW, "faking a CLOCAL drop");
2860 CLR(tp->t_cflag, CLOCAL); // Fake up a carrier drop
2861 debug(FLOW, "faked a CLOCAL drop, about to fake a carrier drop");
3110 // it should also be pointed out that it may be a limitation of the CLOCAL
3126 debug(FLOW, "faking a CLOCAL dro
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c221 { "clocal", BIT, C_FLAG, NL, CLOCAL, CLOCAL, C("Disable (enable) modem control signals") },
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty.c72 * o Handle CLOCAL consistently for ptys. Perhaps disallow setting it.
355 if (ISSET(tp->t_cflag, CLOCAL)) {
1267 if (ISSET(t->c_cflag, CLOCAL) &&
1268 !ISSET(tp->t_cflag, CLOCAL)) {
1282 ISSET(t->c_cflag, CLOCAL)) &&
1877 !ISSET(tp->t_cflag, CLOCAL)) {
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dccid_serial.c724 * CLOCAL: ignore modem control lines */
725 current_termios.c_cflag = CS8 | CSTOPB | CREAD | CLOCAL;
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dmain.c522 tmode.c_cflag |= CLOCAL;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dmain.c522 tmode.c_cflag |= CLOCAL;
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dserial.c1027 parameter indicates whether to set, clear, or ignore CLOCAL. */
1271 q->snew.c_cflag |= CLOCAL;
1274 q->snew.c_cflag &=~ CLOCAL;
1810 it resets or sets CLOCAL. We only require carrier if the port
1860 q->snew.c_cflag &=~ CLOCAL;
1863 ulog (LOG_ERROR, "Can't clear CLOCAL: %s", strerror (errno));
1911 q->snew.c_cflag |= CLOCAL;
1914 ulog (LOG_ERROR, "Can't set CLOCAL: %s", strerror (errno));
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.c281 #ifdef CLOCAL
282 {"clocal", CLOCAL, MD_CTL},
283 #endif /* CLOCAL */
/macosx-10.9.5/libedit-39/src/
H A Dtty.c282 #ifdef CLOCAL
283 {"clocal", CLOCAL, MD_CTL},
284 #endif /* CLOCAL */
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.c273 #ifdef CLOCAL
274 {"clocal", CLOCAL, MD_CTL},
275 #endif /* CLOCAL */

Completed in 325 milliseconds

12