usr/src/lib/common/inc/c_synonyms.h
author th199096
Mon, 02 Apr 2007 21:38:04 -0700
changeset 3957 86c9dda5df37
parent 3864 2ae506652d11
child 4574 4e479ec6ce6f
permissions -rw-r--r--
PSARC/2007/052 In-kernel Sharetab 6371468 /etc/dfs/sharetab should be a mntfs style file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     1
/*
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     2
 * CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     3
 *
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     4
 * The contents of this file are subject to the terms of the
1475
0c7070c5774f PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)
casper
parents: 1229
diff changeset
     5
 * Common Development and Distribution License (the "License").
0c7070c5774f PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)
casper
parents: 1229
diff changeset
     6
 * You may not use this file except in compliance with the License.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     7
 *
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     8
 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     9
 * or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    10
 * See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    11
 * and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    12
 *
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    13
 * When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    14
 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    15
 * If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    16
 * fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    17
 * information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    18
 *
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    19
 * CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    20
 */
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    21
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    22
/*
3684
a0773f73b68d PSARC 2006/554 setproject(3PROJECT) defining, and enhancing behaviour
rd117015
parents: 3235
diff changeset
    23
 * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    24
 * Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    25
 */
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    26
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    27
/*
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    28
 * This file is included in library source files (other than libc) when it
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    29
 * is desired to call libc functions by their restricted names rather than
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    30
 * by their public names, to avoid a namespace collision with applications.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    31
 */
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    32
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    33
#ifndef _COMMON_INC_SYNONYMS_H
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    34
#define	_COMMON_INC_SYNONYMS_H
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    35
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    36
#pragma ident	"%Z%%M%	%I%	%E% SMI"
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    37
1229
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
    38
#include <sys/feature_tests.h>
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
    39
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    40
#ifdef __cplusplus
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    41
extern "C" {
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    42
#endif
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    43
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    44
#if !defined(__lint)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    45
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    46
/* external data */
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    47
#define	altzone				_altzone
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    48
#define	_ctype				__ctype
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    49
#define	daylight			_daylight
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    50
#define	lone				_lone
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    51
#define	lten				_lten
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    52
#define	lzero				_lzero
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    53
#define	timezone			_timezone
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    54
#define	tzname				_tzname
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    55
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    56
/* functions */
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    57
#define	a64l				_a64l
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    58
#define	access				_access
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    59
#define	acct				_acct
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    60
#define	acctctl				_acctctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    61
#define	acl				_acl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    62
#define	addseverity			_addseverity
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    63
#define	adjtime				_adjtime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    64
#define	alarm				_alarm
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    65
#define	alphasort64			_alphasort64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    66
#define	alphasort			_alphasort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    67
#define	ascftime			_ascftime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    68
#define	asctime_r			_asctime_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    69
#define	_assert				__assert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    70
#define	_assert_c99			__assert_c99
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    71
#define	atoll				_atoll
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    72
#define	atomic_add_16			_atomic_add_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    73
#define	atomic_add_16_nv		_atomic_add_16_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    74
#define	atomic_add_32			_atomic_add_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    75
#define	atomic_add_32_nv		_atomic_add_32_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    76
#define	atomic_add_64			_atomic_add_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    77
#define	atomic_add_64_nv		_atomic_add_64_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    78
#define	atomic_add_8			_atomic_add_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    79
#define	atomic_add_8_nv			_atomic_add_8_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    80
#define	atomic_add_char			_atomic_add_char
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    81
#define	atomic_add_char_nv		_atomic_add_char_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    82
#define	atomic_add_int			_atomic_add_int
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    83
#define	atomic_add_int_nv		_atomic_add_int_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    84
#define	atomic_add_long			_atomic_add_long
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    85
#define	atomic_add_long_nv		_atomic_add_long_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    86
#define	atomic_add_ptr			_atomic_add_ptr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    87
#define	atomic_add_ptr_nv		_atomic_add_ptr_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    88
#define	atomic_add_short		_atomic_add_short
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    89
#define	atomic_add_short_nv		_atomic_add_short_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    90
#define	atomic_and_16			_atomic_and_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    91
#define	atomic_and_16_nv		_atomic_and_16_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    92
#define	atomic_and_32			_atomic_and_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    93
#define	atomic_and_32_nv		_atomic_and_32_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    94
#define	atomic_and_64			_atomic_and_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    95
#define	atomic_and_64_nv		_atomic_and_64_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    96
#define	atomic_and_8			_atomic_and_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    97
#define	atomic_and_8_nv			_atomic_and_8_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    98
#define	atomic_and_uchar		_atomic_and_uchar
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
    99
#define	atomic_and_uchar_nv		_atomic_and_uchar_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   100
#define	atomic_and_uint			_atomic_and_uint
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   101
#define	atomic_and_uint_nv		_atomic_and_uint_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   102
#define	atomic_and_ulong		_atomic_and_ulong
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   103
#define	atomic_and_ulong_nv		_atomic_and_ulong_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   104
#define	atomic_and_ushort		_atomic_and_ushort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   105
#define	atomic_and_ushort_nv		_atomic_and_ushort_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   106
#define	atomic_cas_16			_atomic_cas_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   107
#define	atomic_cas_32			_atomic_cas_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   108
#define	atomic_cas_64			_atomic_cas_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   109
#define	atomic_cas_8			_atomic_cas_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   110
#define	atomic_cas_ptr			_atomic_cas_ptr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   111
#define	atomic_cas_uchar		_atomic_cas_uchar
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   112
#define	atomic_cas_uint			_atomic_cas_uint
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   113
#define	atomic_cas_ulong		_atomic_cas_ulong
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   114
#define	atomic_cas_ushort		_atomic_cas_ushort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   115
#define	atomic_clear_long_excl		_atomic_clear_long_excl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   116
#define	atomic_dec_16			_atomic_dec_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   117
#define	atomic_dec_16_nv		_atomic_dec_16_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   118
#define	atomic_dec_32			_atomic_dec_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   119
#define	atomic_dec_32_nv		_atomic_dec_32_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   120
#define	atomic_dec_64			_atomic_dec_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   121
#define	atomic_dec_64_nv		_atomic_dec_64_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   122
#define	atomic_dec_8			_atomic_dec_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   123
#define	atomic_dec_8_nv			_atomic_dec_8_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   124
#define	atomic_dec_uchar		_atomic_dec_uchar
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   125
#define	atomic_dec_uchar_nv		_atomic_dec_uchar_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   126
#define	atomic_dec_uint			_atomic_dec_uint
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   127
#define	atomic_dec_uint_nv		_atomic_dec_uint_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   128
#define	atomic_dec_ulong		_atomic_dec_ulong
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   129
#define	atomic_dec_ulong_nv		_atomic_dec_ulong_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   130
#define	atomic_dec_ushort		_atomic_dec_ushort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   131
#define	atomic_dec_ushort_nv		_atomic_dec_ushort_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   132
#define	atomic_inc_16			_atomic_inc_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   133
#define	atomic_inc_16_nv		_atomic_inc_16_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   134
#define	atomic_inc_32			_atomic_inc_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   135
#define	atomic_inc_32_nv		_atomic_inc_32_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   136
#define	atomic_inc_64			_atomic_inc_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   137
#define	atomic_inc_64_nv		_atomic_inc_64_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   138
#define	atomic_inc_8			_atomic_inc_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   139
#define	atomic_inc_8_nv			_atomic_inc_8_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   140
#define	atomic_inc_uchar		_atomic_inc_uchar
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   141
#define	atomic_inc_uchar_nv		_atomic_inc_uchar_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   142
#define	atomic_inc_uint			_atomic_inc_uint
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   143
#define	atomic_inc_uint_nv		_atomic_inc_uint_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   144
#define	atomic_inc_ulong		_atomic_inc_ulong
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   145
#define	atomic_inc_ulong_nv		_atomic_inc_ulong_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   146
#define	atomic_inc_ushort		_atomic_inc_ushort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   147
#define	atomic_inc_ushort_nv		_atomic_inc_ushort_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   148
#define	atomic_or_16			_atomic_or_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   149
#define	atomic_or_16_nv			_atomic_or_16_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   150
#define	atomic_or_32			_atomic_or_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   151
#define	atomic_or_32_nv			_atomic_or_32_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   152
#define	atomic_or_64			_atomic_or_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   153
#define	atomic_or_64_nv			_atomic_or_64_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   154
#define	atomic_or_8			_atomic_or_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   155
#define	atomic_or_8_nv			_atomic_or_8_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   156
#define	atomic_or_uchar			_atomic_or_uchar
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   157
#define	atomic_or_uchar_nv		_atomic_or_uchar_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   158
#define	atomic_or_uint			_atomic_or_uint
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   159
#define	atomic_or_uint_nv		_atomic_or_uint_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   160
#define	atomic_or_ulong			_atomic_or_ulong
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   161
#define	atomic_or_ulong_nv		_atomic_or_ulong_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   162
#define	atomic_or_ushort		_atomic_or_ushort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   163
#define	atomic_or_ushort_nv		_atomic_or_ushort_nv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   164
#define	atomic_set_long_excl		_atomic_set_long_excl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   165
#define	atomic_swap_16			_atomic_swap_16
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   166
#define	atomic_swap_32			_atomic_swap_32
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   167
#define	atomic_swap_64			_atomic_swap_64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   168
#define	atomic_swap_8			_atomic_swap_8
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   169
#define	atomic_swap_ptr			_atomic_swap_ptr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   170
#define	atomic_swap_uchar		_atomic_swap_uchar
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   171
#define	atomic_swap_uint		_atomic_swap_uint
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   172
#define	atomic_swap_ulong		_atomic_swap_ulong
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   173
#define	atomic_swap_ushort		_atomic_swap_ushort
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   174
#define	attropen			_attropen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   175
#define	brk				_brk
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   176
#define	catclose			_catclose
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   177
#define	catgets				_catgets
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   178
#define	catopen				_catopen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   179
#define	cfgetispeed			_cfgetispeed
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   180
#define	cfgetospeed			_cfgetospeed
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   181
#define	cfsetispeed			_cfsetispeed
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   182
#define	cfsetospeed			_cfsetospeed
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   183
#define	cftime				_cftime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   184
#define	chdir				_chdir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   185
#define	chmod				_chmod
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   186
#define	chown				_chown
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   187
#define	chroot				_chroot
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   188
#define	_cladm				__cladm
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   189
#define	clock_getres			_clock_getres
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   190
#define	clock_gettime			_clock_gettime
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   191
#define	clock_nanosleep			_clock_nanosleep
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   192
#define	clock_settime			_clock_settime
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   193
#define	close				_close
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   194
#define	closedir			_closedir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   195
#define	closefrom			_closefrom
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   196
#define	closelog			_closelog
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   197
#define	cond_broadcast			_cond_broadcast
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   198
#define	cond_destroy			_cond_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   199
#define	cond_init			_cond_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   200
#define	cond_reltimedwait		_cond_reltimedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   201
#define	cond_signal			_cond_signal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   202
#define	cond_timedwait			_cond_timedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   203
#define	cond_wait			_cond_wait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   204
#define	core_get_default_content	_core_get_default_content
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   205
#define	core_get_default_path		_core_get_default_path
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   206
#define	core_get_global_content		_core_get_global_content
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   207
#define	core_get_global_path		_core_get_global_path
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   208
#define	core_get_options		_core_get_options
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   209
#define	core_get_process_content	_core_get_process_content
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   210
#define	core_get_process_path		_core_get_process_path
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   211
#define	core_set_default_content	_core_set_default_content
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   212
#define	core_set_default_path		_core_set_default_path
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   213
#define	core_set_global_content		_core_set_global_content
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   214
#define	core_set_global_path		_core_set_global_path
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   215
#define	core_set_options		_core_set_options
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   216
#define	core_set_process_content	_core_set_process_content
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   217
#define	core_set_process_path		_core_set_process_path
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   218
#define	creat				_creat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   219
#define	crypt				_crypt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   220
#define	ctermid				_ctermid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   221
#define	ctermid_r			_ctermid_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   222
#define	ctime_r				_ctime_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   223
#define	cuserid				_cuserid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   224
#define	decimal_to_double		_decimal_to_double
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   225
#define	decimal_to_extended		_decimal_to_extended
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   226
#define	decimal_to_quadruple		_decimal_to_quadruple
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   227
#define	decimal_to_single		_decimal_to_single
2923
da82ab368162 PSARC 2006/561 libcmd must die
raf
parents: 2658
diff changeset
   228
#define	defcntl				_defcntl
da82ab368162 PSARC 2006/561 libcmd must die
raf
parents: 2658
diff changeset
   229
#define	defopen				_defopen
da82ab368162 PSARC 2006/561 libcmd must die
raf
parents: 2658
diff changeset
   230
#define	defread				_defread
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   231
#define	dgettext			_dgettext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   232
#define	dladdr1				_dladdr1
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   233
#define	dladdr				_dladdr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   234
#define	dlamd64getunwind		_dlamd64getunwind
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   235
#define	dlclose				_dlclose
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   236
#define	dldump				_dldump
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   237
#define	dlerror				_dlerror
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   238
#define	dlinfo				_dlinfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   239
#define	dlmopen				_dlmopen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   240
#define	dlopen				_dlopen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   241
#define	dlsym				_dlsym
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   242
#define	door_bind			_door_bind
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   243
#define	door_call			_door_call
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   244
#define	door_create			_door_create
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   245
#define	door_cred			_door_cred
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   246
#define	door_getparam			_door_getparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   247
#define	door_info			_door_info
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   248
#define	door_return			_door_return
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   249
#define	door_revoke			_door_revoke
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   250
#define	door_server_create		_door_server_create
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   251
#define	door_setparam			_door_setparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   252
#define	door_ucred			_door_ucred
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   253
#define	door_unbind			_door_unbind
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   254
#define	double_to_decimal		_double_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   255
#define	drand48				_drand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   256
#define	dup2				_dup2
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   257
#define	dup				_dup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   258
#define	econvert			_econvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   259
#define	ecvt				_ecvt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   260
#define	encrypt				_encrypt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   261
#define	endgrent			_endgrent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   262
#define	endpwent			_endpwent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   263
#define	endspent			_endspent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   264
#define	endutent			_endutent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   265
#define	endutxent			_endutxent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   266
#define	environ				_environ
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   267
#define	erand48				_erand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   268
#define	execle				_execle
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   269
#define	execl				_execl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   270
#define	execlp				_execlp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   271
#define	execve				_execve
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   272
#define	execv				_execv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   273
#define	execvp				_execvp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   274
#define	exportfs			_exportfs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   275
#define	extended_to_decimal		_extended_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   276
#define	facl				_facl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   277
#define	fattach				_fattach
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   278
#define	fchdir				_fchdir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   279
#define	fchmod				_fchmod
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   280
#define	fchownat			_fchownat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   281
#define	fchown				_fchown
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   282
#define	fchroot				_fchroot
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   283
#define	fcntl				_fcntl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   284
#define	fconvert			_fconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   285
#define	fcvt				_fcvt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   286
#define	fdetach				_fdetach
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   287
#define	fdopendir			_fdopendir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   288
#define	fdopen				_fdopen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   289
#define	fdwalk				_fdwalk
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   290
#define	ffs				_ffs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   291
#define	fgetgrent			_fgetgrent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   292
#define	fgetgrent_r			_fgetgrent_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   293
#define	fgetpwent			_fgetpwent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   294
#define	fgetpwent_r			_fgetpwent_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   295
#define	fgetspent			_fgetspent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   296
#define	fgetspent_r			_fgetspent_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   297
#define	fileno				_fileno
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   298
#define	file_to_decimal			_file_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   299
#define	finite				_finite
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   300
#define	flockfile			_flockfile
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   301
#define	fmtmsg				_fmtmsg
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   302
#define	fork1				_fork1
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   303
#define	forkall				_forkall
3235
9af05252020c PSARC 2006/659 fork extensions
raf
parents: 2923
diff changeset
   304
#define	forkallx			_forkallx
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   305
#define	fork				_fork
3235
9af05252020c PSARC 2006/659 fork extensions
raf
parents: 2923
diff changeset
   306
#define	forkx				_forkx
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   307
#define	fpathconf			_fpathconf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   308
#define	fpclass				_fpclass
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   309
#define	fpgetmask			_fpgetmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   310
#define	fpgetround			_fpgetround
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   311
#define	fpgetsticky			_fpgetsticky
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   312
#define	fprintf				_fprintf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   313
#define	fpsetmask			_fpsetmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   314
#define	fpsetround			_fpsetround
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   315
#define	fpsetsticky			_fpsetsticky
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   316
#define	fstatat				_fstatat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   317
#define	fstatfs				_fstatfs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   318
#define	fstatvfs			_fstatvfs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   319
#define	fsync				_fsync
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   320
#define	ftok				_ftok
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   321
#define	ftruncate			_ftruncate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   322
#define	ftrylockfile			_ftrylockfile
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   323
#define	ftw				_ftw
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   324
#define	func_to_decimal			_func_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   325
#define	funlockfile			_funlockfile
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   326
#define	futimesat			_futimesat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   327
#define	gconvert			_gconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   328
#define	gcvt				_gcvt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   329
#define	getacct				_getacct
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   330
#define	getcontext			_getcontext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   331
#define	getcpuid			_getcpuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   332
#define	getcwd				_getcwd
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   333
#define	getdate				_getdate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   334
#define	getdents			_getdents
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   335
#define	getegid				_getegid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   336
#define	geteuid				_geteuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   337
#define	getexecname			_getexecname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   338
#define	getgid				_getgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   339
#define	getgrent			_getgrent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   340
#define	getgrent_r			_getgrent_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   341
#define	getgrgid			_getgrgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   342
#define	getgrgid_r			_getgrgid_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   343
#define	getgrnam			_getgrnam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   344
#define	getgrnam_r			_getgrnam_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   345
#define	getgroups			_getgroups
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   346
#define	gethomelgroup			_gethomelgroup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   347
#define	getisax				_getisax
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   348
#define	getitimer			_getitimer
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   349
#define	getlogin			_getlogin
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   350
#define	getlogin_r			_getlogin_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   351
#define	getmntany			_getmntany
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   352
#define	getmntent			_getmntent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   353
#define	getmsg				_getmsg
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   354
#define	getopt_clip			_getopt_clip
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   355
#define	getopt				_getopt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   356
#define	getopt_long			_getopt_long
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   357
#define	getopt_long_only		_getopt_long_only
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   358
#define	getpass				_getpass
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   359
#define	getpeerucred			_getpeerucred
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   360
#define	getpflags			_getpflags
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   361
#define	getpgid				_getpgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   362
#define	getpgrp				_getpgrp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   363
#define	getpid				_getpid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   364
#define	getpmsg				_getpmsg
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   365
#define	getppid				_getppid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   366
#define	getppriv			_getppriv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   367
#define	getprivimplinfo			_getprivimplinfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   368
#define	getprojid			_getprojid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   369
#define	getpwent			_getpwent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   370
#define	getpwent_r			_getpwent_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   371
#define	getpw				_getpw
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   372
#define	getpwnam			_getpwnam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   373
#define	getpwnam_r			_getpwnam_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   374
#define	getpwuid			_getpwuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   375
#define	getpwuid_r			_getpwuid_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   376
#define	getrctl				_getrctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   377
#define	getrlimit			_getrlimit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   378
#define	getsid				_getsid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   379
#define	getspent			_getspent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   380
#define	getspent_r			_getspent_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   381
#define	getspnam			_getspnam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   382
#define	getspnam_r			_getspnam_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   383
#define	getsubopt			_getsubopt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   384
#define	gettaskid			_gettaskid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   385
#define	gettimeofday			_gettimeofday
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   386
#define	gettxt				_gettxt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   387
#define	getuid				_getuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   388
#define	getustack			_getustack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   389
#define	getutent			_getutent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   390
#define	getutid				_getutid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   391
#define	getutline			_getutline
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   392
#define	getutmp				_getutmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   393
#define	getutmpx			_getutmpx
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   394
#define	getutxent			_getutxent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   395
#define	getutxid			_getutxid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   396
#define	getutxline			_getutxline
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   397
#define	getvfsany			_getvfsany
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   398
#define	getvfsent			_getvfsent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   399
#define	getvfsfile			_getvfsfile
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   400
#define	getvfsspec			_getvfsspec
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   401
#define	getw				_getw
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   402
#define	getzoneidbyname			_getzoneidbyname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   403
#define	getzoneid			_getzoneid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   404
#define	getzonenamebyid			_getzonenamebyid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   405
#define	gmtime_r			_gmtime_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   406
#define	grantpt				_grantpt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   407
#define	gsignal				_gsignal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   408
#define	gtty				_gtty
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   409
#define	hasmntopt			_hasmntopt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   410
#define	hcreate				_hcreate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   411
#define	hdestroy			_hdestroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   412
#define	hsearch				_hsearch
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   413
#define	iconv_close			_iconv_close
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   414
#define	iconv				_iconv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   415
#define	iconv_open			_iconv_open
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   416
#define	initgroups			_initgroups
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   417
#define	insque				_insque
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   418
#define	install_utrap			_install_utrap
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   419
#define	inst_sync			_inst_sync
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   420
#define	_iob				__iob
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   421
#define	ioctl				_ioctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   422
#define	isastream			_isastream
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   423
#define	isatty				_isatty
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   424
#define	issetugid			_issetugid
1676
37f4a3e2bd99 PSARC/2002/762 Layered Trusted Solaris
jpk
parents: 1475
diff changeset
   425
#define	is_system_labeled		_is_system_labeled
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   426
#define	jrand48				_jrand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   427
#define	kill				_kill
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   428
#define	l64a				_l64a
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   429
#define	ladd				_ladd
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   430
#define	lchown				_lchown
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   431
#define	lckpwdf				_lckpwdf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   432
#define	lcong48				_lcong48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   433
#define	ldivide				_ldivide
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   434
#define	lexp10				_lexp10
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   435
#define	lfind				_lfind
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   436
#define	link				_link
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   437
#define	llabs				_llabs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   438
#define	lldiv				_lldiv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   439
#define	llog10				_llog10
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   440
#define	llseek				_llseek
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   441
#define	lltostr				_lltostr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   442
#define	lmul				_lmul
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   443
#define	localtime_r			_localtime_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   444
#define	lockf				_lockf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   445
#define	longjmp				_longjmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   446
#define	lrand48				_lrand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   447
#define	lsearch				_lsearch
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   448
#define	lseek				_lseek
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   449
#define	lshiftl				_lshiftl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   450
#define	lsub				_lsub
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   451
#define	_lwp_cond_broadcast		__lwp_cond_broadcast
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   452
#define	_lwp_cond_reltimedwait		__lwp_cond_reltimedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   453
#define	_lwp_cond_signal		__lwp_cond_signal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   454
#define	_lwp_cond_timedwait		__lwp_cond_timedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   455
#define	_lwp_cond_wait			__lwp_cond_wait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   456
#define	_lwp_continue			__lwp_continue
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   457
#define	_lwp_info			__lwp_info
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   458
#define	_lwp_kill			__lwp_kill
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   459
#define	_lwp_mutex_lock			__lwp_mutex_lock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   460
#define	_lwp_mutex_trylock		__lwp_mutex_trylock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   461
#define	_lwp_mutex_unlock		__lwp_mutex_unlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   462
#define	_lwp_self			__lwp_self
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   463
#define	_lwp_sema_init			__lwp_sema_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   464
#define	_lwp_sema_post			__lwp_sema_post
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   465
#define	_lwp_sema_trywait		__lwp_sema_trywait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   466
#define	_lwp_sema_wait			__lwp_sema_wait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   467
#define	_lwp_suspend			__lwp_suspend
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   468
#define	madvise				_madvise
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   469
#define	makecontext			_makecontext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   470
#define	makeut				_makeut
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   471
#define	makeutx				_makeutx
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   472
#define	membar_consumer			_membar_consumer
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   473
#define	membar_enter			_membar_enter
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   474
#define	membar_exit			_membar_exit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   475
#define	membar_producer			_membar_producer
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   476
#define	memccpy				_memccpy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   477
#define	memcmp				_memcmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   478
#define	memcntl				_memcntl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   479
#define	memcpy				_memcpy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   480
#define	meminfo				_meminfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   481
#define	memmove				_memmove
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   482
#define	memset				_memset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   483
#define	mincore				_mincore
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   484
#define	mkdir				_mkdir
1475
0c7070c5774f PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)
casper
parents: 1229
diff changeset
   485
#define	mkdtemp				_mkdtemp
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   486
#define	mkfifo				_mkfifo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   487
#define	mkstemp				_mkstemp
1475
0c7070c5774f PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)
casper
parents: 1229
diff changeset
   488
#define	mkstemps			_mkstemps
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   489
#define	mktemp				_mktemp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   490
#define	mlockall			_mlockall
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   491
#define	mlock				_mlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   492
#define	mmap				_mmap
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   493
#define	modutx				_modutx
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   494
#define	monitor				_monitor
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   495
#define	mount				_mount
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   496
#define	mprotect			_mprotect
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   497
#define	mrand48				_mrand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   498
#define	msgctl64			_msgctl64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   499
#define	msgctl				_msgctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   500
#define	msgget				_msgget
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   501
#define	msgids				_msgids
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   502
#define	msgrcv				_msgrcv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   503
#define	msgsnap				_msgsnap
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   504
#define	msgsnd				_msgsnd
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   505
#define	msync				_msync
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   506
#define	munlockall			_munlockall
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   507
#define	munlock				_munlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   508
#define	munmap				_munmap
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   509
#define	_mutex_destroy			__mutex_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   510
#define	mutex_destroy			__mutex_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   511
#define	_mutex_held			__mutex_held
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   512
#define	mutex_held			__mutex_held
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   513
#define	_mutex_init			__mutex_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   514
#define	mutex_init			__mutex_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   515
#define	_mutex_lock			__mutex_lock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   516
#define	mutex_lock			__mutex_lock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   517
#define	_mutex_trylock			__mutex_trylock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   518
#define	mutex_trylock			__mutex_trylock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   519
#define	_mutex_unlock			__mutex_unlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   520
#define	mutex_unlock			__mutex_unlock
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   521
#define	nanosleep			_nanosleep
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   522
#define	nfs_getfh			_nfs_getfh
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   523
#define	nfssvc				_nfssvc
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   524
#define	nftw				_nftw
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   525
#define	nice				_nice
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   526
#define	nl_langinfo			_nl_langinfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   527
#define	nrand48				_nrand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   528
#define	nss_default_finders		_nss_default_finders
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   529
#define	nss_delete			_nss_delete
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   530
#define	nss_endent			_nss_endent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   531
#define	nss_getent			_nss_getent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   532
#define	nss_search			_nss_search
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   533
#define	nss_setent			_nss_setent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   534
#define	ntp_adjtime			_ntp_adjtime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   535
#define	ntp_gettime			_ntp_gettime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   536
#define	openat				_openat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   537
#define	opendir				_opendir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   538
#define	openlog				_openlog
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   539
#define	open				_open
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   540
#define	pathconf			_pathconf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   541
#define	pause				_pause
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   542
#define	pclose				_pclose
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   543
#define	pipe				_pipe
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   544
#define	plock				_plock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   545
#define	poll				_poll
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   546
#define	popen				_popen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   547
#define	port_alert			_port_alert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   548
#define	port_associate			_port_associate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   549
#define	port_create			_port_create
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   550
#define	port_dissociate			_port_dissociate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   551
#define	port_getn			_port_getn
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   552
#define	port_get			_port_get
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   553
#define	port_sendn			_port_sendn
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   554
#define	port_send			_port_send
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   555
#define	posix_openpt			_posix_openpt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   556
#define	posix_spawnattr_destroy		_posix_spawnattr_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   557
#define	posix_spawnattr_getflags	_posix_spawnattr_getflags
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   558
#define	posix_spawnattr_getpgroup	_posix_spawnattr_getpgroup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   559
#define	posix_spawnattr_getschedparam	_posix_spawnattr_getschedparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   560
#define	posix_spawnattr_getschedpolicy	_posix_spawnattr_getschedpolicy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   561
#define	posix_spawnattr_getsigdefault	_posix_spawnattr_getsigdefault
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   562
#define	posix_spawnattr_getsigmask	_posix_spawnattr_getsigmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   563
#define	posix_spawnattr_init		_posix_spawnattr_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   564
#define	posix_spawnattr_setflags	_posix_spawnattr_setflags
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   565
#define	posix_spawnattr_setpgroup	_posix_spawnattr_setpgroup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   566
#define	posix_spawnattr_setschedparam	_posix_spawnattr_setschedparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   567
#define	posix_spawnattr_setschedpolicy	_posix_spawnattr_setschedpolicy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   568
#define	posix_spawnattr_setsigdefault	_posix_spawnattr_setsigdefault
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   569
#define	posix_spawnattr_setsigmask	_posix_spawnattr_setsigmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   570
#define	posix_spawn_file_actions_addclose _posix_spawn_file_actions_addclose
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   571
#define	posix_spawn_file_actions_adddup2 _posix_spawn_file_actions_adddup2
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   572
#define	posix_spawn_file_actions_addopen _posix_spawn_file_actions_addopen
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   573
#define	posix_spawn_file_actions_destroy _posix_spawn_file_actions_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   574
#define	posix_spawn_file_actions_init	_posix_spawn_file_actions_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   575
#define	posix_spawn			_posix_spawn
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   576
#define	posix_spawnp			_posix_spawnp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   577
#define	pread				_pread
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   578
#define	printstack			_printstack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   579
#define	priv_addset			_priv_addset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   580
#define	priv_allocset			_priv_allocset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   581
#define	priv_copyset			_priv_copyset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   582
#define	priv_delset			_priv_delset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   583
#define	priv_emptyset			_priv_emptyset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   584
#define	priv_fillset			_priv_fillset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   585
#define	priv_freeset			_priv_freeset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   586
#define	priv_getbyname			_priv_getbyname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   587
#define	priv_getbynum			_priv_getbynum
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   588
#define	priv_getsetbyname		_priv_getsetbyname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   589
#define	priv_getsetbynum		_priv_getsetbynum
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   590
#define	priv_gettext			_priv_gettext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   591
#define	priv_ineffect			_priv_ineffect
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   592
#define	priv_intersect			_priv_intersect
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   593
#define	priv_inverse			_priv_inverse
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   594
#define	priv_isemptyset			_priv_isemptyset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   595
#define	priv_isequalset			_priv_isequalset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   596
#define	priv_isfullset			_priv_isfullset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   597
#define	priv_ismember			_priv_ismember
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   598
#define	priv_issubset			_priv_issubset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   599
#define	priv_set			_priv_set
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   600
#define	priv_set_to_str			_priv_set_to_str
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   601
#define	priv_str_to_set			_priv_str_to_set
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   602
#define	priv_union			_priv_union
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   603
#define	profil				_profil
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   604
#define	pselect				_pselect
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   605
#define	psiginfo			_psiginfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   606
#define	psignal				_psignal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   607
#define	pthread_atfork			_pthread_atfork
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   608
#define	pthread_attr_destroy		_pthread_attr_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   609
#define	pthread_attr_getdetachstate	_pthread_attr_getdetachstate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   610
#define	pthread_attr_getguardsize	_pthread_attr_getguardsize
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   611
#define	pthread_attr_getinheritsched	_pthread_attr_getinheritsched
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   612
#define	pthread_attr_getschedparam	_pthread_attr_getschedparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   613
#define	pthread_attr_getschedpolicy	_pthread_attr_getschedpolicy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   614
#define	pthread_attr_getscope		_pthread_attr_getscope
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   615
#define	pthread_attr_getstackaddr	_pthread_attr_getstackaddr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   616
#define	pthread_attr_getstack		_pthread_attr_getstack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   617
#define	pthread_attr_getstacksize	_pthread_attr_getstacksize
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   618
#define	pthread_attr_init		_pthread_attr_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   619
#define	pthread_attr_setdetachstate	_pthread_attr_setdetachstate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   620
#define	pthread_attr_setguardsize	_pthread_attr_setguardsize
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   621
#define	pthread_attr_setinheritsched	_pthread_attr_setinheritsched
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   622
#define	pthread_attr_setschedparam	_pthread_attr_setschedparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   623
#define	pthread_attr_setschedpolicy	_pthread_attr_setschedpolicy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   624
#define	pthread_attr_setscope		_pthread_attr_setscope
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   625
#define	pthread_attr_setstackaddr	_pthread_attr_setstackaddr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   626
#define	pthread_attr_setstack		_pthread_attr_setstack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   627
#define	pthread_attr_setstacksize	_pthread_attr_setstacksize
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   628
#define	pthread_barrierattr_destroy	_pthread_barrierattr_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   629
#define	pthread_barrierattr_getpshared	_pthread_barrierattr_getpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   630
#define	pthread_barrierattr_init	_pthread_barrierattr_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   631
#define	pthread_barrierattr_setpshared	_pthread_barrierattr_setpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   632
#define	pthread_barrier_destroy		_pthread_barrier_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   633
#define	pthread_barrier_init		_pthread_barrier_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   634
#define	pthread_barrier_wait		_pthread_barrier_wait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   635
#define	pthread_cancel			_pthread_cancel
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   636
#define	pthread_condattr_destroy	_pthread_condattr_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   637
#define	pthread_condattr_getclock	_pthread_condattr_getclock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   638
#define	pthread_condattr_getpshared	_pthread_condattr_getpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   639
#define	pthread_condattr_init		_pthread_condattr_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   640
#define	pthread_condattr_setclock	_pthread_condattr_setclock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   641
#define	pthread_condattr_setpshared	_pthread_condattr_setpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   642
#define	pthread_cond_broadcast		_pthread_cond_broadcast
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   643
#define	pthread_cond_destroy		_pthread_cond_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   644
#define	pthread_cond_init		_pthread_cond_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   645
#define	pthread_cond_reltimedwait_np	_pthread_cond_reltimedwait_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   646
#define	pthread_cond_signal		_pthread_cond_signal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   647
#define	pthread_cond_timedwait		_pthread_cond_timedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   648
#define	pthread_cond_wait		_pthread_cond_wait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   649
#define	pthread_create			_pthread_create
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   650
#define	pthread_detach			_pthread_detach
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   651
#define	pthread_equal			_pthread_equal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   652
#define	pthread_exit			_pthread_exit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   653
#define	pthread_getconcurrency		_pthread_getconcurrency
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   654
#define	pthread_getschedparam		_pthread_getschedparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   655
#define	pthread_getspecific		_pthread_getspecific
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   656
#define	pthread_join			_pthread_join
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   657
#define	pthread_key_create		_pthread_key_create
3864
2ae506652d11 PSARC 2007/129 thr_keycreate_once
raf
parents: 3684
diff changeset
   658
#define	pthread_key_create_once_np	_pthread_key_create_once_np
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   659
#define	pthread_key_delete		_pthread_key_delete
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   660
#define	pthread_kill			_pthread_kill
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   661
#define	pthread_mutexattr_destroy	_pthread_mutexattr_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   662
#define	pthread_mutexattr_getprioceiling _pthread_mutexattr_getprioceiling
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   663
#define	pthread_mutexattr_getprotocol	_pthread_mutexattr_getprotocol
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   664
#define	pthread_mutexattr_getpshared	_pthread_mutexattr_getpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   665
#define	pthread_mutexattr_getrobust_np	_pthread_mutexattr_getrobust_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   666
#define	pthread_mutexattr_gettype	_pthread_mutexattr_gettype
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   667
#define	pthread_mutexattr_init		_pthread_mutexattr_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   668
#define	pthread_mutexattr_setprioceiling _pthread_mutexattr_setprioceiling
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   669
#define	pthread_mutexattr_setprotocol	_pthread_mutexattr_setprotocol
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   670
#define	pthread_mutexattr_setpshared	_pthread_mutexattr_setpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   671
#define	pthread_mutexattr_setrobust_np	_pthread_mutexattr_setrobust_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   672
#define	pthread_mutexattr_settype	_pthread_mutexattr_settype
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   673
#define	pthread_mutex_consistent_np	_pthread_mutex_consistent_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   674
#define	pthread_mutex_destroy		_pthread_mutex_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   675
#define	pthread_mutex_getprioceiling	_pthread_mutex_getprioceiling
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   676
#define	pthread_mutex_init		_pthread_mutex_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   677
#define	pthread_mutex_lock		_pthread_mutex_lock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   678
#define	pthread_mutex_reltimedlock_np	_pthread_mutex_reltimedlock_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   679
#define	pthread_mutex_setprioceiling	_pthread_mutex_setprioceiling
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   680
#define	pthread_mutex_timedlock		_pthread_mutex_timedlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   681
#define	pthread_mutex_trylock		_pthread_mutex_trylock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   682
#define	pthread_mutex_unlock		_pthread_mutex_unlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   683
#define	pthread_once			_pthread_once
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   684
#define	pthread_rwlockattr_destroy	_pthread_rwlockattr_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   685
#define	pthread_rwlockattr_getpshared	_pthread_rwlockattr_getpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   686
#define	pthread_rwlockattr_init		_pthread_rwlockattr_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   687
#define	pthread_rwlockattr_setpshared	_pthread_rwlockattr_setpshared
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   688
#define	pthread_rwlock_destroy		_pthread_rwlock_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   689
#define	pthread_rwlock_init		_pthread_rwlock_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   690
#define	pthread_rwlock_rdlock		_pthread_rwlock_rdlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   691
#define	pthread_rwlock_reltimedrdlock_np _pthread_rwlock_reltimedrdlock_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   692
#define	pthread_rwlock_reltimedwrlock_np _pthread_rwlock_reltimedwrlock_np
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   693
#define	pthread_rwlock_timedrdlock	_pthread_rwlock_timedrdlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   694
#define	pthread_rwlock_timedwrlock	_pthread_rwlock_timedwrlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   695
#define	pthread_rwlock_tryrdlock	_pthread_rwlock_tryrdlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   696
#define	pthread_rwlock_trywrlock	_pthread_rwlock_trywrlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   697
#define	pthread_rwlock_unlock		_pthread_rwlock_unlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   698
#define	pthread_rwlock_wrlock		_pthread_rwlock_wrlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   699
#define	pthread_self			_pthread_self
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   700
#define	pthread_setcancelstate		_pthread_setcancelstate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   701
#define	pthread_setcanceltype		_pthread_setcanceltype
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   702
#define	pthread_setconcurrency		_pthread_setconcurrency
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   703
#define	pthread_setschedparam		_pthread_setschedparam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   704
#define	pthread_setschedprio		_pthread_setschedprio
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   705
#define	pthread_setspecific		_pthread_setspecific
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   706
#define	pthread_sigmask			_pthread_sigmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   707
#define	pthread_spin_destroy		_pthread_spin_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   708
#define	pthread_spin_init		_pthread_spin_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   709
#define	pthread_spin_lock		_pthread_spin_lock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   710
#define	pthread_spin_trylock		_pthread_spin_trylock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   711
#define	pthread_spin_unlock		_pthread_spin_unlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   712
#define	pthread_testcancel		_pthread_testcancel
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   713
#define	ptsname				_ptsname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   714
#define	putacct				_putacct
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   715
#define	putenv				_putenv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   716
#define	putmsg				_putmsg
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   717
#define	putpmsg				_putpmsg
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   718
#define	putpwent			_putpwent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   719
#define	putspent			_putspent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   720
#define	pututline			_pututline
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   721
#define	pututxline			_pututxline
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   722
#define	putw				_putw
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   723
#define	pwrite				_pwrite
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   724
#define	qeconvert			_qeconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   725
#define	qecvt				_qecvt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   726
#define	qfconvert			_qfconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   727
#define	qfcvt				_qfcvt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   728
#define	qgconvert			_qgconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   729
#define	qgcvt				_qgcvt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   730
#define	quadruple_to_decimal		_quadruple_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   731
#define	rand_r				_rand_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   732
#define	rctlctl				_rctlctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   733
#define	rctllist			_rctllist
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   734
#define	readdir				_readdir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   735
#define	readdir_r			_readdir_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   736
#define	readlink			_readlink
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   737
#define	read				_read
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   738
#define	readv				_readv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   739
#define	realpath			_realpath
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   740
#define	remque				_remque
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   741
#define	resolvepath			_resolvepath
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   742
#define	rmdir				_rmdir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   743
#define	rwlock_destroy			_rwlock_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   744
#define	rwlock_init			_rwlock_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   745
#define	rw_rdlock			_rw_rdlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   746
#define	rw_read_held			_rw_read_held
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   747
#define	rw_tryrdlock			_rw_tryrdlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   748
#define	rw_trywrlock			_rw_trywrlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   749
#define	rw_unlock			_rw_unlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   750
#define	rw_write_held			_rw_write_held
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   751
#define	rw_wrlock			_rw_wrlock
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   752
#define	sbrk				_sbrk
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   753
#define	scandir64			_scandir64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   754
#define	scandir				_scandir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   755
#define	schedctl_exit			_schedctl_exit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   756
#define	schedctl_init			_schedctl_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   757
#define	schedctl_lookup			_schedctl_lookup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   758
#define	seconvert			_seconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   759
#define	seed48				_seed48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   760
#define	seekdir				_seekdir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   761
#define	select				_select
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   762
#define	sema_destroy			_sema_destroy
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   763
#define	sema_held			_sema_held
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   764
#define	sema_init			_sema_init
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   765
#define	sema_post			_sema_post
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   766
#define	sema_reltimedwait		_sema_reltimedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   767
#define	sema_timedwait			_sema_timedwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   768
#define	sema_trywait			_sema_trywait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   769
#define	sema_wait			_sema_wait
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   770
#define	sem_close			_sem_close
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   771
#define	semctl64			_semctl64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   772
#define	semctl				_semctl
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   773
#define	sem_destroy			_sem_destroy
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   774
#define	semget				_semget
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   775
#define	sem_getvalue			_sem_getvalue
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   776
#define	semids				_semids
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   777
#define	sem_init			_sem_init
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   778
#define	sem_open			_sem_open
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   779
#define	semop				_semop
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   780
#define	sem_post			_sem_post
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   781
#define	sem_reltimedwait_np		_sem_reltimedwait_np
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   782
#define	semtimedop			_semtimedop
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   783
#define	sem_timedwait			_sem_timedwait
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   784
#define	sem_trywait			_sem_trywait
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   785
#define	sem_unlink			_sem_unlink
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   786
#define	sem_wait			_sem_wait
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   787
#define	setcontext			_setcontext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   788
#define	setegid				_setegid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   789
#define	setenv				_setenv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   790
#define	seteuid				_seteuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   791
#define	setgid				_setgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   792
#define	setgrent			_setgrent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   793
#define	setgroups			_setgroups
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   794
#define	setitimer			_setitimer
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   795
#define	setjmp				_setjmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   796
#define	setkey				_setkey
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   797
#define	setlogmask			_setlogmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   798
#define	setpflags			_setpflags
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   799
#define	setpgid				_setpgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   800
#define	setpgrp				_setpgrp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   801
#define	setppriv			_setppriv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   802
#define	setpwent			_setpwent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   803
#define	setrctl				_setrctl
3684
a0773f73b68d PSARC 2006/554 setproject(3PROJECT) defining, and enhancing behaviour
rd117015
parents: 3235
diff changeset
   804
#define	setprojrctl			_setprojrctl
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   805
#define	setregid			_setregid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   806
#define	setreuid			_setreuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   807
#define	setrlimit			_setrlimit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   808
#define	setsid				_setsid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   809
#define	setspent			_setspent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   810
#define	settaskid			_settaskid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   811
#define	settimeofday			_settimeofday
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   812
#define	setuid				_setuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   813
#define	setustack			_setustack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   814
#define	setutent			_setutent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   815
#define	setutxent			_setutxent
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   816
#define	sfconvert			_sfconvert
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   817
#define	sgconvert			_sgconvert
3957
86c9dda5df37 PSARC/2007/052 In-kernel Sharetab
th199096
parents: 3864
diff changeset
   818
#define	sharefs				_sharefs
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   819
#define	shmat				_shmat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   820
#define	shmctl64			_shmctl64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   821
#define	shmctl				_shmctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   822
#define	shmdt				_shmdt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   823
#define	shmget				_shmget
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   824
#define	shmids				_shmids
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   825
#define	sig2str				_sig2str
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   826
#define	sigaction			_sigaction
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   827
#define	sigaddset			_sigaddset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   828
#define	sigaltstack			_sigaltstack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   829
#define	sigdelset			_sigdelset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   830
#define	sigemptyset			_sigemptyset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   831
#define	sigfillset			_sigfillset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   832
#define	sigflag				_sigflag
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   833
#define	sigfpe				_sigfpe
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   834
#define	sighold				_sighold
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   835
#define	sigignore			_sigignore
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   836
#define	siginterrupt			_siginterrupt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   837
#define	sigismember			_sigismember
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   838
#define	siglongjmp			_siglongjmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   839
#define	signal				_signal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   840
#define	sigpause			_sigpause
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   841
#define	sigpending			_sigpending
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   842
#define	sigprocmask			_sigprocmask
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   843
#define	sigqueue			_sigqueue
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   844
#define	sigrelse			_sigrelse
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   845
#define	sigsendset			_sigsendset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   846
#define	sigsend				_sigsend
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   847
#define	sigsetjmp			_sigsetjmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   848
#define	sigset				_sigset
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   849
#define	sigstack			_sigstack
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   850
#define	sigsuspend			_sigsuspend
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   851
#define	sigtimedwait			_sigtimedwait
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   852
#define	sigwaitinfo			_sigwaitinfo
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   853
#define	sigwait				_sigwait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   854
#define	single_to_decimal		_single_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   855
#define	sleep				_sleep
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   856
#define	srand48				_srand48
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   857
#define	ssignal				_ssignal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   858
#define	stack_getbounds			_stack_getbounds
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   859
#define	stack_inbounds			_stack_inbounds
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   860
#define	stack_setbounds			_stack_setbounds
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   861
#define	stack_violation			_stack_violation
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   862
#define	statfs				_statfs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   863
#define	statvfs				_statvfs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   864
#define	stime				_stime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   865
#define	str2sig				_str2sig
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   866
#define	strdup				_strdup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   867
#define	strerror_r			_strerror_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   868
#define	strerror			_strerror
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   869
#define	string_to_decimal		_string_to_decimal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   870
#define	strsignal			_strsignal
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   871
#define	strtok_r			_strtok_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   872
#define	strtoll				_strtoll
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   873
#define	strtoull			_strtoull
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   874
#define	stty				_stty
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   875
#define	swab				_swab
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   876
#define	swapcontext			_swapcontext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   877
#define	swapctl				_swapctl
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   878
#define	symlink				_symlink
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   879
#define	sync				_sync
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   880
#define	syscall				_syscall
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   881
#define	sysconf				_sysconf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   882
#define	sysfs				_sysfs
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   883
#define	sysinfo				_sysinfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   884
#define	syslog				_syslog
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   885
#define	tcdrain				_tcdrain
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   886
#define	tcflow				_tcflow
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   887
#define	tcflush				_tcflush
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   888
#define	tcgetattr			_tcgetattr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   889
#define	tcgetpgrp			_tcgetpgrp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   890
#define	tcgetsid			_tcgetsid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   891
#define	tcsendbreak			_tcsendbreak
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   892
#define	tcsetattr			_tcsetattr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   893
#define	tcsetpgrp			_tcsetpgrp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   894
#define	tdelete				_tdelete
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   895
#define	telldir				_telldir
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   896
#define	tell				_tell
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   897
#define	tempnam				_tempnam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   898
#define	tfind				_tfind
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   899
#define	thr_continue_allmutators	_thr_continue_allmutators
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   900
#define	thr_continue_mutator		_thr_continue_mutator
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   901
#define	thr_continue			_thr_continue
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   902
#define	thr_create			_thr_create
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   903
#define	thr_exit			_thr_exit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   904
#define	thr_getconcurrency		_thr_getconcurrency
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   905
#define	thr_getprio			_thr_getprio
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   906
#define	thr_getspecific			_thr_getspecific
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   907
#define	thr_getstate			_thr_getstate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   908
#define	thr_join			_thr_join
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   909
#define	thr_keycreate			_thr_keycreate
3864
2ae506652d11 PSARC 2007/129 thr_keycreate_once
raf
parents: 3684
diff changeset
   910
#define	thr_keycreate_once		_thr_keycreate_once
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   911
#define	thr_kill			_thr_kill
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   912
#define	thr_main			_thr_main
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   913
#define	thr_min_stack			_thr_min_stack
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   914
#define	thr_mutators_barrier		_thr_mutators_barrier
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   915
#define	thr_self			_thr_self
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   916
#define	thr_setconcurrency		_thr_setconcurrency
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   917
#define	thr_setmutator			_thr_setmutator
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   918
#define	thr_setprio			_thr_setprio
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   919
#define	thr_setspecific			_thr_setspecific
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   920
#define	thr_setstate			_thr_setstate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   921
#define	thr_sighndlrinfo		_thr_sighndlrinfo
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   922
#define	thr_sigsetmask			_thr_sigsetmask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   923
#define	thr_stksegment			_thr_stksegment
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   924
#define	thr_suspend_allmutators		_thr_suspend_allmutators
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   925
#define	thr_suspend_mutator		_thr_suspend_mutator
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   926
#define	thr_suspend			_thr_suspend
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   927
#define	thr_wait_mutator		_thr_wait_mutator
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   928
#define	thr_yield			_thr_yield
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   929
#define	timer_create			_timer_create
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   930
#define	timer_delete			_timer_delete
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   931
#define	timer_getoverrun		_timer_getoverrun
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   932
#define	timer_gettime			_timer_gettime
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
   933
#define	timer_settime			_timer_settime
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   934
#define	times				_times
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   935
#define	time				_time
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   936
#define	tmpnam_r			_tmpnam_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   937
#define	tmpnam				_tmpnam
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   938
#define	truncate			_truncate
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   939
#define	tsearch				_tsearch
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   940
#define	ttyname_r			_ttyname_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   941
#define	ttyname				_ttyname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   942
#define	ttyslot				_ttyslot
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   943
#define	twalk				_twalk
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   944
#define	tzset				_tzset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   945
#define	uadmin				_uadmin
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   946
#define	ucred_free			_ucred_free
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   947
#define	ucred_getamask			_ucred_getamask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   948
#define	ucred_getasid			_ucred_getasid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   949
#define	ucred_getatid			_ucred_getatid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   950
#define	ucred_getauid			_ucred_getauid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   951
#define	ucred_getegid			_ucred_getegid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   952
#define	ucred_geteuid			_ucred_geteuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   953
#define	ucred_getgroups			_ucred_getgroups
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   954
#define	ucred_getpflags			_ucred_getpflags
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   955
#define	ucred_getpid			_ucred_getpid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   956
#define	ucred_getprivset		_ucred_getprivset
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   957
#define	ucred_getprojid			_ucred_getprojid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   958
#define	ucred_getrgid			_ucred_getrgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   959
#define	ucred_getruid			_ucred_getruid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   960
#define	ucred_getsgid			_ucred_getsgid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   961
#define	ucred_getsuid			_ucred_getsuid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   962
#define	ucred_get			_ucred_get
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   963
#define	ucred_getzoneid			_ucred_getzoneid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   964
#define	ucred_size			_ucred_size
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   965
#define	ulckpwdf			_ulckpwdf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   966
#define	ulimit				_ulimit
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   967
#define	ulltostr			_ulltostr
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   968
#define	umask				_umask
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   969
#define	umount2				_umount2
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   970
#define	umount				_umount
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   971
#define	unlinkat			_unlinkat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   972
#define	unlink				_unlink
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   973
#define	unlockpt			_unlockpt
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   974
#define	unordered			_unordered
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   975
#define	unsetenv			_unsetenv
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   976
#define	updwtmp				_updwtmp
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   977
#define	updwtmpx			_updwtmpx
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   978
#define	usleep				_usleep
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   979
#define	ustat				_ustat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   980
#define	utimes				_utimes
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   981
#define	utime				_utime
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   982
#define	utmpname			_utmpname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   983
#define	utmpxname			_utmpxname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   984
#define	utssys				_utssys
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   985
#define	vfork				_vfork
3235
9af05252020c PSARC 2006/659 fork extensions
raf
parents: 2923
diff changeset
   986
#define	vforkx				_vforkx
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   987
#define	vfscanf				_vfscanf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   988
#define	vhangup				_vhangup
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   989
#define	vscanf				_vscanf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   990
#define	vsscanf				_vsscanf
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   991
#define	vsyslog				_vsyslog
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   992
#define	wait3				_wait3
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   993
#define	waitid				_waitid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   994
#define	waitpid				_waitpid
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   995
#define	wait				_wait
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   996
#define	walkcontext			_walkcontext
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   997
#define	wctomb				_wctomb
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   998
#define	wracct				_wracct
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
   999
#define	writev				_writev
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1000
#define	write				_write
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1001
#define	yield				_yield
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1002
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1003
/* accommodation for _*xstat() and _nuname() interfaces */
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1004
#if !defined(__i386) || _FILE_OFFSET_BITS == 64 || defined(_LP64)
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1005
#define	fstat				_fstat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1006
#define	lstat				_lstat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1007
#define	mknod				_mknod
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1008
#define	stat				_stat
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1009
#endif
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1010
#if !defined(__i386)
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1011
#define	uname				_uname
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1012
#endif
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1013
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1014
/* transitional large file and other 32-bit only interfaces */
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1015
#if !defined(_LP64)
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1016
#define	attropen64			_attropen64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1017
#define	creat64				_creat64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1018
#define	fstat64				_fstat64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1019
#define	fstatat64			_fstatat64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1020
#define	fstatvfs64			_fstatvfs64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1021
#define	ftruncate64			_ftruncate64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1022
#define	ftw64				_ftw64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1023
#define	getdents64			_getdents64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1024
#define	getrlimit64			_getrlimit64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1025
#define	lockf64				_lockf64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1026
#define	lseek64				_lseek64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1027
#define	lstat64				_lstat64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1028
#define	mkstemp64			_mkstemp64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1029
#define	mmap64				_mmap64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1030
#define	nftw64				_nftw64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1031
#define	open64				_open64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1032
#define	openat64			_openat64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1033
#define	pread64				_pread64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1034
#define	pwrite64			_pwrite64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1035
#define	readdir64			_readdir64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1036
#define	readdir64_r			_readdir64_r
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1037
#define	setrlimit64			_setrlimit64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1038
#define	stat64				_stat64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1039
#define	statvfs64			_statvfs64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1040
#define	tell64				_tell64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1041
#define	truncate64			_truncate64
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1042
#define	ptrace				_ptrace
2248
4609e8bb25ad 6416832 libaio and librt can and should be folded into libc
raf
parents: 1676
diff changeset
  1043
#define	s_fcntl				_s_fcntl
1219
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1044
#define	sys_errlist			_sys_errlist
f89f56c2d9ac 6362982 namespace pollution/protection in libc
raf
parents: 0
diff changeset
  1045
#define	sys_nerr			_sys_nerr
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1046
#endif	/* !_LP64 */
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1047
1229
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
  1048
/* 64-bit only interfaces */
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
  1049
#if defined(_LP64)
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
  1050
#define	getc_unlocked			_getc_unlocked
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
  1051
#define	putc_unlocked			_putc_unlocked
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
  1052
#endif	/* _LP64 */
02e495977505 6370388 fixes for 6362982 and 6369040 were too optimistic
raf
parents: 1219
diff changeset
  1053
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1054
#endif	/* !defined(__lint) */
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1055
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1056
#ifdef __cplusplus
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1057
}
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1058
#endif
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1059
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
  1060
#endif /* _COMMON_INC_SYNONYMS_H */