xref: /onnv-gate/usr/src/lib/libuutil/common/mapfile-vers (revision 12890:16985853e3aa)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
2212692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
242522Sraf
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
378744SAli.Bahrami@Sun.COM#
388744SAli.Bahrami@Sun.COM
3912692SAli.Bahrami@Oracle.COM$mapfile_version 2
4012692SAli.Bahrami@Oracle.COM
4112692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
422522Sraf    global:
432522Sraf	uu_alt_exit;
442522Sraf	uu_avl_create;
452522Sraf	uu_avl_destroy;
462522Sraf	uu_avl_find;
472522Sraf	uu_avl_first;
482522Sraf	uu_avl_insert;
492522Sraf	uu_avl_last;
502522Sraf	uu_avl_nearest_next;
512522Sraf	uu_avl_nearest_prev;
522522Sraf	uu_avl_next;
532522Sraf	uu_avl_node_fini;
542522Sraf	uu_avl_node_init;
552522Sraf	uu_avl_numnodes;
562522Sraf	uu_avl_pool_create;
572522Sraf	uu_avl_pool_destroy;
582522Sraf	uu_avl_prev;
592522Sraf	uu_avl_remove;
602522Sraf	uu_avl_teardown;
612522Sraf	uu_avl_walk;
622522Sraf	uu_avl_walk_end;
632522Sraf	uu_avl_walk_next;
642522Sraf	uu_avl_walk_start;
652522Sraf	uu_check_name;
662522Sraf	uu_die;
672522Sraf	uu_dprintf;
682522Sraf	uu_dprintf_create;
692522Sraf	uu_dprintf_destroy;
702522Sraf	uu_dprintf_getname;
71*12890SJoyce.McIntosh@Sun.COM	uu_dump;
722522Sraf	uu_error;
732522Sraf	uu_exit_fatal;
742522Sraf	uu_exit_ok;
752522Sraf	uu_exit_usage;
762522Sraf	uu_free;
772522Sraf	uu_getpname;
782522Sraf	uu_list_create;
792522Sraf	uu_list_destroy;
802522Sraf	uu_list_find;
812522Sraf	uu_list_first;
822522Sraf	uu_list_insert;
832522Sraf	uu_list_insert_after;
842522Sraf	uu_list_insert_before;
852522Sraf	uu_list_last;
862522Sraf	uu_list_nearest_next;
872522Sraf	uu_list_nearest_prev;
882522Sraf	uu_list_next;
892522Sraf	uu_list_node_fini;
902522Sraf	uu_list_node_init;
912522Sraf	uu_list_numnodes;
922522Sraf	uu_list_pool_create;
932522Sraf	uu_list_pool_destroy;
942522Sraf	uu_list_prev;
952522Sraf	uu_list_remove;
962522Sraf	uu_list_teardown;
972522Sraf	uu_list_walk;
982522Sraf	uu_list_walk_end;
992522Sraf	uu_list_walk_next;
1002522Sraf	uu_list_walk_start;
101*12890SJoyce.McIntosh@Sun.COM	uu_memdup;
1022522Sraf	uu_msprintf;
1032522Sraf	uu_open_tmp;
1042522Sraf	uu_setpname;
105*12890SJoyce.McIntosh@Sun.COM	uu_strbw;
106*12890SJoyce.McIntosh@Sun.COM	uu_strcaseeq;
1077887SLiane.Praza@Sun.COM	uu_strdup;
108*12890SJoyce.McIntosh@Sun.COM	uu_streq;
1092522Sraf	uu_strerror;
110*12890SJoyce.McIntosh@Sun.COM	uu_strndup;
1112522Sraf	uu_strtoint;
1122522Sraf	uu_strtouint;
1132522Sraf	uu_vdie;
1142522Sraf	uu_vwarn;
1152522Sraf	uu_vxdie;
1162522Sraf	uu_warn;
1172522Sraf	uu_xdie;
1182522Sraf	uu_zalloc;
1192522Sraf    local:
1202522Sraf	*;
1212522Sraf};
122