Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dtermbits.h22 typedef unsigned char cc_t; typedef
31 cc_t c_line;
32 cc_t c_cc[NCCS];
39 cc_t c_line;
40 cc_t c_cc[NCCS];
49 cc_t c_line;
50 cc_t c_cc[NCCS];
/bionic/tests/headers/posix/
Dtermios_h.c34 TYPE(cc_t); in termios_h()
43 STRUCT_MEMBER_ARRAY(struct termios, cc_t/*[]*/, c_cc); in termios_h()