Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtcsetattr.c65 k_termios.c_oflag = termios_p->c_oflag; in __tcsetattr()
Dtcgetattr.c43 termios_p->c_oflag = k_termios.c_oflag; in __tcgetattr()
Dkernel_termios.h27 tcflag_t c_oflag; /* output mode flags */ member
DMakefile99 bits/termios-c_iflag.h bits/termios-c_oflag.h \
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dtermios-struct.h27 tcflag_t c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dtermios-struct.h27 tcflag_t c_oflag; /* output mode flags */ member
Dioctl-types.h38 unsigned short int c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dkernel_termios.h27 tcflag_t c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Dkernel_termios.h30 tcflag_t c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dtermios-struct.h28 tcflag_t c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dkernel_termios.h31 tcflag_t c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-struct.h27 tcflag_t c_oflag; /* output mode flags */ member
Dioctl-types.h39 unsigned short int c_oflag; /* output mode flags */ member
/glibc-2.36/termios/
Dcfmakeraw.c25 t->c_oflag &= ~OPOST; in cfmakeraw()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dkernel_termios.h29 tcflag_t c_oflag; /* output mode flags */ member
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/
Dioctl-types.h39 unsigned short int c_oflag; /* output mode flags */ member
/glibc-2.36/bits/
Dtermios.h137 tcflag_t c_oflag; member
/glibc-2.36/conform/data/
Dtermios.h-data13 element {struct termios} tcflag_t c_oflag
/glibc-2.36/manual/
Dterminal.texi247 @item tcflag_t c_oflag
414 @code{c_iflag}, @code{c_oflag} and @code{c_cflag} members do, even
606 are contained in the @code{c_oflag} member of the @w{@code{struct termios}}
609 The @code{c_oflag} member itself is an integer, and you change the flags
611 try to specify the entire value for @code{c_oflag}---instead, change
1607 @var{termios-p}->c_oflag &= ~OPOST;
/glibc-2.36/ChangeLog.old/
DChangeLog.198345 termios-c_oflag.h.
8346 * sysdeps/unix/sysv/linux/bits/termios-c_oflag.h: New file.
8347 * sysdeps/unix/sysv/linux/alpha/bits/termios-c_oflag.h: Likewise.
8348 * sysdeps/unix/sysv/linux/powerpc/bits/termios-c_oflag.h: Likewise.
8349 * sysdeps/unix/sysv/linux/sparc/bits/termios-c_oflag.h: Likewise.
8352 termios-c_oflag.h.
DChangeLog.58545 set c_oflag value.