xref: /onnv-gate/usr/src/lib/libcmd/mapfile-vers (revision 8462:6e341f5569ba)
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#
23*8462SApril.Chin@Sun.COM# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
244887Schin# Use is subject to license terms.
254887Schin#
264887Schin
274887Schin# functions by AST/ksh93's version of libcmd
284887SchinSUNWprivate_1.1 {
294887Schin    global:
30*8462SApril.Chin@Sun.COM    	_cmd_init;
31*8462SApril.Chin@Sun.COM
324887Schin	b_basename;
334887Schin	b_cat;
344887Schin	b_chgrp;
35*8462SApril.Chin@Sun.COM	b_cksum;
364887Schin	b_chmod;
374887Schin	b_chown;
384887Schin	b_cmp;
394887Schin	b_comm;
404887Schin	b_cp;
414887Schin	b_cut;
424887Schin	b_date;
434887Schin	b_dirname;
444887Schin	b_expr;
454887Schin	b_fds;
464887Schin	b_fmt;
474887Schin	b_fold;
484887Schin	b_getconf;
494887Schin	b_head;
504887Schin	b_id;
514887Schin	b_join;
524887Schin	b_ln;
534887Schin	b_logname;
54*8462SApril.Chin@Sun.COM	b_md5sum;
554887Schin	b_mkdir;
564887Schin	b_mkfifo;
574887Schin	b_mv;
584887Schin	b_paste;
594887Schin	b_pathchk;
60*8462SApril.Chin@Sun.COM	b_pids;
61*8462SApril.Chin@Sun.COM	b_readlink;
624887Schin	b_rev;
634887Schin	b_rm;
644887Schin	b_rmdir;
654887Schin	b_stty;
66*8462SApril.Chin@Sun.COM	b_sum;
674887Schin	b_sync;
684887Schin	b_tail;
694887Schin	b_tee;
704887Schin	b_tty;
714887Schin	b_uname;
724887Schin	b_uniq;
734887Schin	b_wc;
744887Schin    local:
754887Schin	*;
764887Schin};
774887Schin
784887Schin# functions exported by the old Solaris version of libcmd
794887Schin# (the code has been moved to libc starting with Solaris 11/B51)
804887SchinSUNWprivate_1.1 {
814887Schin    global:
824887Schin	defcntl = FUNCTION FILTER libc.so.1;
834887Schin	defopen = FUNCTION FILTER libc.so.1;
844887Schin	defread = FUNCTION FILTER libc.so.1;
854887Schin    local:
864887Schin	*;
874887Schin};
88