Searched refs:cc_t (Results 1 – 18 of 18) sorted by relevance
61 if (sizeof (cc_t) == 1 || _POSIX_VDISABLE == 0 in __tcgetattr()64 __KERNEL_NCCS * sizeof (cc_t)), in __tcgetattr()65 _POSIX_VDISABLE, (NCCS - __KERNEL_NCCS) * sizeof (cc_t)); in __tcgetattr()69 __KERNEL_NCCS * sizeof (cc_t)); in __tcgetattr()
30 cc_t c_line; /* line discipline */31 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
76 __KERNEL_NCCS * sizeof (cc_t)); in __tcsetattr()
30 cc_t c_line; /* line discipline */31 cc_t c_cc[NCCS]; /* control characters */
33 cc_t c_line; /* line discipline */34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
31 cc_t c_cc[NCCS]; /* control characters */32 cc_t c_line; /* line discipline (== c_cc[33]) */
34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */35 cc_t c_line; /* line discipline */
23 typedef unsigned char cc_t; typedef
32 cc_t c_cc[__KERNEL_NCCS]; /* control characters */33 cc_t c_line; /* line discipline */
105 typedef unsigned char cc_t; typedef284 cc_t c_cc[NCCS];330 _IOT (_IOTS (tcflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
2 type cc_t16 element {struct termios} cc_t c_cc [NCCS]
90 cc_t ttydefchars[NCCS] = {
94 cc_t ttydefchars[NCCS] = {
256 @item cc_t c_cc[NCCS]276 @deftp {Data Type} cc_t
2072 _POSIX_VDISABLE to cc_t to avoid gcc warning.