0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms
0N/A# of the Common Development and Distribution License
0N/A# (the "License"). You may not use this file except
0N/A# in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at
0N/A# src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing
0N/A# permissions and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL
0N/A# HEADER in each file and include the License file at
0N/A# usr/src/OPENSOLARIS.LICENSE. If applicable,
0N/A# add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your
0N/A# own identifying information: Portions Copyright [yyyy]
0N/A# [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A
0N/A#
0N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A
0N/A
0N/AALL= \
0N/A atomic \
0N/A bind \
0N/A cachetocache \
0N/A cascade_mutex \
0N/A cascade_cond \
0N/A cascade_lockf \
0N/A cascade_fcntl \
0N/A cascade_flock \
0N/A chdir \
0N/A close \
0N/A close_tcp \
0N/A connection \
0N/A dup \
0N/A exec \
0N/A exit \
0N/A exp \
0N/A fcntl \
0N/A fcntl_ndelay \
0N/A file_lock \
0N/A fork \
0N/A getcontext \
0N/A getenv \
0N/A gettimeofday \
0N/A getpeername \
0N/A getpid \
0N/A getrusage \
0N/A getsockname \
0N/A isatty \
0N/A listen \
0N/A localtime_r \
0N/A log \
0N/A longjmp \
0N/A lrand48 \
0N/A lseek \
0N/A malloc \
0N/A memcpy \
0N/A memmove \
0N/A memrand \
0N/A memset \
0N/A mktime \
0N/A mprotect \
0N/A mmap \
0N/A msync \
0N/A munmap \
0N/A mutex \
0N/A nop \
0N/A open \
0N/A pipe \
0N/A poll \
0N/A pread \
0N/A pthread_create \
0N/A pwrite \
0N/A read \
0N/A realpath \
0N/A recurse \
0N/A select \
0N/A semop \
0N/A setcontext \
0N/A setsockopt \
0N/A sigaction \
0N/A siglongjmp \
0N/A signal \
0N/A sigprocmask \
0N/A socket \
0N/A socketpair \
0N/A stat \
0N/A strcasecmp \
0N/A strchr \
0N/A strcmp \
0N/A strcpy \
0N/A strftime \
0N/A strlen \
0N/A strtol \
0N/A system \
0N/A time \
0N/A times \
0N/A write \
0N/A writev
0N/A
0N/A