xref: /illumos-gate/usr/src/lib/libw/common/mapfile-vers (revision 355b4669e025ff377602b6fc7caaf30dbc218371)
1# ident	"%Z%%M%	%I%	%E% SMI"
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
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, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25
26SUNW_1.1 {
27    global:
28	SUNW_1.1;
29    local:
30	*;
31} SUNW_0.8;
32
33SUNW_0.8 {
34    global:
35	getwc = FUNCTION;
36	putwc = FUNCTION;
37	iswctype = FUNCTION;
38	wcscoll = FUNCTION;
39	wcsftime = FUNCTION;
40	wcstod = FUNCTION;
41	wcstol = FUNCTION;
42	wcstoul = FUNCTION;
43	wcscat = FUNCTION;
44	wcsncat = FUNCTION;
45	wcscmp = FUNCTION;
46	wcsncmp = FUNCTION;
47	wcscpy = FUNCTION;
48	wcsncpy = FUNCTION;
49	wcslen = FUNCTION;
50	wcwidth = FUNCTION;
51	wcswidth = FUNCTION;
52	wcschr = FUNCTION;
53	wcsrchr = FUNCTION;
54	wcspbrk = FUNCTION;
55	wcsxfrm = FUNCTION;
56	wctype = FUNCTION;
57	strtows = FUNCTION;
58	wcscspn = FUNCTION;
59	wcsspn = FUNCTION;
60	wcstok = FUNCTION;
61	wcswcs = FUNCTION;
62	wstostr = FUNCTION;
63} SUNW_0.7;
64
65SUNW_0.7 {
66    global:
67	getws = FUNCTION;
68	fgetws = FUNCTION;
69	fgetwc = FUNCTION;
70	getwchar = FUNCTION;
71	ungetwc = FUNCTION;
72	iswalpha = FUNCTION;
73	iswupper = FUNCTION;
74	iswlower = FUNCTION;
75	iswdigit = FUNCTION;
76	iswxdigit = FUNCTION;
77	iswalnum = FUNCTION;
78	iswspace = FUNCTION;
79	iswpunct = FUNCTION;
80	iswprint = FUNCTION;
81	iswgraph = FUNCTION;
82	iswcntrl = FUNCTION;
83	isphonogram = FUNCTION;
84	isideogram = FUNCTION;
85	isenglish = FUNCTION;
86	isnumber = FUNCTION;
87	isspecial = FUNCTION;
88	putws = FUNCTION;
89	fputwc = FUNCTION;
90	fputws = FUNCTION;
91	putwchar = FUNCTION;
92	towlower = FUNCTION;
93	towupper = FUNCTION;
94	wscoll = FUNCTION;
95	wstod = FUNCTION;
96	wstol = FUNCTION;
97	wscat = FUNCTION;
98	wsncat = FUNCTION;
99	wscmp = FUNCTION;
100	wsncmp = FUNCTION;
101	wscpy = FUNCTION;
102	wsncpy = FUNCTION;
103	wslen = FUNCTION;
104	wschr = FUNCTION;
105	wsrchr = FUNCTION;
106	wspbrk = FUNCTION;
107	wsxfrm = FUNCTION;
108	wsprintf = FUNCTION;
109	wsscanf = FUNCTION;
110	wscasecmp = FUNCTION;
111	wsncasecmp = FUNCTION;
112	wsdup = FUNCTION;
113	wscol = FUNCTION;
114	watoll = FUNCTION;
115	wscspn = FUNCTION;
116	wsspn = FUNCTION;
117	wstok = FUNCTION;
118	wstoll = FUNCTION;
119};
120
121SUNWprivate_1.1 {
122    global:
123	SUNWprivate_1.1;
124};
125