Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/libio/
Dgenops.c561 _IO_no_init (FILE *fp, int flags, int orientation, in _IO_no_init() argument
565 fp->_mode = orientation; in _IO_no_init()
566 if (orientation >= 0) in _IO_no_init()
/glibc-2.36/timezone/
Dleapseconds10 # (which measures the true angular orientation of the earth in space); see
/glibc-2.36/manual/
Dstdio.texi230 @cindex stream orientation
231 @cindex orientation, stream
237 is opened initially unoriented and the orientation is decided with the
742 @cindex orientation, stream
743 @cindex stream orientation
748 @dfn{orientation}. The orientation can be decided in three ways:
761 The @code{fwide} function can be used to set the orientation either way.
777 orientation of the stream @var{stream}. If the @var{mode} parameter has
783 If @var{mode} is zero the current orientation state is queried and
806 contexts it is important to query the orientation of the stream before
[all …]
Derrno.texi1195 see @ref{Standard Streams}. The orientation of @code{stderr} is not
1415 must be able to handle whatever orientation the stream has.
/glibc-2.36/ChangeLog.old/
DChangeLog.12411 orientation so that conversion modules aren't used anymore.
DChangeLog.106337 (vfprintf): Only check for correct orientation if ORIENT is
DChangeLog.1313823 The stream orientation must not be changed if the stream was not
DChangeLog.169224 orientation test and two separate function calls.