Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio add a bunch of functions found in <stdio.h> t...
details: https://anonhg.NetBSD.org/src/rev/5c5ab20da405
branches: trunk
changeset: 340452:5c5ab20da405
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Sep 06 04:20:50 2015 +0000
description:
add a bunch of functions found in <stdio.h> that weren't listed here.
(this list may still be incomplete.)
diffstat:
lib/libc/stdio/stdio.3 | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diffs (111 lines):
diff -r be4a4c271062 -r 5c5ab20da405 lib/libc/stdio/stdio.3
--- a/lib/libc/stdio/stdio.3 Sun Sep 06 03:10:50 2015 +0000
+++ b/lib/libc/stdio/stdio.3 Sun Sep 06 04:20:50 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdio.3,v 1.25 2015/09/06 01:35:34 dholland Exp $
+.\" $NetBSD: stdio.3,v 1.26 2015/09/06 04:20:50 mrg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)stdio.3 8.7 (Berkeley) 4/19/94
.\"
-.Dd May 5, 2010
+.Dd September 6, 2015
.Dt STDIO 3
.Os
.Sh NAME
@@ -228,7 +228,11 @@
.Sh LIST OF FUNCTIONS
.Bl -column "putchar_unlocked" "Description"
.It Sy Function Description
+.It asprintf formatted output conversion with allocation
+.It asprintf_l formatted output conversion with allocation
.It clearerr check and reset stream status
+.It dprintf formatted output conversion
+.It dprintf_l formatted output conversion
.It fclose close a stream
.It fdopen stream open functions
.It feof check and reset stream status
@@ -244,6 +248,7 @@
.It fmemopen open a stream that points to a memory buffer
.It fopen stream open functions
.It fprintf formatted output conversion
+.It fprintf_l formatted output conversion
.It fpurge flush a stream
.It fputc output a character or word to a stream
.It fputs output a line to a stream
@@ -252,12 +257,16 @@
.It freopen stream open functions
.It fropen open a stream
.It fscanf input format conversion
+.It fscanf_l input format conversion
.It fseek reposition a stream
+.It fseeko reposition a stream
.It fsetpos reposition a stream
.It ftell reposition a stream
+.It ftello reposition a stream
.It ftrylockfile lock a stream (non-blocking)
.It funlockfile unlock a stream
.It funopen open a stream
+.It funopen2 open a stream, with flush support
.It fwide set/get orientation of a stream
.It fwopen open a stream
.It fwrite binary stream input/output
@@ -275,8 +284,13 @@
.It getwchar get next wide character from input stream
.It mkstemp create unique temporary file
.It mktemp create unique temporary file
+.It open_memstream open memory as a stream
+.It popen open a program as a stream
+.It popenve open a program as a stream
+.It pclose close an opened program stream
.It perror system error messages
.It printf formatted output conversion
+.It printf_l formatted output conversion
.It putc output a character or word to a stream
.It putc_unlocked output a character or word to a stream
.It Ta (no implicit locking)
@@ -290,13 +304,16 @@
.It remove remove directory entry
.It rewind reposition a stream
.It scanf input format conversion
+.It scanf_l input format conversion
.It setbuf stream buffering operations
.It setbuffer stream buffering operations
.It setlinebuf stream buffering operations
.It setvbuf stream buffering operations
.It snprintf formatted output conversion
+.It snprintf_l formatted output conversion
.It sprintf formatted output conversion
.It sscanf input format conversion
+.It sscanf_l input format conversion
.It strerror system error messages
.It sys_errlist system error messages
.It sys_nerr system error messages
@@ -305,13 +322,24 @@
.It tmpnam temporary file routines
.It ungetc un-get character from input stream
.It ungetwc un-get wide character from input stream
+.It vasprintf formatted output conversion with allocation
+.It vasprintf_l formatted output conversion with allocation
+.It vdprintf formatted output conversion
+.It vdprintf_l formatted output conversion
.It vfprintf formatted output conversion
+.It vfprintf_l formatted output conversion
.It vfscanf input format conversion
+.It vfscanf_l input format conversion
.It vprintf formatted output conversion
+.It vprintf_l formatted output conversion
.It vscanf input format conversion
+.It vscanf_l input format conversion
.It vsnprintf formatted output conversion
+.It vsnprintf_l formatted output conversion
.It vsprintf formatted output conversion
+.It vsprintf_l formatted output conversion
.It vsscanf input format conversion
+.It vsscanf_l input format conversion
.El
.Sh BUGS
The standard buffered functions do not interact well with certain other
Home |
Main Index |
Thread Index |
Old Index