xref: /onnv-gate/usr/src/lib/libcmd/mapfile-vers (revision 10898:1883b621b3ea)
14887Schin#
24887Schin# CDDL HEADER START
34887Schin#
44887Schin# The contents of this file are subject to the terms of the
54887Schin# Common Development and Distribution License (the "License").
64887Schin# You may not use this file except in compliance with the License.
74887Schin#
84887Schin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94887Schin# or http://www.opensolaris.org/os/licensing.
104887Schin# See the License for the specific language governing permissions
114887Schin# and limitations under the License.
124887Schin#
134887Schin# When distributing Covered Code, include this CDDL HEADER in each
144887Schin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154887Schin# If applicable, add the following below this CDDL HEADER, with the
164887Schin# fields enclosed by brackets "[]" replaced with your own identifying
174887Schin# information: Portions Copyright [yyyy] [name of copyright owner]
184887Schin#
194887Schin# CDDL HEADER END
204887Schin#
214887Schin
224887Schin#
238744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
244887Schin# Use is subject to license terms.
254887Schin#
264887Schin
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
318744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
368744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
378744SAli.Bahrami@Sun.COM#
388744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
398744SAli.Bahrami@Sun.COM#
408744SAli.Bahrami@Sun.COM
414887Schin# functions by AST/ksh93's version of libcmd
424887SchinSUNWprivate_1.1 {
434887Schin    global:
448462SApril.Chin@Sun.COM    	_cmd_init;
458462SApril.Chin@Sun.COM
464887Schin	b_basename;
474887Schin	b_cat;
484887Schin	b_chgrp;
498462SApril.Chin@Sun.COM	b_cksum;
504887Schin	b_chmod;
514887Schin	b_chown;
524887Schin	b_cmp;
534887Schin	b_comm;
544887Schin	b_cp;
554887Schin	b_cut;
564887Schin	b_date;
574887Schin	b_dirname;
58*10898Sroland.mainz@nrubsig.org	b_egrep;
594887Schin	b_expr;
604887Schin	b_fds;
61*10898Sroland.mainz@nrubsig.org	b_fgrep;
624887Schin	b_fmt;
634887Schin	b_fold;
644887Schin	b_getconf;
65*10898Sroland.mainz@nrubsig.org	b_grep;
664887Schin	b_head;
674887Schin	b_id;
684887Schin	b_join;
694887Schin	b_ln;
704887Schin	b_logname;
718462SApril.Chin@Sun.COM	b_md5sum;
724887Schin	b_mkdir;
734887Schin	b_mkfifo;
74*10898Sroland.mainz@nrubsig.org	b_mktemp;
754887Schin	b_mv;
764887Schin	b_paste;
774887Schin	b_pathchk;
788462SApril.Chin@Sun.COM	b_pids;
79*10898Sroland.mainz@nrubsig.org	b_pgrep;
808462SApril.Chin@Sun.COM	b_readlink;
814887Schin	b_rev;
824887Schin	b_rm;
834887Schin	b_rmdir;
844887Schin	b_stty;
858462SApril.Chin@Sun.COM	b_sum;
864887Schin	b_sync;
874887Schin	b_tail;
884887Schin	b_tee;
894887Schin	b_tty;
904887Schin	b_uname;
914887Schin	b_uniq;
924887Schin	b_wc;
93*10898Sroland.mainz@nrubsig.org	b_xgrep;
944887Schin    local:
954887Schin	*;
964887Schin};
974887Schin
984887Schin# functions exported by the old Solaris version of libcmd
994887Schin# (the code has been moved to libc starting with Solaris 11/B51)
1004887SchinSUNWprivate_1.1 {
1014887Schin    global:
1024887Schin	defcntl = FUNCTION FILTER libc.so.1;
1034887Schin	defopen = FUNCTION FILTER libc.so.1;
1044887Schin	defread = FUNCTION FILTER libc.so.1;
1054887Schin    local:
1064887Schin	*;
1074887Schin};
108