Home
last modified time | relevance | path

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

12345678

/netbsd-src/bin/stty/
H A Dmodes.c80 { "cs5", CS5, CSIZE },
81 { "cs6", CS6, CSIZE },
82 { "cs7", CS7, CSIZE },
83 { "cs8", CS8, CSIZE },
84 { "parity", PARENB | CS7, PARODD | CSIZE },
85 { "-parity", CS8, PARODD | PARENB | CSIZE },
86 { "evenp", PARENB | CS7, PARODD | CSIZE },
87 { "-evenp", CS8, PARODD | PARENB | CSIZE },
88 { "oddp", PARENB | CS7 | PARODD, CSIZE },
89 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all …]
/netbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c59 { "cs5", CS5, CSIZE },
60 { "cs6", CS6, CSIZE },
61 { "cs7", CS7, CSIZE },
62 { "cs8", CS8, CSIZE },
71 { "parity", PARENB | CS7, PARODD | CSIZE },
72 { "-parity", CS8, PARODD | PARENB | CSIZE },
73 { "evenp", PARENB | CS7, PARODD | CSIZE },
74 { "-evenp", CS8, PARODD | PARENB | CSIZE },
75 { "oddp", PARENB | CS7 | PARODD, CSIZE },
76 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all …]
H A Dttcompat.c78 if (ISSET(cflag, CSIZE) == CS8) { in sttygetoflags()
138 CLR(cflag, CSIZE); in sttysetoflags()
149 CLR(cflag, CSIZE); in sttysetoflags()
/netbsd-src/sbin/dump/
H A Drcache.c92 #define CSIZE (nblksread << dev_bshift) /* cache buf size */ macro
93 #define CDATA(desc) (cdata + ((desc) - cdesc) * CSIZE)
130 cachetmp = (usermem / MAXMEMPART) / CSIZE; in initcache()
143 cachebufs * CSIZE; in initcache()
324 if (toCopy <= 0 || toCopy > CSIZE) { in bread()
334 dev_bshift) > CDATA(curr) + CSIZE) { in bread()
/netbsd-src/external/bsd/flex/dist/src/
H A Dflexdef.h103 #define CSIZE 256 macro
233 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
535 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
542 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
H A Ddfa.c187 int out_char_set[CSIZE]; in dump_transitions()
379 int symlist[CSIZE + 1]; in ntod()
393 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod()
394 int targfreq[CSIZE + 1] = {0}, targstate[CSIZE + 1]; in ntod()
1007 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; in sympartition()
H A Dtblcmp.c86 int extptr, extrct[2][CSIZE + 1]; in bldtbl()
228 int tmpstorage[CSIZE + 1]; in cmptmps()
680 int i, numdiff, tmpbase, tmp[CSIZE + 1]; in mktemplate()
681 unsigned char transset[CSIZE + 1]; in mktemplate()
H A Dmain.c85 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs,
86 tecfwd[CSIZE + 1];
87 int tecbck[CSIZE + 1];
250 csize = CSIZE; in check_options()
1223 csize = CSIZE; in flexinit()
/netbsd-src/sys/arch/evbppc/walnut/
H A Dconsinit.c58 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
81 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d197 enum CSIZE = 0x0000030; // 0000060 in version() local
294 enum CSIZE = 0x0000300; in version() local
391 enum CSIZE = 0x0000300; in version() local
488 enum CSIZE = 0x0000300; in version() local
585 enum CSIZE = 0x0000300; in version() local
682 enum CSIZE = 0x0000300; in version() local
764 enum CSIZE = 0x000030; in version() local
/netbsd-src/sys/arch/xen/x86/
H A Dconsinit.c106 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
137 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/sys/arch/sgimips/sgimips/
H A Dconsole.c65 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
244 # define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) in kgdb_port_init()
/netbsd-src/sys/arch/hppa/gsc/
H A Dcom_gsc.c120 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) { in com_gsc_attach()
156 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in com_gsc_kgdb_attach()
/netbsd-src/sys/compat/common/
H A Dtty_43.c320 else if (ISSET(cflag, CSIZE) == CS8) { in ttcompatgetflags()
415 CLR(cflag, CSIZE); in ttcompatsetflags()
426 CLR(cflag, CSIZE); in ttcompatsetflags()
483 CLR(cflag, CSIZE); in ttcompatsetlflags()
494 CLR(cflag, CSIZE); in ttcompatsetlflags()
/netbsd-src/sys/dev/fdt/
H A Dfdt_subr.c458 case '5': flags &= ~CSIZE; flags |= CS5; break; in fdtbus_get_stdout_flags()
459 case '6': flags &= ~CSIZE; flags |= CS6; break; in fdtbus_get_stdout_flags()
460 case '7': flags &= ~CSIZE; flags |= CS7; break; in fdtbus_get_stdout_flags()
461 case '8': flags &= ~CSIZE; flags |= CS8; break; in fdtbus_get_stdout_flags()
/netbsd-src/sys/arch/algor/algor/
H A Dmachdep.c245 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
289 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
331 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
/netbsd-src/sys/arch/x86/x86/
H A Dconsinit.c119 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
150 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/libexec/getty/
H A Dsubr.c249 CLR(cflag, CSIZE|PARENB); in setflags()
253 CLR(cflag, CSIZE); in setflags()
308 CLR(cflag, CSIZE|PARENB); in setflags()
463 CLR(cflag, CSIZE); in compatflags()
474 CLR(cflag, CSIZE); in compatflags()
/netbsd-src/sys/arch/evbarm/integrator/
H A Dintegrator_machdep.c161 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
185 #define PLCONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c367 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
371 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
372 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/netbsd-src/sys/arch/evbarm/kobo/
H A Dkobo_machdep.c175 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
389 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
543 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/sys/arch/evbppc/pmppc/
H A Dmachdep.c144 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
299 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) in consinit()
/netbsd-src/sys/arch/evbmips/sbmips/
H A Dconsole.c49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/sys/arch/sbmips/sbmips/
H A Dconsole.c49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dcfmakeraw.c31 tio->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()

12345678