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

/freebsd-10.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.h138 if ((fp)->_orientation == 0) \
139 (fp)->_orientation = (o); \
H A Dfindfp.c156 fp->_orientation = 0;
H A Dfreopen.c188 fp->_orientation = 0;
H A Dxprintf.c587 fake._orientation = fp->_orientation;
H A Dvfprintf.c191 fake._orientation = fp->_orientation;
H A Dvfwprintf.c230 fake._orientation = fp->_orientation;
/freebsd-10.3-release/include/
H A Dstdio.h145 int _orientation; /* orientation for fwide() */ member in struct:__sFILE

Completed in 163 milliseconds