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

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfwide.c45 if (mode != 0 && fp->_orientation == 0)
46 fp->_orientation = mode > 0 ? 1 : -1;
47 m = fp->_orientation;
H A Dvsprintf.c58 f._orientation = 0;
H A Dlocal.h111 #define _orientation _extra->orientation macro
159 if ((fp)->_orientation == 0) \
160 (fp)->_orientation = (o); \
H A Dvasprintf.c58 f._orientation = 0;
H A Dvdprintf.c64 f._orientation = 0;
H A Dvsscanf.c78 f._orientation = 0;
H A Dvsnprintf.c79 f._orientation = 0;
H A Dvswprintf.c72 f._orientation = 0;
H A Dvswscanf.c96 f._orientation = 0;
H A Dfreopen.c193 fp->_orientation = 0;
H A Dvfprintf.c196 fake._orientation = fp->_orientation;
H A Dvfwprintf.c230 fake._orientation = fp->_orientation;
H A Dxprintf.c1014 fake._orientation = fp->_orientation;

Completed in 136 milliseconds