xref: /titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/llib-lopenbsd-compat (revision d29f5a711240f866521445b1656d114da090335e)
1/* LINTLIBRARY */
2/* PROTOLIB1 */
3
4/*
5 * CDDL HEADER START
6 *
7 * The contents of this file are subject to the terms of the
8 * Common Development and Distribution License (the "License").
9 * You may not use this file except in compliance with the License.
10 *
11 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12 * or http://www.opensolaris.org/os/licensing.
13 * See the License for the specific language governing permissions
14 * and limitations under the License.
15 *
16 * When distributing Covered Code, include this CDDL HEADER in each
17 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18 * If applicable, add the following below this CDDL HEADER, with the
19 * fields enclosed by brackets "[]" replaced with your own identifying
20 * information: Portions Copyright [yyyy] [name of copyright owner]
21 *
22 * CDDL HEADER END
23 *
24 * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25 * Use is subject to license terms.
26 */
27
28#include <includes.h>
29#include <atomicio.h>
30#include <base64.h>
31#include <bindresvport.h>
32#include <bsd-arc4random.h>
33#include <bsd-cray.h>
34#include <bsd-cygwin_util.h>
35#include <bsd-getpeereid.h>
36#include <bsd-misc.h>
37#include <bsd-snprintf.h>
38#include <bsd-waitpid.h>
39#include <config.h>
40#include <crc32.h>
41#include <daemon.h>
42#include <deattack.h>
43#include <defines.h>
44#include <dirname.h>
45#include <dispatch.h>
46#include <entropy.h>
47#include <fake-gai-errnos.h>
48#include <fake-getaddrinfo.h>
49#include <fake-getnameinfo.h>
50#include <fake-socket.h>
51#include <getcwd.h>
52#include <getgrouplist.h>
53#include <getopt.h>
54#include <getput.h>
55#include <glob.h>
56#include <groupaccess.h>
57#include <inet_ntoa.h>
58#include <inet_ntop.h>
59#include <log.h>
60#include <match.h>
61#include <misc.h>
62#include <mktemp.h>
63#include <openbsd-compat.h>
64#include <pathnames.h>
65#include <port-aix.h>
66#include <port-irix.h>
67#include <proxy-io.h>
68#include <readpass.h>
69#include <readpassphrase.h>
70#include <realpath.h>
71#include <rresvport.h>
72#include <rsa.h>
73#include <setproctitle.h>
74#include <sigact.h>
75#include <strlcat.h>
76#include <strlcpy.h>
77#include <strmode.h>
78#include <sys-queue.h>
79#include <sys-tree.h>
80#include <tildexpand.h>
81#include <uuencode.h>
82#include <version.h>
83#include <xmalloc.h>
84#include <xmmap.h>
85