mapfile-vers revision 613a2f6ba31e891e3d947a356daf5e563d43c1ce
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# CDDL HEADER START
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# The contents of this file are subject to the terms of the
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Common Development and Distribution License (the "License").
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# You may not use this file except in compliance with the License.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# See the License for the specific language governing permissions
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# and limitations under the License.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# If applicable, add the following below this CDDL HEADER, with the
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# CDDL HEADER END
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Use is subject to license terms.
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTEL# MAPFILE HEADER START
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTEL# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTEL# Object versioning must comply with the rules detailed in
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# You should not be making modifications here until you've read the most current
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# copy of that file. If you need help, contact a gatekeeper for guidance.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# MAPFILE HEADER END
5c099afa7c9361afc2f4477fec0e3018588d7840Allan FosterSUNWprivate {
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster convert_leunicode_to_utf8;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster convert_unicode_to_utf8;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster convert_utf8_to_leunicode;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster convert_utf8_to_unicode;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster convert_utf8_to_wincs;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster convert_wincs_to_utf8;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster nb_ctx_create;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster nb_ctx_done;
5e89746cb5bec21d15a044ce89cfcdbf99d3d49dQuentin CASTEL nb_ctx_readrcsection;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster nb_ctx_resolve;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster nb_ctx_setns;
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster nb_resolvehost_in;