Home
last modified time | relevance | path

Searched refs:NCC (Results 1 – 3 of 3) sorted by relevance

/components/libc/posix/io/termios/
A Dtermios.h39 #ifndef NCC
40 #define NCC 8 macro
49 unsigned char c_cc[NCC]; /* control characters */
/components/lwp/terminal/freebsd/
A Dtty_compat.c319 memcpy(tio->c_cc, tios->c_cc, NCC); in termios_to_termio()
330 for (i = NCC; i < NCCS; i++) in termio_to_termios()
332 memcpy(tios->c_cc, tio->c_cc, NCC); in termio_to_termios()
/components/drivers/serial/
A Ddev_serial.c1049 rt_memcpy(termios->c_cc, termio->c_cc, NCC); in _termio_to_termios()
1061 rt_memcpy(termio->c_cc, termios->c_cc, NCC); in _termios_to_termio()

Completed in 6 milliseconds