mapfile-vers revision f808c858fa61e7769218966759510a8b1190dfcf
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# CDDL HEADER START
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# The contents of this file are subject to the terms of the
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# Common Development and Distribution License (the "License").
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# You may not use this file except in compliance with the License.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# or http://www.opensolaris.org/os/licensing.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# See the License for the specific language governing permissions
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# and limitations under the License.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner]
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# CDDL HEADER END
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# Use is subject to license terms.
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi# ident "%Z%%M% %I% %E% SMI"
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi#
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert MustacchiSUNWprivate_1.1 {
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi global:
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_alt_exit;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_find;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_first;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_insert;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_last;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_nearest_next;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_nearest_prev;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_next;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_node_fini;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_node_init;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_numnodes;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_pool_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_pool_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_prev;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_remove;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_teardown;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk_end;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk_next;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_avl_walk_start;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_check_name;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_die;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_dprintf_getname;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_error;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_exit_fatal;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_exit_ok;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_exit_usage;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_free;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_getpname;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_create;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_destroy;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_find;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_first;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_insert;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_insert_after;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_insert_before;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_last;
a386cc11a86ecb60f5a48078d22c1500e2ad003eRobert Mustacchi uu_list_nearest_next;
uu_list_nearest_prev;
uu_list_next;
uu_list_node_fini;
uu_list_node_init;
uu_list_numnodes;
uu_list_pool_create;
uu_list_pool_destroy;
uu_list_prev;
uu_list_remove;
uu_list_teardown;
uu_list_walk;
uu_list_walk_end;
uu_list_walk_next;
uu_list_walk_start;
uu_msprintf;
uu_open_tmp;
uu_setpname;
uu_strerror;
uu_strtoint;
uu_strtouint;
uu_vdie;
uu_vwarn;
uu_vxdie;
uu_warn;
uu_xdie;
uu_zalloc;
local:
*;
};