Lines Matching +full:end +full:- +full:of +full:- +full:conversion

2 .\"	The Regents of the University of California.  All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
63 associated with the stream is positioned at the start of the file (byte
66 is used, the position indicator will be placed at the end-of-file.
82 The value of a pointer to a
115 .Bl -bullet -compact -offset indent
140 freshly-opened streams that refer to terminal devices
149 or when a large amount of computation is done after printing
150 part of a line on an output terminal, it is necessary to
160 library is a part of the library
165 sections of the following manual pages indicate which include files
167 looks like and which external variables are of interest.
170 these names may not be re-used
208 Function versions of the macro functions
237 .St -isoC-99 .
238 .Sh LIST OF FUNCTIONS
239 .Bl -column "Description"
241 .It "asprintf formatted output conversion"
243 .It "dprintf formatted output conversion"
254 .It "fgetws get a line of wide characters from a stream"
257 .It "fprintf formatted output conversion"
262 .It "fputws output a line of wide characters to a stream"
266 .It "fscanf input format conversion"
271 .It "fwide set/get orientation of stream"
273 .It "fwprintf formatted wide character output conversion"
286 .It "printf formatted output conversion"
295 .It "scanf input format conversion"
300 .It "snprintf formatted output conversion"
301 .It "sprintf formatted output conversion"
302 .It "sscanf input format conversion"
304 .It "swprintf formatted wide character output conversion"
310 .It "ungetc un-get character from input stream"
311 .It "ungetwc un-get wide character from input stream"
312 .It "vasprintf formatted output conversion"
313 .It "vdprintf formatted output conversion"
314 .It "vfprintf formatted output conversion"
315 .It "vfscanf input format conversion"
316 .It "vfwprintf formatted wide character output conversion"
317 .It "vprintf formatted output conversion"
318 .It "vscanf input format conversion"
319 .It "vsnprintf formatted output conversion"
320 .It "vsprintf formatted output conversion"
321 .It "vsscanf input format conversion"
322 .It "vswprintf formatted wide character output conversion"
323 .It "vwprintf formatted wide character output conversion"
324 .It "wprintf formatted wide character output conversion"