Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDfwide.c45 if (mode != 0 && fp->_orientation == 0) in fwide()
46 fp->_orientation = mode > 0 ? 1 : -1; in fwide()
47 m = fp->_orientation; in fwide()
HDlocal.h138 if ((fp)->_orientation == 0) \
139 (fp)->_orientation = (o); \
HDfindfp.c159 fp->_orientation = 0; in __sfp()
HDfreopen.c188 fp->_orientation = 0; in freopen()
HDxprintf.c587 fake._orientation = fp->_orientation; in __v3printf()
HDvfprintf.c191 fake._orientation = fp->_orientation; in __sbprintf()
HDvfwprintf.c230 fake._orientation = fp->_orientation; in __sbprintf()
/NextBSD/include/
HDstdio.h145 int _orientation; /* orientation for fwide() */ member