tag | line | file | source code |
NCC | 131 | include/asm-alpha/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 84 | include/asm-i386/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 285 | include/asm-i386/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
NCC | 299 | include/asm-i386/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |
NCC | 30 | include/asm-mips/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
NCC | 44 | include/asm-mips/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |
NCC | 135 | include/asm-ppc/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 161 | include/asm-sparc/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 364 | include/asm-sparc/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
NCC | 378 | include/asm-sparc/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |