Searched refs:_orientation (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libc/stdio/
H A Dfwide.c45 if (mode != 0 && fp->_orientation == 0)
46 fp->_orientation = mode > 0 ? 1 : -1;
47 m = fp->_orientation;
H A Dlocal.h131 if ((fp)->_orientation == 0) \
132 (fp)->_orientation = (o); \
H A Dfindfp.c157 fp->_orientation = 0;
H A Dfreopen.c181 fp->_orientation = 0;
H A Dxprintf.c587 fake._orientation = fp->_orientation;
H A Dvfprintf.c190 fake._orientation = fp->_orientation;
H A Dvfwprintf.c229 fake._orientation = fp->_orientation;
/freebsd-9.3-release/include/
H A Dstdio.h145 int _orientation; /* orientation for fwide() */ member in struct:__sFILE

Completed in 171 milliseconds