Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfwide.c44 if (mode != 0 && fp->_orientation == 0) in fwide()
45 fp->_orientation = mode > 0 ? 1 : -1; in fwide()
46 m = fp->_orientation; in fwide()
H A Dlocal.h140 if ((fp)->_orientation == 0) \
141 (fp)->_orientation = (o); \
H A Dfindfp.c155 fp->_orientation = 0; in __sfp()
H A Dfreopen.c188 fp->_orientation = 0; in freopen()
H A Dxprintf.c587 fake._orientation = fp->_orientation; in __v3printf()
H A Dvfprintf.c188 fake._orientation = fp->_orientation; in __sbprintf()
H A Dvfwprintf.c224 fake._orientation = fp->_orientation; in __sbprintf()
/freebsd/include/
H A Dstdio.h159 int _orientation; /* orientation for fwide() */ member