tag | line | file | source code |
NCC | 47 | include/asm-alpha/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 21 | include/asm-i386/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 72 | include/asm-i386/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
NCC | 86 | include/asm-i386/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |
NCC | 21 | include/asm-m68k/termios.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 70 | include/asm-m68k/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
NCC | 84 | include/asm-m68k/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 | 17 | include/asm-sparc/termbits.h | unsigned char c_cc[NCC]; /* control characters */ |
NCC | 81 | include/asm-sparc/termios.h | memcpy(termios->c_cc, termio->c_cc, NCC); |
NCC | 95 | include/asm-sparc/termios.h | memcpy(termio->c_cc, termios->c_cc, NCC); |