summaryrefslogtreecommitdiffstats
path: root/lib/libstand/libstand.3
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-01 09:31:08 +0000
committermsmith <msmith@FreeBSD.org>1998-11-01 09:31:08 +0000
commitf00eb1aa6445c9df1cc7392df8ea57731e3af4e4 (patch)
tree87b4256697ab30b183dea932bef45f48f2b2b4f4 /lib/libstand/libstand.3
parent6889817a6e70076fbe448f63f4d41cc27da7731b (diff)
downloadFreeBSD-src-f00eb1aa6445c9df1cc7392df8ea57731e3af4e4.zip
FreeBSD-src-f00eb1aa6445c9df1cc7392df8ea57731e3af4e4.tar.gz
Add:
assert() setjmp()/longjmp() vsprintf()
Diffstat (limited to 'lib/libstand/libstand.3')
-rw-r--r--lib/libstand/libstand.316
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index 4d4b287..ae04323 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: libstand.3,v 1.1.1.1 1998/08/20 08:19:55 msmith Exp $
.\"
.Dd June 22, 1998
.Dt LIBSTAND 3
@@ -124,6 +124,15 @@ may be used to prevent a variable being unset.
.Pp
Returns error messages for the subset of errno values supported by
.Nm No .
+.It Fn "assert" "expression"
+.Pp
+Requires
+.Fd #include <assert.h>
+.It Fn "int setjmp" "jmp_buf env"
+.It Fn "void longjmp" "jmp_buf env" "int val"
+.Pp
+Require
+.Fd #include <setjmp.h>
.El
.Sh CHARACTER I/O
.Bl -hang -width 10n
@@ -155,6 +164,7 @@ if successful, or -1 if a read error occurs.
.It Fn "int printf" "const char *fmt" "..."
.It Fn "void vprintf" "const char *fmt" "va_list ap"
.It Fn "int sprintf" "char *buf" "const char *fmt" "..."
+.It Fn "void vsprintf" "char *buf" "const char *fmt" "va_list ap"
.Pp
The *printf functions implement a subset of the standard
.Fn printf
@@ -448,6 +458,10 @@ and
.Nm libkern
from
.Fx 3.0 .
+.It
+.Nm zalloc
+from
+.An Matthew Dillon Aq dillon@backplane.com
.El
.Pp
The reorganisation and port to
OpenPOWER on IntegriCloud