Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3sstore/sstore_alloc.3sstore
Real path: /usr/share/man/man3sstore/sstore_alloc.3sstore
Zurück
'\" te .\" Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. .TH sstore_alloc 3SSTORE "29 Oct 2015" "Oracle Solaris 11.4" "Solaris Statistics Store Library Functions" .SH NAME sstore_alloc, sstore_free \- allocates and frees a handle to libsstore .SH SYNOPSIS .LP .nf cc [ flag... ] file... -lsstore [ library... ] #include <libsstore.h> sstore_handle_t sstore_alloc(void); void sstore_free(sstore_handle_t hdl); .fi .SH PARAMETERS .sp .LP Handle to \fBlibsstore\fR .SH DESCRIPTION .sp .ne 2 .mk .na \fB\fBsstore_alloc()\fR\fR .ad .RS 16n .rt allocates a handle to the \fBlibsstore\fR. .RE .sp .ne 2 .mk .na \fB\fBsstore_free()\fR\fR .ad .RS 16n .rt frees the handle to the \fBlibsstore\fR. .RE .SH RETURN VALUES .sp .LP Upon successful completion, \fBsstore_alloc()\fR returns \fBsstore_handle_t\fR. Otherwise, it returns \fBNULL\fR. .SH ERRORS .sp .LP The \fBsstore_alloc()\fR function fails if: .sp .ne 2 .mk .na \fB\fBENOMEM\fR\fR .ad .RS 10n .rt There is insufficient memory. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBperror\fR(3C), \fBlibsstore\fR(3LIB), \fBsstore_err_action\fR(3SSTORE), \fBattributes\fR(7)