Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-13.1/usr.sbin/lpr/lpd/
H A Dmodes.c58 { "cs5", CS5, CSIZE },
59 { "cs6", CS6, CSIZE },
60 { "cs7", CS7, CSIZE },
61 { "cs8", CS8, CSIZE },
70 { "parity", PARENB | CS7, PARODD | CSIZE },
72 { "evenp", PARENB | CS7, PARODD | CSIZE },
73 { "-evenp", CS8, PARODD | PARENB | CSIZE },
74 { "oddp", PARENB | CS7 | PARODD, CSIZE },
75 { "-oddp", CS8, PARODD | PARENB | CSIZE },
76 { "pass8", CS8, PARODD | PARENB | CSIZE },
[all …]
/freebsd-13.1/bin/stty/
H A Dmodes.c55 { "cs5", CS5, CSIZE },
56 { "cs6", CS6, CSIZE },
57 { "cs7", CS7, CSIZE },
58 { "cs8", CS8, CSIZE },
67 { "parity", PARENB | CS7, PARODD | CSIZE },
69 { "evenp", PARENB | CS7, PARODD | CSIZE },
70 { "-evenp", CS8, PARODD | PARENB | CSIZE },
71 { "oddp", PARENB | CS7 | PARODD, CSIZE },
72 { "-oddp", CS8, PARODD | PARENB | CSIZE },
73 { "pass8", CS8, PARODD | PARENB | CSIZE },
[all …]
H A Dprint.c154 switch(tmp&CSIZE) { in print()
H A Dkey.c242 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
/freebsd-13.1/contrib/flex/src/
H A Dflexdef.h91 #define CSIZE 256 macro
224 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
533 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
H A Ddfa.c186 int out_char_set[CSIZE]; in dump_transitions()
378 int symlist[CSIZE + 1]; in ntod()
392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod()
393 int targfreq[CSIZE + 1] = {0}, targstate[CSIZE + 1]; in ntod()
1006 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; in sympartition()
H A Dtblcmp.c83 int extptr, extrct[2][CSIZE + 1]; in bldtbl()
225 int tmpstorage[CSIZE + 1]; in cmptmps()
677 int i, numdiff, tmpbase, tmp[CSIZE + 1]; in mktemplate()
678 unsigned char transset[CSIZE + 1]; in mktemplate()
H A Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
83 tecfwd[CSIZE + 1];
84 int tecbck[CSIZE + 1];
247 csize = CSIZE; in check_options()
1220 csize = CSIZE; in flexinit()
H A Decs.c119 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */ in mkeccl()
/freebsd-13.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c141 DATA(CSIZE), in _nc_trace_ttymode()
147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
197 int value = (int) (tty->c_cflag & CSIZE); in _nc_trace_ttymode()
/freebsd-13.1/sys/kern/
H A Dtty_compat.c288 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags()
306 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags()
311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
372 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags()
465 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
/freebsd-13.1/libexec/getty/
H A Dsubr.c276 CLR(cflag, CSIZE|PARENB); in set_flags()
280 CLR(cflag, CSIZE); in set_flags()
340 CLR(cflag, CSIZE|PARENB); in set_flags()
/freebsd-13.1/contrib/ncurses/include/
H A Dnc_termios.h128 #define CSIZE 0x00030 macro
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c62 current_mode.c_cflag &= ~(CSIZE|PARENB); in isc_keyboard_open()
/freebsd-13.1/sys/sys/
H A D_termios.h128 #define CSIZE 0x00000300 /* character size mask */ macro
/freebsd-13.1/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c441 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
448 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
449 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/freebsd-13.1/contrib/telnet/telnet/
H A Dsys_bsd.c577 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
581 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
582 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/freebsd-13.1/lib/libc/gen/
H A Dtermios.c174 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/freebsd-13.1/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c186 t.c_cflag &= ~CSIZE; /* cs8 */ in open_device()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c285 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()
/freebsd-13.1/usr.bin/tset/
H A Dset.c129 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL); in reset_mode()
/freebsd-13.1/contrib/tcsh/
H A Dmi.termios.c358 switch (termios_p->c_cflag & CSIZE)
/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c222 termsettings.c_cflag &= ~CSIZE; in neoclock4x_start()
244 termsettings.c_cflag &= ~CSIZE; in neoclock4x_start()
/freebsd-13.1/contrib/telnet/telnetd/
H A Dsys_term.c563 termbuf.c_cflag &= ~(CSIZE|PARENB); in tty_binaryout()
567 termbuf.c_cflag &= ~CSIZE; in tty_binaryout()
/freebsd-13.1/sys/dev/nmdm/
H A Dnmdm.c306 switch (t->c_cflag & CSIZE) { in bits_per_char()

123