8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libexacct.3lib
blobdaa4ff9769b84d215d787f16172ef369b604bcf0
1 '\" te
2 .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBEXACCT 3LIB "May 22, 2003"
7 .SH NAME
8 libexacct \- extended accounting file access library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lexacct\fR [ \fIlibrary\fR... ]
13 #include <\fBexacct.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library define the interface for reading and writing extended
20 accounting (\fBexacct\fR) files. The <\fBexacct.h\fR> header provides type and
21 function declarations for all library services, as well as for the
22 characteristics of accounting files generated by the Solaris kernel.
23 .SH INTERFACES
24 .sp
25 .LP
26 The shared object \fBlibexacct.so.1\fR provides the public interfaces defined
27 below. See \fBIntro\fR(3) for additional information on shared object
28 interfaces.
29 .sp
31 .sp
32 .TS
33 l l
34 l l .
35 \fBea_alloc\fR  \fBea_attach_to_group\fR
36 \fBea_attach_to_object\fR       \fBea_close\fR
37 \fBea_copy_object\fR    \fBea_copy_object_tree\fR
38 \fBea_error\fR  \fBea_free\fR
39 \fBea_free_item\fR      \fBea_free_object\fR
40 \fBea_get_creator\fR    \fBea_get_hostname\fR
41 \fBea_get_object\fR     \fBea_get_object_tree\fR
42 \fBea_match_object_catalog\fR   \fBea_next_object\fR
43 \fBea_open\fR   \fBea_pack_object\fR
44 \fBea_previous_object\fR        \fBea_set_group\fR
45 \fBea_set_item\fR       \fBea_strdup\fR
46 \fBea_strfree\fR        \fBea_unpack_object\fR
47 \fBea_write_object\fR   
48 .TE
50 .SH FILES
51 .sp
52 .ne 2
53 .na
54 \fB\fB/usr/lib/libexacct.so.1\fR \fR
55 .ad
56 .sp .6
57 .RS 4n
58 shared object
59 .RE
61 .sp
62 .ne 2
63 .na
64 \fB\fB/usr/lib/64/libexacct.so.1\fR \fR
65 .ad
66 .sp .6
67 .RS 4n
68 64-bit shared object
69 .RE
71 .SH ATTRIBUTES
72 .sp
73 .LP
74 See \fBattributes\fR(5) for descriptions of the following attributes:
75 .sp
77 .sp
78 .TS
79 box;
80 c | c
81 l | l .
82 ATTRIBUTE TYPE  ATTRIBUTE VALUE
84 Interface Stability     Evolving
86 MT-Level        MT-Safe
87 .TE
89 .SH SEE ALSO
90 .sp
91 .LP
92 \fBacctadm\fR(1M), \fBIntro\fR(3), \fBea_error\fR(3EXACCT),
93 \fBea_open\fR(3EXACCT), \fBea_pack_object\fR(3EXACCT),
94 \fBea_set_item\fR(3EXACCT), \fBattributes\fR(5)
95 .SH NOTES
96 .sp
97 .LP
98 The SUNWosdem package provides source code for the \fBexdump\fR utility that
99 uses the \fBlibexacct\fR APIs to dump the contents of extended accounting
100 files. The source code can be compiled in the directory
101 \fB/usr/demo/libexacct\fR.