1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27# functions by AST/ksh93's version of libcmd 28SUNWprivate_1.1 { 29 global: 30 _cmd_init; 31 32 b_basename; 33 b_cat; 34 b_chgrp; 35 b_cksum; 36 b_chmod; 37 b_chown; 38 b_cmp; 39 b_comm; 40 b_cp; 41 b_cut; 42 b_date; 43 b_dirname; 44 b_expr; 45 b_fds; 46 b_fmt; 47 b_fold; 48 b_getconf; 49 b_head; 50 b_id; 51 b_join; 52 b_ln; 53 b_logname; 54 b_md5sum; 55 b_mkdir; 56 b_mkfifo; 57 b_mv; 58 b_paste; 59 b_pathchk; 60 b_pids; 61 b_readlink; 62 b_rev; 63 b_rm; 64 b_rmdir; 65 b_stty; 66 b_sum; 67 b_sync; 68 b_tail; 69 b_tee; 70 b_tty; 71 b_uname; 72 b_uniq; 73 b_wc; 74 local: 75 *; 76}; 77 78# functions exported by the old Solaris version of libcmd 79# (the code has been moved to libc starting with Solaris 11/B51) 80SUNWprivate_1.1 { 81 global: 82 defcntl = FUNCTION FILTER libc.so.1; 83 defopen = FUNCTION FILTER libc.so.1; 84 defread = FUNCTION FILTER libc.so.1; 85 local: 86 *; 87}; 88