8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / man / man3lib / libcrypt.3lib
blobe19d1ea048d4fe82495061e12a7c2681eb958ea2
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 LIBCRYPT 3LIB "Feb 12, 2003"
7 .SH NAME
8 libcrypt \- encryption/decryption library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lcrypt\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Functions in this library provide encoding and decoding handling routines.
19 .SH INTERFACES
20 .sp
21 .LP
22 The shared object \fBlibcrypt.so.1\fR provides the public interfaces defined
23 below. See \fBIntro\fR(3) for additional information on shared object
24 interfaces.
25 .sp
27 .sp
28 .TS
29 l l l .
30 \fBcrypt\fR     \fBencrypt\fR   \fBsetkey\fR
31 .TE
33 .SH FILES
34 .sp
35 .ne 2
36 .na
37 \fB\fB/usr/lib/libcrypt.so.1\fR\fR
38 .ad
39 .RS 29n
40 shared object
41 .RE
43 .sp
44 .ne 2
45 .na
46 \fB\fB/usr/lib/64/libcrypt.so.1\fR\fR
47 .ad
48 .RS 29n
49 64-bit shared object
50 .RE
52 .SH ATTRIBUTES
53 .sp
54 .LP
55 See \fBattributes\fR(5) for descriptions of the following attributes:
56 .sp
58 .sp
59 .TS
60 box;
61 c | c
62 l | l .
63 ATTRIBUTE TYPE  ATTRIBUTE VALUE
65 MT-Level        Unsafe
66 .TE
68 .SH SEE ALSO
69 .sp
70 .LP
71 \fBcrypt\fR(1), \fBIntro\fR(3), \fBencrypt\fR(3C), \fBsetkey\fR(3C),
72 \fBattributes\fR(5)