Home
last modified time | relevance | path

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

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