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# 2312068SRoger.Faulkner@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 244887Schin# 254887Schin 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 288744SAli.Bahrami@Sun.COM# 298744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 338744SAli.Bahrami@Sun.COM# 348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 388744SAli.Bahrami@Sun.COM# 398744SAli.Bahrami@Sun.COM 40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 41*12692SAli.Bahrami@Oracle.COM 424887Schin# functions by AST/ksh93's version of libcmd 43*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 444887Schin global: 458462SApril.Chin@Sun.COM _cmd_init; 468462SApril.Chin@Sun.COM 474887Schin b_basename; 484887Schin b_cat; 494887Schin b_chgrp; 508462SApril.Chin@Sun.COM b_cksum; 514887Schin b_chmod; 524887Schin b_chown; 534887Schin b_cmp; 544887Schin b_comm; 554887Schin b_cp; 564887Schin b_cut; 574887Schin b_date; 584887Schin b_dirname; 5910898Sroland.mainz@nrubsig.org b_egrep; 604887Schin b_expr; 614887Schin b_fds; 6210898Sroland.mainz@nrubsig.org b_fgrep; 634887Schin b_fmt; 644887Schin b_fold; 654887Schin b_getconf; 6610898Sroland.mainz@nrubsig.org b_grep; 674887Schin b_head; 684887Schin b_id; 694887Schin b_join; 704887Schin b_ln; 714887Schin b_logname; 728462SApril.Chin@Sun.COM b_md5sum; 734887Schin b_mkdir; 744887Schin b_mkfifo; 7510898Sroland.mainz@nrubsig.org b_mktemp; 764887Schin b_mv; 774887Schin b_paste; 784887Schin b_pathchk; 798462SApril.Chin@Sun.COM b_pids; 8010898Sroland.mainz@nrubsig.org b_pgrep; 818462SApril.Chin@Sun.COM b_readlink; 824887Schin b_rev; 834887Schin b_rm; 844887Schin b_rmdir; 854887Schin b_stty; 868462SApril.Chin@Sun.COM b_sum; 874887Schin b_sync; 884887Schin b_tail; 894887Schin b_tee; 904887Schin b_tty; 914887Schin b_uname; 924887Schin b_uniq; 934887Schin b_wc; 9412068SRoger.Faulkner@Oracle.COM b_vmstate; 9510898Sroland.mainz@nrubsig.org b_xgrep; 964887Schin local: 974887Schin *; 984887Schin}; 994887Schin 1004887Schin# functions exported by the old Solaris version of libcmd 1014887Schin# (the code has been moved to libc starting with Solaris 11/B51) 102*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 1034887Schin global: 104*12692SAli.Bahrami@Oracle.COM defcntl { TYPE = FUNCTION; FILTER = libc.so.1 }; 105*12692SAli.Bahrami@Oracle.COM defopen { TYPE = FUNCTION; FILTER = libc.so.1 }; 106*12692SAli.Bahrami@Oracle.COM defread { TYPE = FUNCTION; FILTER = libc.so.1 }; 1074887Schin local: 1084887Schin *; 1094887Schin}; 110