Searched refs:__KERNEL_NCCS (Results 1 – 10 of 10) sorted by relevance
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()71 for (size_t cnt = __KERNEL_NCCS; cnt < NCCS; ++cnt) in __tcgetattr()
22 #define __KERNEL_NCCS 19 macro31 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
76 __KERNEL_NCCS * sizeof (cc_t)); in __tcsetattr()
22 #define __KERNEL_NCCS 23 macro31 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
25 #define __KERNEL_NCCS 17 macro34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
26 #define __KERNEL_NCCS 19 macro34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
24 #define __KERNEL_NCCS 19 macro32 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
221 __KERNEL_NCCS instead of kernel_termios and KERNEL_NCCS resp.
6149 Sparc needs a custom value of __KERNEL_NCCS.