Home | History | Annotate | Download | only in libcmd
      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 2009 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 
     27 #
     28 # MAPFILE HEADER START
     29 #
     30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
     31 # Object versioning must comply with the rules detailed in
     32 #
     33 #	usr/src/lib/README.mapfiles
     34 #
     35 # You should not be making modifications here until you've read the most current
     36 # copy of that file. If you need help, contact a gatekeeper for guidance.
     37 #
     38 # MAPFILE HEADER END
     39 #
     40 
     41 # functions by AST/ksh93's version of libcmd
     42 SUNWprivate_1.1 {
     43     global:
     44     	_cmd_init;
     45 	
     46 	b_basename;
     47 	b_cat;
     48 	b_chgrp;
     49 	b_cksum;
     50 	b_chmod;
     51 	b_chown;
     52 	b_cmp;
     53 	b_comm;
     54 	b_cp;
     55 	b_cut;
     56 	b_date;
     57 	b_dirname;
     58 	b_egrep;
     59 	b_expr;
     60 	b_fds;
     61 	b_fgrep;
     62 	b_fmt;
     63 	b_fold;
     64 	b_getconf;
     65 	b_grep;
     66 	b_head;
     67 	b_id;
     68 	b_join;
     69 	b_ln;
     70 	b_logname;
     71 	b_md5sum;
     72 	b_mkdir;
     73 	b_mkfifo;
     74 	b_mktemp;
     75 	b_mv;
     76 	b_paste;
     77 	b_pathchk;
     78 	b_pids;
     79 	b_pgrep;
     80 	b_readlink;
     81 	b_rev;
     82 	b_rm;
     83 	b_rmdir;
     84 	b_stty;
     85 	b_sum;
     86 	b_sync;
     87 	b_tail;
     88 	b_tee;
     89 	b_tty;
     90 	b_uname;
     91 	b_uniq;
     92 	b_wc;
     93 	b_xgrep;
     94     local:
     95 	*;
     96 };
     97 
     98 # functions exported by the old Solaris version of libcmd
     99 # (the code has been moved to libc starting with Solaris 11/B51)
    100 SUNWprivate_1.1 {
    101     global:
    102 	defcntl = FUNCTION FILTER libc.so.1;
    103 	defopen = FUNCTION FILTER libc.so.1;
    104 	defread = FUNCTION FILTER libc.so.1;
    105     local:
    106 	*;
    107 };
    108