Symbol: _RESTRICT_KYWD
usr/src/common/crypto/md4/md4.c
123
MD4Update(MD4_CTX *context, const void *_RESTRICT_KYWD inptr, size_t inputLen)
usr/src/common/crypto/md5/md5.c
660
Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input,
usr/src/common/crypto/sha1/sha1.c
1049
Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input,
usr/src/common/crypto/sha2/sha2.c
626
Encode(uint8_t *_RESTRICT_KYWD output, uint32_t *_RESTRICT_KYWD input,
usr/src/common/crypto/sha2/sha2.c
651
Encode64(uint8_t *_RESTRICT_KYWD output, uint64_t *_RESTRICT_KYWD input,
usr/src/head/aio.h
110
aiocb_t *_RESTRICT_KYWD const *_RESTRICT_KYWD,
usr/src/head/aio.h
111
int, struct sigevent *_RESTRICT_KYWD);
usr/src/head/aio.h
127
aiocb64_t *_RESTRICT_KYWD const *_RESTRICT_KYWD,
usr/src/head/aio.h
128
int, struct sigevent *_RESTRICT_KYWD);
usr/src/head/arpa/inet.h
65
extern int inet_pton(int, const char *_RESTRICT_KYWD, void *_RESTRICT_KYWD);
usr/src/head/arpa/inet.h
66
extern const char *inet_ntop(int, const void *_RESTRICT_KYWD,
usr/src/head/arpa/inet.h
67
char *_RESTRICT_KYWD, socklen_t);
usr/src/head/dirent.h
164
extern int readdir_r(DIR *_RESTRICT_KYWD, struct dirent *_RESTRICT_KYWD,
usr/src/head/dirent.h
165
struct dirent **_RESTRICT_KYWD);
usr/src/head/dirent.h
168
extern int __posix_readdir_r(DIR *_RESTRICT_KYWD,
usr/src/head/dirent.h
169
struct dirent *_RESTRICT_KYWD, struct dirent **_RESTRICT_KYWD);
usr/src/head/dirent.h
176
readdir_r(DIR *_RESTRICT_KYWD __dp, struct dirent *_RESTRICT_KYWD __ent,
usr/src/head/dirent.h
177
struct dirent **_RESTRICT_KYWD __res)
usr/src/head/dirent.h
206
extern int readdir_r(DIR *_RESTRICT_KYWD, struct dirent *_RESTRICT_KYWD,
usr/src/head/dirent.h
207
struct dirent **_RESTRICT_KYWD);
usr/src/head/dirent.h
214
extern int readdir64_r(DIR *_RESTRICT_KYWD, struct dirent64 *_RESTRICT_KYWD,
usr/src/head/dirent.h
215
struct dirent64 **_RESTRICT_KYWD);
usr/src/head/dlfcn.h
110
extern void *dlsym(void *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
usr/src/head/glob.h
174
extern int glob(const char *_RESTRICT_KYWD, int, int(*)(const char *, int),
usr/src/head/glob.h
175
glob_t *_RESTRICT_KYWD);
usr/src/head/iconv.h
43
extern size_t iconv(iconv_t, char **_RESTRICT_KYWD,
usr/src/head/iconv.h
44
size_t *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
usr/src/head/iconv.h
45
size_t *_RESTRICT_KYWD);
usr/src/head/iconv.h
47
extern size_t iconv(iconv_t, const char **_RESTRICT_KYWD,
usr/src/head/iconv.h
48
size_t *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
usr/src/head/iconv.h
49
size_t *_RESTRICT_KYWD);
usr/src/head/inttypes.h
110
extern intmax_t strtoimax(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
usr/src/head/inttypes.h
112
extern uintmax_t strtoumax(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
usr/src/head/inttypes.h
114
extern intmax_t wcstoimax(const wchar_t *_RESTRICT_KYWD,
usr/src/head/inttypes.h
115
wchar_t **_RESTRICT_KYWD, int);
usr/src/head/inttypes.h
116
extern uintmax_t wcstoumax(const wchar_t *_RESTRICT_KYWD,
usr/src/head/inttypes.h
117
wchar_t **_RESTRICT_KYWD, int);
usr/src/head/iso/stdio_c99.h
74
extern int vfscanf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/stdio_c99.h
75
extern int vscanf(const char *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/stdio_c99.h
76
extern int vsscanf(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_c99.h
82
extern int snprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_c99.h
84
extern int vsnprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_iso.h
197
extern FILE *fopen(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
198
extern FILE *freopen(const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_iso.h
199
const char *_RESTRICT_KYWD, FILE *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
200
extern void setbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
201
extern int setvbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD, int,
usr/src/head/iso/stdio_iso.h
204
extern int fprintf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...);
usr/src/head/iso/stdio_iso.h
206
extern int fscanf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...);
usr/src/head/iso/stdio_iso.h
208
extern int printf(const char *_RESTRICT_KYWD, ...);
usr/src/head/iso/stdio_iso.h
210
extern int scanf(const char *_RESTRICT_KYWD, ...);
usr/src/head/iso/stdio_iso.h
212
extern int sprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, ...);
usr/src/head/iso/stdio_iso.h
214
extern int sscanf(const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_iso.h
215
const char *_RESTRICT_KYWD, ...);
usr/src/head/iso/stdio_iso.h
216
extern int vfprintf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_iso.h
218
extern int vprintf(const char *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/stdio_iso.h
219
extern int vsprintf(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/iso/stdio_iso.h
222
extern char *fgets(char *_RESTRICT_KYWD, int, FILE *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
224
extern int fputs(const char *_RESTRICT_KYWD, FILE *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
245
extern size_t fread(void *_RESTRICT_KYWD, size_t, size_t,
usr/src/head/iso/stdio_iso.h
246
FILE *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
247
extern size_t fwrite(const void *_RESTRICT_KYWD, size_t, size_t,
usr/src/head/iso/stdio_iso.h
248
FILE *_RESTRICT_KYWD);
usr/src/head/iso/stdio_iso.h
250
extern int fgetpos(FILE *_RESTRICT_KYWD, fpos_t *_RESTRICT_KYWD);
usr/src/head/iso/stdlib_c11.h
86
typedef void (*constraint_handler_t)(const char *_RESTRICT_KYWD,
usr/src/head/iso/stdlib_c11.h
87
void *_RESTRICT_KYWD, errno_t);
usr/src/head/iso/stdlib_c11.h
91
extern _NORETURN_KYWD void abort_handler_s(const char *_RESTRICT_KYWD,
usr/src/head/iso/stdlib_c11.h
92
void *_RESTRICT_KYWD, errno_t);
usr/src/head/iso/stdlib_c11.h
94
extern void ignore_handler_s(const char *_RESTRICT_KYWD, void *_RESTRICT_KYWD,
usr/src/head/iso/stdlib_c99.h
76
extern float strtof(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
usr/src/head/iso/stdlib_c99.h
77
extern long double strtold(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
usr/src/head/iso/stdlib_c99.h
83
extern long long strtoll(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
usr/src/head/iso/stdlib_c99.h
85
extern unsigned long long strtoull(const char *_RESTRICT_KYWD,
usr/src/head/iso/stdlib_c99.h
86
char **_RESTRICT_KYWD, int);
usr/src/head/iso/stdlib_iso.h
144
extern size_t mbstowcs(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/iso/stdlib_iso.h
146
extern int mbtowc(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
usr/src/head/iso/stdlib_iso.h
156
extern double strtod(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
usr/src/head/iso/stdlib_iso.h
157
extern long int strtol(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD, int);
usr/src/head/iso/stdlib_iso.h
158
extern unsigned long int strtoul(const char *_RESTRICT_KYWD,
usr/src/head/iso/stdlib_iso.h
159
char **_RESTRICT_KYWD, int);
usr/src/head/iso/stdlib_iso.h
162
extern size_t wcstombs(char *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/string_iso.h
70
extern void *memcpy(void *_RESTRICT_KYWD, const void *_RESTRICT_KYWD, size_t);
usr/src/head/iso/string_iso.h
73
extern char *strcat(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
usr/src/head/iso/string_iso.h
75
extern char *strcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
usr/src/head/iso/string_iso.h
80
extern char *strncat(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
usr/src/head/iso/string_iso.h
82
extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
usr/src/head/iso/string_iso.h
84
extern char *strtok(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
usr/src/head/iso/string_iso.h
85
extern size_t strxfrm(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
usr/src/head/iso/time_iso.h
101
extern size_t strftime(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
usr/src/head/iso/time_iso.h
102
const struct tm *_RESTRICT_KYWD);
usr/src/head/iso/wchar_c99.h
64
extern int vfwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_c99.h
66
extern int vswscanf(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_c99.h
67
const wchar_t *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/wchar_c99.h
68
extern int vwscanf(const wchar_t *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/wchar_c99.h
69
extern float wcstof(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_c99.h
70
wchar_t **_RESTRICT_KYWD);
usr/src/head/iso/wchar_c99.h
72
extern long double wcstold(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_c99.h
73
wchar_t **_RESTRICT_KYWD);
usr/src/head/iso/wchar_c99.h
74
extern long long wcstoll(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_c99.h
75
wchar_t **_RESTRICT_KYWD, int);
usr/src/head/iso/wchar_c99.h
76
extern unsigned long long wcstoull(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_c99.h
77
wchar_t **_RESTRICT_KYWD, int);
usr/src/head/iso/wchar_iso.h
188
extern wchar_t *__fgetws_xpg5(wchar_t *_RESTRICT_KYWD, int,
usr/src/head/iso/wchar_iso.h
189
__FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
190
extern int __fputws_xpg5(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
206
extern wchar_t *fgetws(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
208
extern int fputws(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
214
extern double wcstod(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
215
extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
217
extern unsigned long wcstoul(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
218
wchar_t **_RESTRICT_KYWD, int);
usr/src/head/iso/wchar_iso.h
219
extern wchar_t *wcscat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
222
extern wchar_t *wcscpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
225
extern wchar_t *wcsncat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
228
extern wchar_t *wcsncpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
231
extern size_t wcsxfrm(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
266
extern wchar_t *wcstok(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
267
wchar_t **_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
268
extern size_t wcsftime(wchar_t *_RESTRICT_KYWD, size_t,
usr/src/head/iso/wchar_iso.h
269
const wchar_t *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
271
extern wchar_t *__wcstok_xpg5(wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
272
const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
273
extern size_t __wcsftime_xpg5(wchar_t *_RESTRICT_KYWD, size_t,
usr/src/head/iso/wchar_iso.h
274
const wchar_t *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
284
extern int fwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
286
extern int fwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
290
extern size_t mbrlen(const char *_RESTRICT_KYWD, size_t,
usr/src/head/iso/wchar_iso.h
291
mbstate_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
292
extern size_t mbrtowc(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
293
size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
294
extern size_t mbsrtowcs(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
295
size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
296
extern int swprintf(wchar_t *_RESTRICT_KYWD, size_t,
usr/src/head/iso/wchar_iso.h
297
const wchar_t *_RESTRICT_KYWD, ...);
usr/src/head/iso/wchar_iso.h
298
extern int swscanf(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
299
const wchar_t *_RESTRICT_KYWD, ...);
usr/src/head/iso/wchar_iso.h
300
extern int vfwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
302
extern int vwprintf(const wchar_t *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/wchar_iso.h
303
extern int vswprintf(wchar_t *_RESTRICT_KYWD, size_t,
usr/src/head/iso/wchar_iso.h
304
const wchar_t *_RESTRICT_KYWD, __va_list);
usr/src/head/iso/wchar_iso.h
305
extern size_t wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/head/iso/wchar_iso.h
306
mbstate_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
307
extern size_t wcsrtombs(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
308
size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
310
extern size_t wcsnrtombs(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
311
size_t, size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
315
extern wchar_t *wmemcpy(wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
316
const wchar_t *_RESTRICT_KYWD, size_t);
usr/src/head/iso/wchar_iso.h
319
extern int wprintf(const wchar_t *_RESTRICT_KYWD, ...);
usr/src/head/iso/wchar_iso.h
320
extern int wscanf(const wchar_t *_RESTRICT_KYWD, ...);
usr/src/head/iso/wchar_iso.h
335
extern wchar_t *wcsstr(const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
336
const wchar_t *_RESTRICT_KYWD);
usr/src/head/memory.h
45
extern void *memcpy(void *_RESTRICT_KYWD, const void *_RESTRICT_KYWD, size_t);
usr/src/head/monetary.h
39
extern ssize_t strfmon(char *_RESTRICT_KYWD, size_t,
usr/src/head/monetary.h
40
const char *_RESTRICT_KYWD, ...);
usr/src/head/monetary.h
49
extern ssize_t strfmon_l(char *_RESTRICT_KYWD, size_t, locale_t,
usr/src/head/monetary.h
50
const char *_RESTRICT_KYWD, ...);
usr/src/head/mqueue.h
69
ssize_t mq_timedreceive(mqd_t, char *_RESTRICT_KYWD, size_t,
usr/src/head/mqueue.h
70
unsigned int *_RESTRICT_KYWD,
usr/src/head/mqueue.h
71
const struct timespec *_RESTRICT_KYWD);
usr/src/head/mqueue.h
72
ssize_t mq_reltimedreceive_np(mqd_t, char *_RESTRICT_KYWD, size_t,
usr/src/head/mqueue.h
73
unsigned int *_RESTRICT_KYWD,
usr/src/head/mqueue.h
74
const struct timespec *_RESTRICT_KYWD);
usr/src/head/mqueue.h
77
int mq_setattr(mqd_t, const struct mq_attr *_RESTRICT_KYWD,
usr/src/head/mqueue.h
78
struct mq_attr *_RESTRICT_KYWD);
usr/src/head/netdb.h
318
int getaddrinfo(const char *_RESTRICT_KYWD,
usr/src/head/netdb.h
319
const char *_RESTRICT_KYWD,
usr/src/head/netdb.h
320
const struct addrinfo *_RESTRICT_KYWD,
usr/src/head/netdb.h
321
struct addrinfo **_RESTRICT_KYWD);
usr/src/head/netdb.h
324
int getnameinfo(const struct sockaddr *_RESTRICT_KYWD,
usr/src/head/netdb.h
325
socklen_t, char *_RESTRICT_KYWD, socklen_t,
usr/src/head/netdb.h
326
char *_RESTRICT_KYWD, socklen_t, int);
usr/src/head/poll.h
50
extern int ppoll(struct pollfd *_RESTRICT_KYWD, nfds_t,
usr/src/head/poll.h
51
const struct timespec *_RESTRICT_KYWD, const sigset_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
203
extern int pthread_attr_getstack(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
204
void **_RESTRICT_KYWD, size_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
206
extern int pthread_attr_getstacksize(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
207
size_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
209
extern int pthread_attr_getstackaddr(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
210
void **_RESTRICT_KYWD);
usr/src/head/pthread.h
214
extern int pthread_attr_getscope(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
215
int *_RESTRICT_KYWD);
usr/src/head/pthread.h
217
extern int pthread_attr_getinheritsched(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
218
int *_RESTRICT_KYWD);
usr/src/head/pthread.h
220
extern int pthread_attr_getschedpolicy(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
221
int *_RESTRICT_KYWD);
usr/src/head/pthread.h
222
extern int pthread_attr_setschedparam(pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
223
const struct sched_param *_RESTRICT_KYWD);
usr/src/head/pthread.h
224
extern int pthread_attr_getschedparam(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
225
struct sched_param *_RESTRICT_KYWD);
usr/src/head/pthread.h
226
extern int pthread_attr_setname_np(pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
227
const char *_RESTRICT_KYWD);
usr/src/head/pthread.h
228
extern int pthread_attr_getname_np(pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
229
char *_RESTRICT_KYWD, size_t);
usr/src/head/pthread.h
230
extern int pthread_create(pthread_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
231
const pthread_attr_t *_RESTRICT_KYWD, void * (*)(void *),
usr/src/head/pthread.h
232
void *_RESTRICT_KYWD);
usr/src/head/pthread.h
239
extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
usr/src/head/pthread.h
240
struct sched_param *_RESTRICT_KYWD);
usr/src/head/pthread.h
262
const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
265
const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
268
const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
271
const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
272
extern int pthread_mutex_init(pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
273
const pthread_mutexattr_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
277
extern int pthread_mutex_clocklock(pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
278
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
279
extern int pthread_mutex_timedlock(pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
280
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
281
extern int pthread_mutex_relclocklock_np(pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
282
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
283
extern int pthread_mutex_reltimedlock_np(pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
284
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
287
extern int pthread_mutex_setprioceiling(pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
288
int, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
289
extern int pthread_mutex_getprioceiling(const pthread_mutex_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
290
int *_RESTRICT_KYWD);
usr/src/head/pthread.h
294
extern int pthread_condattr_getclock(const pthread_condattr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
295
clockid_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
297
extern int pthread_condattr_getpshared(const pthread_condattr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
298
int *_RESTRICT_KYWD);
usr/src/head/pthread.h
299
extern int pthread_cond_init(pthread_cond_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
300
const pthread_condattr_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
304
extern int pthread_cond_wait(pthread_cond_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
305
pthread_mutex_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
306
extern int pthread_cond_clockwait(pthread_cond_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
307
pthread_mutex_t *_RESTRICT_KYWD, clockid_t,
usr/src/head/pthread.h
308
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
309
extern int pthread_cond_timedwait(pthread_cond_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
310
pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
311
extern int pthread_cond_relclockwait_np(pthread_cond_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
312
pthread_mutex_t *_RESTRICT_KYWD, clockid_t,
usr/src/head/pthread.h
313
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
314
extern int pthread_cond_reltimedwait_np(pthread_cond_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
315
pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
316
extern int pthread_attr_getguardsize(const pthread_attr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
317
size_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
322
extern int pthread_mutexattr_gettype(const pthread_mutexattr_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
323
int *_RESTRICT_KYWD);
usr/src/head/pthread.h
324
extern int pthread_rwlock_init(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
325
const pthread_rwlockattr_t *_RESTRICT_KYWD);
usr/src/head/pthread.h
328
extern int pthread_rwlock_clockrdlock(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
329
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
330
extern int pthread_rwlock_timedrdlock(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
331
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
332
extern int pthread_rwlock_relclockrdlock_np(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
333
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
334
extern int pthread_rwlock_reltimedrdlock_np(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
335
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
338
extern int pthread_rwlock_clockwrlock(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
339
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
340
extern int pthread_rwlock_timedwrlock(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
341
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
342
extern int pthread_rwlock_relclockwrlock_np(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
343
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
344
extern int pthread_rwlock_reltimedwrlock_np(pthread_rwlock_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
345
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
351
const pthread_rwlockattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
362
const pthread_barrierattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/pthread.h
363
extern int pthread_barrier_init(pthread_barrier_t *_RESTRICT_KYWD,
usr/src/head/pthread.h
364
const pthread_barrierattr_t *_RESTRICT_KYWD, uint_t);
usr/src/head/pthread.h
372
const pthread_mutexattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/regex.h
160
extern int regcomp(regex_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, int);
usr/src/head/regex.h
161
extern int regexec(const regex_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/regex.h
162
size_t, regmatch_t *_RESTRICT_KYWD, int);
usr/src/head/regex.h
163
extern size_t regerror(int, const regex_t *_RESTRICT_KYWD, char *_RESTRICT_KYWD,
usr/src/head/search.h
66
void *tdelete(const void *_RESTRICT_KYWD, void **_RESTRICT_KYWD,
usr/src/head/semaphore.h
78
int sem_timedwait(sem_t *_RESTRICT_KYWD,
usr/src/head/semaphore.h
79
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
80
int sem_reltimedwait_np(sem_t *_RESTRICT_KYWD,
usr/src/head/semaphore.h
81
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
85
int sem_clockwait(sem_t *_RESTRICT_KYWD, clockid_t,
usr/src/head/semaphore.h
86
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
87
int sem_relclockwait_np(sem_t *_RESTRICT_KYWD, clockid_t,
usr/src/head/semaphore.h
88
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
92
int sem_getvalue(sem_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/signal.h
103
extern int sigaltstack(const stack_t *_RESTRICT_KYWD, stack_t *_RESTRICT_KYWD);
usr/src/head/signal.h
123
extern int pthread_sigmask(int, const sigset_t *_RESTRICT_KYWD,
usr/src/head/signal.h
124
sigset_t *_RESTRICT_KYWD);
usr/src/head/signal.h
125
extern int sigwaitinfo(const sigset_t *_RESTRICT_KYWD,
usr/src/head/signal.h
126
siginfo_t *_RESTRICT_KYWD);
usr/src/head/signal.h
127
extern int sigtimedwait(const sigset_t *_RESTRICT_KYWD,
usr/src/head/signal.h
128
siginfo_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
usr/src/head/signal.h
144
extern int sigwait(const sigset_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/signal.h
147
extern int __posix_sigwait(const sigset_t *_RESTRICT_KYWD,
usr/src/head/signal.h
148
int *_RESTRICT_KYWD);
usr/src/head/signal.h
155
sigwait(const sigset_t *_RESTRICT_KYWD __setp, int *_RESTRICT_KYWD __signo)
usr/src/head/signal.h
71
extern int sigaction(int, const struct sigaction *_RESTRICT_KYWD,
usr/src/head/signal.h
72
struct sigaction *_RESTRICT_KYWD);
usr/src/head/signal.h
81
extern int sigprocmask(int, const sigset_t *_RESTRICT_KYWD,
usr/src/head/signal.h
82
sigset_t *_RESTRICT_KYWD);
usr/src/head/spawn.h
100
posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions,
usr/src/head/spawn.h
102
const char *_RESTRICT_KYWD path,
usr/src/head/spawn.h
116
posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions,
usr/src/head/spawn.h
130
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
131
short *_RESTRICT_KYWD flags);
usr/src/head/spawn.h
138
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
139
pid_t *_RESTRICT_KYWD pgroup);
usr/src/head/spawn.h
142
posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
143
const struct sched_param *_RESTRICT_KYWD schedparam);
usr/src/head/spawn.h
146
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
147
struct sched_param *_RESTRICT_KYWD schedparam);
usr/src/head/spawn.h
154
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
155
int *_RESTRICT_KYWD schedpolicy);
usr/src/head/spawn.h
158
posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
159
const sigset_t *_RESTRICT_KYWD sigdefault);
usr/src/head/spawn.h
162
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
163
sigset_t *_RESTRICT_KYWD sigdefault);
usr/src/head/spawn.h
171
pid_t *_RESTRICT_KYWD pidp,
usr/src/head/spawn.h
172
int *_RESTRICT_KYWD fdp,
usr/src/head/spawn.h
173
const char *_RESTRICT_KYWD cmd,
usr/src/head/spawn.h
175
posix_spawn_file_actions_t *_RESTRICT_KYWD fact,
usr/src/head/spawn.h
176
posix_spawnattr_t *_RESTRICT_KYWD attr);
usr/src/head/spawn.h
183
posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
184
const sigset_t *_RESTRICT_KYWD sigignore);
usr/src/head/spawn.h
187
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
188
sigset_t *_RESTRICT_KYWD sigignore);
usr/src/head/spawn.h
196
posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions,
usr/src/head/spawn.h
197
const char *_RESTRICT_KYWD path);
usr/src/head/spawn.h
200
posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions,
usr/src/head/spawn.h
206
posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
207
const sigset_t *_RESTRICT_KYWD sigmask);
usr/src/head/spawn.h
210
const posix_spawnattr_t *_RESTRICT_KYWD attr,
usr/src/head/spawn.h
211
sigset_t *_RESTRICT_KYWD sigmask);
usr/src/head/spawn.h
74
pid_t *_RESTRICT_KYWD pid,
usr/src/head/spawn.h
75
const char *_RESTRICT_KYWD path,
usr/src/head/spawn.h
77
const posix_spawnattr_t *_RESTRICT_KYWD attrp,
usr/src/head/spawn.h
78
char *const *_RESTRICT_KYWD argv,
usr/src/head/spawn.h
79
char *const *_RESTRICT_KYWD envp);
usr/src/head/spawn.h
82
pid_t *_RESTRICT_KYWD pid,
usr/src/head/spawn.h
83
const char *_RESTRICT_KYWD file,
usr/src/head/spawn.h
85
const posix_spawnattr_t *_RESTRICT_KYWD attrp,
usr/src/head/spawn.h
86
char *const *_RESTRICT_KYWD argv,
usr/src/head/spawn.h
87
char *const *_RESTRICT_KYWD envp);
usr/src/head/spawn.h
96
posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions,
usr/src/head/spawn.h
97
const char *_RESTRICT_KYWD path);
usr/src/head/stdio.h
287
extern ssize_t getdelim(char **_RESTRICT_KYWD, size_t *_RESTRICT_KYWD,
usr/src/head/stdio.h
288
int, FILE *_RESTRICT_KYWD);
usr/src/head/stdio.h
289
extern ssize_t getline(char **_RESTRICT_KYWD, size_t *_RESTRICT_KYWD,
usr/src/head/stdio.h
290
FILE *_RESTRICT_KYWD);
usr/src/head/stdio.h
371
extern FILE *fmemopen(void *_RESTRICT_KYWD, size_t,
usr/src/head/stdio.h
372
const char *_RESTRICT_KYWD);
usr/src/head/stdio.h
375
extern int dprintf(int, const char *_RESTRICT_KYWD, ...)
usr/src/head/stdio.h
377
extern int vdprintf(int, const char *_RESTRICT_KYWD, __va_list)
usr/src/head/stdlib.h
231
extern char *ecvt(double, int, int *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/stdlib.h
232
extern char *fcvt(double, int, int *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/stdlib.h
241
extern char *realpath(const char *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
usr/src/head/string.h
104
extern size_t strxfrm_l(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/string.h
116
extern int uucopy(const void *_RESTRICT_KYWD, void *_RESTRICT_KYWD, size_t);
usr/src/head/string.h
117
extern int uucopystr(const void *_RESTRICT_KYWD, void *_RESTRICT_KYWD, size_t);
usr/src/head/string.h
80
extern char *strtok_r(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/string.h
81
char **_RESTRICT_KYWD);
usr/src/head/string.h
86
extern void *memccpy(void *_RESTRICT_KYWD, const void *_RESTRICT_KYWD,
usr/src/head/string.h
92
extern char *stpcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
usr/src/head/string.h
93
extern char *stpncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
usr/src/head/stropts.h
48
extern int getmsg(int, struct strbuf *_RESTRICT_KYWD,
usr/src/head/stropts.h
49
struct strbuf *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
usr/src/head/stropts.h
52
extern int getpmsg(int, struct strbuf *_RESTRICT_KYWD,
usr/src/head/stropts.h
53
struct strbuf *_RESTRICT_KYWD, int *_RESTRICT_KYWD,
usr/src/head/stropts.h
54
int *_RESTRICT_KYWD);
usr/src/head/threads.h
75
extern int cnd_timedwait(cnd_t *_RESTRICT_KYWD, mtx_t *_RESTRICT_KYWD,
usr/src/head/threads.h
76
const struct timespec *_RESTRICT_KYWD);
usr/src/head/threads.h
81
extern int mtx_timedlock(mtx_t *_RESTRICT_KYWD,
usr/src/head/threads.h
82
const struct timespec *_RESTRICT_KYWD);
usr/src/head/time.h
105
extern char *strptime(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/time.h
106
struct tm *_RESTRICT_KYWD);
usr/src/head/time.h
146
extern int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
usr/src/head/time.h
147
timer_t *_RESTRICT_KYWD);
usr/src/head/time.h
151
extern int timer_settime(timer_t, int, const struct itimerspec *_RESTRICT_KYWD,
usr/src/head/time.h
152
struct itimerspec *_RESTRICT_KYWD);
usr/src/head/time.h
248
extern char *asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
usr/src/head/time.h
252
extern char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD,
usr/src/head/time.h
253
char *_RESTRICT_KYWD);
usr/src/head/time.h
264
asctime_r(const struct tm *_RESTRICT_KYWD __tm, char *_RESTRICT_KYWD __buf)
usr/src/head/time.h
295
extern size_t strftime_l(char *_RESTRICT_KYWD, size_t,
usr/src/head/time.h
296
const char *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD, locale_t);
usr/src/head/time.h
87
extern struct tm *gmtime_r(const time_t *_RESTRICT_KYWD,
usr/src/head/time.h
88
struct tm *_RESTRICT_KYWD);
usr/src/head/time.h
89
extern struct tm *localtime_r(const time_t *_RESTRICT_KYWD,
usr/src/head/time.h
90
struct tm *_RESTRICT_KYWD);
usr/src/head/uchar.h
61
extern size_t mbrtoc16(char16_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/uchar.h
62
size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/uchar.h
63
extern size_t mbrtoc32(char32_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/uchar.h
64
size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/uchar.h
65
extern size_t c16rtomb(char *_RESTRICT_KYWD, char16_t,
usr/src/head/uchar.h
66
mbstate_t *_RESTRICT_KYWD);
usr/src/head/uchar.h
67
extern size_t c32rtomb(char *_RESTRICT_KYWD, char32_t,
usr/src/head/uchar.h
68
mbstate_t *_RESTRICT_KYWD);
usr/src/head/ucontext.h
68
extern int swapcontext(ucontext_t *_RESTRICT_KYWD,
usr/src/head/ucontext.h
69
const ucontext_t *_RESTRICT_KYWD);
usr/src/head/ucontext.h
76
extern int swapcontext_extd(ucontext_t *_RESTRICT_KYWD, uint32_t,
usr/src/head/ucontext.h
77
const ucontext_t *_RESTRICT_KYWD);
usr/src/head/unistd.h
472
extern ssize_t readlink(const char *_RESTRICT_KYWD, char *_RESTRICT_KYWD,
usr/src/head/unistd.h
529
extern void swab(const void *_RESTRICT_KYWD, void *_RESTRICT_KYWD, ssize_t);
usr/src/head/unistd.h
579
extern ssize_t readlinkat(int, const char *_RESTRICT_KYWD,
usr/src/head/unistd.h
580
char *_RESTRICT_KYWD, size_t);
usr/src/head/wchar.h
177
extern wchar_t *wcpcpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
usr/src/head/wchar.h
178
extern wchar_t *wcpncpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/wchar.h
180
extern size_t wcsxfrm_l(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/wchar.h
188
extern size_t mbsnrtowcs(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
usr/src/head/wchar.h
189
size_t, size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/head/wchar.h
196
extern size_t wcslcat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/wchar.h
198
extern size_t wcslcpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/wordexp.h
73
extern int wordexp(const char *_RESTRICT_KYWD, wordexp_t *_RESTRICT_KYWD, int);
usr/src/head/xlocale.h
102
extern size_t wcsftime_l(wchar_t *_RESTRICT_KYWD,
usr/src/head/xlocale.h
103
size_t, const wchar_t *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD,
usr/src/head/xlocale.h
55
extern size_t mbsrtowcs_l(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
usr/src/head/xlocale.h
56
size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
58
extern size_t mbsnrtowcs_l(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
usr/src/head/xlocale.h
59
size_t, size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
61
extern char *strptime_l(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/xlocale.h
62
struct tm *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
76
extern size_t mbrtowc_l(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/xlocale.h
77
size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
78
extern size_t mbstowcs_l(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/head/xlocale.h
81
extern size_t mbrlen_l(const char *_RESTRICT_KYWD, size_t,
usr/src/head/xlocale.h
82
mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
83
extern int mbtowc_l(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t,
usr/src/head/xlocale.h
85
extern size_t wcsrtombs_l(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
usr/src/head/xlocale.h
86
size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
87
extern size_t wcsnrtombs_l(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
usr/src/head/xlocale.h
88
size_t, size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
89
extern size_t wcrtomb_l(char *_RESTRICT_KYWD, wchar_t,
usr/src/head/xlocale.h
90
mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/head/xlocale.h
91
extern size_t wcstombs_l(char *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/inc/libc.h
331
extern void __throw_constraint_handler_s(const char *_RESTRICT_KYWD, int);
usr/src/lib/libc/inc/libc.h
354
extern size_t mbrtowc_nz_l(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/lib/libc/inc/libc.h
355
size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
usr/src/lib/libc/inc/libc.h
356
extern size_t mbrtowc_nz(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
usr/src/lib/libc/inc/libc.h
357
size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/aio/posix_aio.c
121
lio_listio(int mode, aiocb_t *_RESTRICT_KYWD const *_RESTRICT_KYWD list,
usr/src/lib/libc/port/aio/posix_aio.c
122
int nent, struct sigevent *_RESTRICT_KYWD sigevp)
usr/src/lib/libc/port/aio/posix_aio.c
1317
lio_listio64(int mode, aiocb64_t *_RESTRICT_KYWD const *_RESTRICT_KYWD list,
usr/src/lib/libc/port/aio/posix_aio.c
1318
int nent, struct sigevent *_RESTRICT_KYWD sigevp)
usr/src/lib/libc/port/gen/poll.c
34
ppoll(struct pollfd *_RESTRICT_KYWD fds, nfds_t nfd,
usr/src/lib/libc/port/gen/poll.c
35
const struct timespec *_RESTRICT_KYWD tsp,
usr/src/lib/libc/port/gen/poll.c
36
const sigset_t *_RESTRICT_KYWD sigmask)
usr/src/lib/libc/port/gen/set_constraint_handler_s.c
74
abort_handler_s(const char *_RESTRICT_KYWD msg,
usr/src/lib/libc/port/gen/set_constraint_handler_s.c
75
void *_RESTRICT_KYWD ptr __unused, errno_t error __unused)
usr/src/lib/libc/port/gen/set_constraint_handler_s.c
81
ignore_handler_s(const char *_RESTRICT_KYWD msg __unused,
usr/src/lib/libc/port/gen/set_constraint_handler_s.c
82
void *_RESTRICT_KYWD ptr __unused, errno_t error __unused)
usr/src/lib/libc/port/gen/set_constraint_handler_s.c
87
__throw_constraint_handler_s(const char *_RESTRICT_KYWD msg, errno_t error)
usr/src/lib/libc/port/gen/stpcpy.c
38
stpcpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2)
usr/src/lib/libc/port/gen/stpncpy.c
39
stpncpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2, size_t n)
usr/src/lib/libc/port/i18n/wcstol.c
54
wcstoll(const wchar_t *_RESTRICT_KYWD str, wchar_t **_RESTRICT_KYWD ptr,
usr/src/lib/libc/port/i18n/wcstoul.c
52
wcstoull(const wchar_t *_RESTRICT_KYWD str, wchar_t **_RESTRICT_KYWD ptr,
usr/src/lib/libc/port/locale/big5.c
151
_BIG5_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/big5.c
175
_BIG5_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/big5.c
176
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/big5.c
182
_BIG5_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/big5.c
183
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/big5.c
45
static size_t _BIG5_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/big5.c
46
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/big5.c
49
static size_t _BIG5_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/big5.c
50
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/big5.c
51
static size_t _BIG5_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/big5.c
52
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/big5.c
53
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/big5.c
54
static size_t _BIG5_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/big5.c
55
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/big5.c
56
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/big5.c
86
_BIG5_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/big5.c
87
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/euc.c
100
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
128
_EUC_CN_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/euc.c
129
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/euc.c
135
_EUC_CN_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/euc.c
136
const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
137
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
143
_EUC_CN_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/euc.c
144
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
150
_EUC_CN_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
151
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
173
_EUC_KR_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/euc.c
174
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/euc.c
180
_EUC_KR_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/euc.c
181
const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
182
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
188
_EUC_KR_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/euc.c
189
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
195
_EUC_KR_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
196
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
218
_EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/euc.c
219
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/euc.c
225
_EUC_JP_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/euc.c
226
const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
227
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
233
_EUC_JP_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/euc.c
234
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
240
_EUC_JP_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
241
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
263
_EUC_TW_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/euc.c
264
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/euc.c
270
_EUC_TW_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/euc.c
271
const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
272
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
278
_EUC_TW_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/euc.c
279
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
285
_EUC_TW_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/euc.c
286
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/euc.c
296
_EUC_mbrtowc_impl(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/euc.c
297
size_t n, mbstate_t *_RESTRICT_KYWD ps,
usr/src/lib/libc/port/locale/euc.c
378
_EUC_wcrtomb_impl(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/euc.c
379
mbstate_t *_RESTRICT_KYWD ps,
usr/src/lib/libc/port/locale/euc.c
47
static size_t _EUC_mbrtowc_impl(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
48
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
49
size_t, mbstate_t *_RESTRICT_KYWD, uint8_t, uint8_t, uint8_t, uint8_t,
usr/src/lib/libc/port/locale/euc.c
51
static size_t _EUC_wcrtomb_impl(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/euc.c
52
mbstate_t *_RESTRICT_KYWD, uint8_t, uint8_t, uint8_t, uint8_t);
usr/src/lib/libc/port/locale/euc.c
54
static size_t _EUC_CN_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
55
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
56
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/euc.c
57
static size_t _EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
58
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
59
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/euc.c
60
static size_t _EUC_KR_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
61
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
62
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/euc.c
63
static size_t _EUC_TW_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
64
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
65
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/euc.c
67
static size_t _EUC_CN_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/euc.c
68
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
69
static size_t _EUC_JP_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/euc.c
70
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
71
static size_t _EUC_KR_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/euc.c
72
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
73
static size_t _EUC_TW_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/euc.c
74
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
76
static size_t _EUC_CN_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
77
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
78
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
79
static size_t _EUC_JP_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
80
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
81
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
82
static size_t _EUC_KR_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
83
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
84
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
85
static size_t _EUC_TW_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
86
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
87
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
89
static size_t _EUC_CN_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
90
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
91
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
92
static size_t _EUC_JP_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
93
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
94
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
95
static size_t _EUC_KR_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
96
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/euc.c
97
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/euc.c
98
static size_t _EUC_TW_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/euc.c
99
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/fgetws.c
48
_fgetws_impl(wchar_t *_RESTRICT_KYWD ws, int n, FILE *_RESTRICT_KYWD fp,
usr/src/lib/libc/port/locale/fgetws.c
92
fgetws(wchar_t *_RESTRICT_KYWD ws, int n, FILE *_RESTRICT_KYWD fp)
usr/src/lib/libc/port/locale/fputws.c
39
_fputws_impl(const wchar_t *_RESTRICT_KYWD ws, FILE *_RESTRICT_KYWD fp,
usr/src/lib/libc/port/locale/fputws.c
89
fputws(const wchar_t *_RESTRICT_KYWD ws, FILE *_RESTRICT_KYWD fp)
usr/src/lib/libc/port/locale/gb18030.c
167
_GB18030_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/gb18030.c
168
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gb18030.c
231
_GB18030_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/gb18030.c
232
const char **_RESTRICT_KYWD src, size_t nms, size_t len,
usr/src/lib/libc/port/locale/gb18030.c
233
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gb18030.c
239
_GB18030_wcsnrtombs(char *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/gb18030.c
240
const wchar_t **_RESTRICT_KYWD src, size_t nwc, size_t len,
usr/src/lib/libc/port/locale/gb18030.c
241
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gb18030.c
45
static size_t _GB18030_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb18030.c
46
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb18030.c
47
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/gb18030.c
49
static size_t _GB18030_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/gb18030.c
50
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gb18030.c
51
static size_t _GB18030_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb18030.c
52
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/gb18030.c
53
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gb18030.c
54
static size_t _GB18030_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb18030.c
55
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/gb18030.c
56
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gb18030.c
79
_GB18030_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/gb18030.c
80
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/gb2312.c
142
_GB2312_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/gb2312.c
143
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gb2312.c
167
_GB2312_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/gb2312.c
168
const char **_RESTRICT_KYWD src, size_t nms, size_t len,
usr/src/lib/libc/port/locale/gb2312.c
169
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gb2312.c
175
_GB2312_wcsnrtombs(char *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/gb2312.c
176
const wchar_t **_RESTRICT_KYWD src, size_t nwc, size_t len,
usr/src/lib/libc/port/locale/gb2312.c
177
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gb2312.c
40
static size_t _GB2312_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb2312.c
41
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb2312.c
42
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/gb2312.c
44
static size_t _GB2312_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/gb2312.c
45
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gb2312.c
46
static size_t _GB2312_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb2312.c
47
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/gb2312.c
48
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gb2312.c
49
static size_t _GB2312_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gb2312.c
50
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/gb2312.c
51
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gb2312.c
97
_GB2312_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/gb2312.c
98
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/gbk.c
151
_GBK_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gbk.c
175
_GBK_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/gbk.c
176
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gbk.c
182
_GBK_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/gbk.c
183
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/gbk.c
45
static size_t _GBK_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gbk.c
46
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gbk.c
47
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/gbk.c
49
static size_t _GBK_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/gbk.c
50
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gbk.c
51
static size_t _GBK_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gbk.c
52
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/gbk.c
53
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gbk.c
54
static size_t _GBK_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/gbk.c
55
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/gbk.c
56
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/gbk.c
86
_GBK_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/gbk.c
87
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/lctype.h
27
size_t (*lc_mbrtowc)(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
28
const char *_RESTRICT_KYWD, size_t, mbstate_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
33
size_t (*lc_mbsnrtowcs)(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
34
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/lctype.h
35
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/lctype.h
37
size_t (*lc_wcrtomb)(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/lctype.h
38
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/lctype.h
40
size_t (*lc_wcsnrtombs)(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
41
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/lctype.h
42
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/lctype.h
55
size_t __mbrtowc_ascii(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
56
const char *_RESTRICT_KYWD, size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/lctype.h
58
size_t __mbsnrtowcs_ascii(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/lctype.h
59
const char **_RESTRICT_KYWD src, size_t nms, size_t len,
usr/src/lib/libc/port/locale/lctype.h
60
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/lctype.h
61
size_t __wcrtomb_ascii(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/lctype.h
62
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/lctype.h
63
size_t __wcsnrtombs_ascii(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
64
const wchar_t **_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/lctype.h
65
size_t, size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/mblocal.h
108
typedef size_t (*mbrtowc_pfn_t)(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mblocal.h
109
const char *_RESTRICT_KYWD, size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/mblocal.h
110
typedef size_t (*wcrtomb_pfn_t)(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/mblocal.h
111
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/mblocal.h
112
size_t __mbsnrtowcs_std(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mblocal.h
113
size_t, size_t, mbstate_t *_RESTRICT_KYWD, mbrtowc_pfn_t);
usr/src/lib/libc/port/locale/mblocal.h
114
size_t __wcsnrtombs_std(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mblocal.h
115
size_t, size_t, mbstate_t *_RESTRICT_KYWD, wcrtomb_pfn_t);
usr/src/lib/libc/port/locale/mbrlen.c
36
mbrlen_l(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps,
usr/src/lib/libc/port/locale/mbrlen.c
47
mbrlen(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mbrtowc.c
36
mbrtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/mbrtowc.c
37
size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
usr/src/lib/libc/port/locale/mbrtowc.c
47
mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/mbrtowc.c
48
size_t n, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mbrtowc.c
54
mbrtowc_nz_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/mbrtowc.c
55
size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
usr/src/lib/libc/port/locale/mbrtowc.c
65
mbrtowc_nz(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/mbrtowc.c
66
size_t n, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mbsnrtowcs.c
39
mbsnrtowcs_l(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/mbsnrtowcs.c
40
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
usr/src/lib/libc/port/locale/mbsnrtowcs.c
50
mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/mbsnrtowcs.c
51
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mbsnrtowcs.c
57
__mbsnrtowcs_std(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/mbsnrtowcs.c
58
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps,
usr/src/lib/libc/port/locale/mbsrtowcs.c
39
mbsrtowcs_l(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/mbsrtowcs.c
40
size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
usr/src/lib/libc/port/locale/mbsrtowcs.c
51
mbsrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/mbsrtowcs.c
52
size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mbstowcs.c
39
mbstowcs_l(wchar_t *_RESTRICT_KYWD pwcs, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/mbstowcs.c
50
mbstowcs(wchar_t *_RESTRICT_KYWD pwcs, const char *_RESTRICT_KYWD s, size_t n)
usr/src/lib/libc/port/locale/mbtowc.c
38
mbtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n,
usr/src/lib/libc/port/locale/mbtowc.c
61
mbtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n)
usr/src/lib/libc/port/locale/mskanji.c
143
_MSKanji_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/mskanji.c
144
mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mskanji.c
166
_MSKanji_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/mskanji.c
167
const char **_RESTRICT_KYWD src, size_t nms,
usr/src/lib/libc/port/locale/mskanji.c
168
size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mskanji.c
174
_MSKanji_wcsnrtombs(char *_RESTRICT_KYWD dst,
usr/src/lib/libc/port/locale/mskanji.c
175
const wchar_t **_RESTRICT_KYWD src, size_t nwc,
usr/src/lib/libc/port/locale/mskanji.c
176
size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/mskanji.c
47
static size_t _MSKanji_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mskanji.c
48
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mskanji.c
49
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/mskanji.c
51
static size_t _MSKanji_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/mskanji.c
52
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/mskanji.c
53
static size_t _MSKanji_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mskanji.c
54
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/mskanji.c
55
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/mskanji.c
56
static size_t _MSKanji_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/mskanji.c
57
const wchar_t **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/mskanji.c
58
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/mskanji.c
81
_MSKanji_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/mskanji.c
82
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/none.c
106
__mbsnrtowcs_ascii(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/none.c
107
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD unused __unused)
usr/src/lib/libc/port/locale/none.c
131
__wcsnrtombs_ascii(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/none.c
132
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD unused __unused)
usr/src/lib/libc/port/locale/none.c
72
__mbrtowc_ascii(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/none.c
73
size_t n, mbstate_t *_RESTRICT_KYWD unused __unused, boolean_t zero)
usr/src/lib/libc/port/locale/none.c
91
__wcrtomb_ascii(char *_RESTRICT_KYWD s, wchar_t wc,
usr/src/lib/libc/port/locale/none.c
92
mbstate_t *_RESTRICT_KYWD unused __unused)
usr/src/lib/libc/port/locale/strfmon.c
106
strfmon_impl(char *_RESTRICT_KYWD s, size_t maxsize, locale_t loc,
usr/src/lib/libc/port/locale/strfmon.c
107
const char *_RESTRICT_KYWD format, va_list ap)
usr/src/lib/libc/port/locale/strfmon.c
407
strfmon(char *_RESTRICT_KYWD s, size_t maxsize,
usr/src/lib/libc/port/locale/strfmon.c
408
const char *_RESTRICT_KYWD format, ...)
usr/src/lib/libc/port/locale/strfmon.c
420
strfmon_l(char *_RESTRICT_KYWD s, size_t maxsize, locale_t loc,
usr/src/lib/libc/port/locale/strfmon.c
421
const char *_RESTRICT_KYWD format, ...)
usr/src/lib/libc/port/locale/strftime.c
106
strftime(char *_RESTRICT_KYWD s, size_t maxsize,
usr/src/lib/libc/port/locale/strftime.c
107
const char *_RESTRICT_KYWD format, const struct tm *_RESTRICT_KYWD t)
usr/src/lib/libc/port/locale/strftime.c
90
strftime_l(char *_RESTRICT_KYWD s, size_t maxsize,
usr/src/lib/libc/port/locale/strftime.c
91
const char *_RESTRICT_KYWD format, const struct tm *_RESTRICT_KYWD t,
usr/src/lib/libc/port/locale/strptime.c
522
strptime(const char *_RESTRICT_KYWD buf, const char *_RESTRICT_KYWD fmt,
usr/src/lib/libc/port/locale/strptime.c
523
struct tm *_RESTRICT_KYWD tm)
usr/src/lib/libc/port/locale/strptime.c
537
__strptime_dontzero(const char *_RESTRICT_KYWD buf,
usr/src/lib/libc/port/locale/strptime.c
538
const char *_RESTRICT_KYWD fmt, struct tm *_RESTRICT_KYWD tm)
usr/src/lib/libc/port/locale/strptime.c
54
__strptime(const char *_RESTRICT_KYWD buf, const char *_RESTRICT_KYWD fmt,
usr/src/lib/libc/port/locale/strptime.c
55
struct tm *_RESTRICT_KYWD tm, int *_RESTRICT_KYWD flagsp,
usr/src/lib/libc/port/locale/strptime.c
556
strptime_l(const char *_RESTRICT_KYWD buf, const char *_RESTRICT_KYWD fmt,
usr/src/lib/libc/port/locale/strptime.c
557
struct tm *_RESTRICT_KYWD tm, locale_t loc)
usr/src/lib/libc/port/locale/strptime.c
56
locale_t _RESTRICT_KYWD loc)
usr/src/lib/libc/port/locale/strxfrm.c
40
strxfrm_l(char *_RESTRICT_KYWD xf, const char *_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/strxfrm.c
93
strxfrm(char *_RESTRICT_KYWD xf, const char *_RESTRICT_KYWD src, size_t dlen)
usr/src/lib/libc/port/locale/utf8.c
201
_UTF8_mbsnrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/utf8.c
202
size_t nms, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/utf8.c
284
_UTF8_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/utf8.c
350
_UTF8_wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/utf8.c
351
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/utf8.c
38
static size_t _UTF8_mbrtowc(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/utf8.c
39
const char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/utf8.c
40
size_t, mbstate_t *_RESTRICT_KYWD, boolean_t);
usr/src/lib/libc/port/locale/utf8.c
42
static size_t _UTF8_mbsnrtowcs(wchar_t *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/utf8.c
43
const char **_RESTRICT_KYWD, size_t, size_t,
usr/src/lib/libc/port/locale/utf8.c
44
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/utf8.c
45
static size_t _UTF8_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
usr/src/lib/libc/port/locale/utf8.c
46
mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/utf8.c
47
static size_t _UTF8_wcsnrtombs(char *_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/utf8.c
48
const wchar_t **_RESTRICT_KYWD,
usr/src/lib/libc/port/locale/utf8.c
49
size_t, size_t, mbstate_t *_RESTRICT_KYWD);
usr/src/lib/libc/port/locale/utf8.c
71
_UTF8_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
usr/src/lib/libc/port/locale/utf8.c
72
size_t n, mbstate_t *_RESTRICT_KYWD ps, boolean_t zero)
usr/src/lib/libc/port/locale/wcrtomb.c
38
wcrtomb_l(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps,
usr/src/lib/libc/port/locale/wcrtomb.c
49
wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/wcsnrtombs.c
40
wcsnrtombs_l(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/wcsnrtombs.c
41
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
usr/src/lib/libc/port/locale/wcsnrtombs.c
51
wcsnrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/wcsnrtombs.c
52
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/wcsnrtombs.c
58
__wcsnrtombs_std(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/wcsnrtombs.c
59
size_t nwc, size_t len, mbstate_t *_RESTRICT_KYWD ps,
usr/src/lib/libc/port/locale/wcsrtombs.c
39
wcsrtombs_l(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/wcsrtombs.c
40
size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
usr/src/lib/libc/port/locale/wcsrtombs.c
50
wcsrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
usr/src/lib/libc/port/locale/wcsrtombs.c
51
size_t len, mbstate_t *_RESTRICT_KYWD ps)
usr/src/lib/libc/port/locale/wcstombs.c
38
wcstombs_l(char *_RESTRICT_KYWD s, const wchar_t *_RESTRICT_KYWD pwcs,
usr/src/lib/libc/port/locale/wcstombs.c
51
wcstombs(char *_RESTRICT_KYWD s, const wchar_t *_RESTRICT_KYWD pwcs, size_t n)
usr/src/lib/libc/port/locale/wcsxfrm.c
40
wcsxfrm_l(wchar_t *_RESTRICT_KYWD dest,
usr/src/lib/libc/port/locale/wcsxfrm.c
41
const wchar_t *_RESTRICT_KYWD src, size_t len, locale_t loc)
usr/src/lib/libc/port/locale/wcsxfrm.c
78
wcsxfrm(wchar_t *_RESTRICT_KYWD dest,
usr/src/lib/libc/port/locale/wcsxfrm.c
79
const wchar_t *_RESTRICT_KYWD src, size_t len)
usr/src/lib/libc/port/regex/regcomp.c
200
regcomp(regex_t *_RESTRICT_KYWD preg, const char *_RESTRICT_KYWD pattern,
usr/src/lib/libc/port/regex/regerror.c
90
regerror(int errcode, const regex_t *_RESTRICT_KYWD preg,
usr/src/lib/libc/port/regex/regerror.c
91
char *_RESTRICT_KYWD errbuf, size_t errbuf_size)
usr/src/lib/libc/port/regex/regexec.c
196
regexec(const regex_t *_RESTRICT_KYWD preg, const char *_RESTRICT_KYWD string,
usr/src/lib/libc/port/regex/regexec.c
197
size_t nmatch, regmatch_t pmatch[_RESTRICT_KYWD], int eflags)
usr/src/lib/libc/port/stdio/fmemopen.c
184
fmemopen(void *_RESTRICT_KYWD buf, size_t size,
usr/src/lib/libc/port/stdio/fmemopen.c
185
const char *_RESTRICT_KYWD mode)
usr/src/lib/libc/port/stdio/getline.c
102
getline(char **_RESTRICT_KYWD lineptr, size_t *_RESTRICT_KYWD n,
usr/src/lib/libc/port/stdio/getline.c
103
FILE *_RESTRICT_KYWD iop)
usr/src/lib/libc/port/stdio/getline.c
42
getdelim(char **_RESTRICT_KYWD lineptr, size_t *_RESTRICT_KYWD n,
usr/src/lib/libc/port/stdio/getline.c
43
int delimiter, FILE *_RESTRICT_KYWD iop)
usr/src/lib/libc/port/threads/c11_thr.c
158
mtx_timedlock(mtx_t *_RESTRICT_KYWD mtx,
usr/src/lib/libc/port/threads/c11_thr.c
159
const struct timespec *_RESTRICT_KYWD abstime)
usr/src/lib/libc/port/threads/c11_thr.c
90
cnd_timedwait(cnd_t *_RESTRICT_KYWD cnd, mtx_t *_RESTRICT_KYWD mtx,
usr/src/lib/libc/port/threads/c11_thr.c
91
const struct timespec *_RESTRICT_KYWD ts)
usr/src/lib/libc/port/threads/pthr_mutex.c
216
pthread_mutex_init(pthread_mutex_t *_RESTRICT_KYWD mutex,
usr/src/lib/libc/port/threads/pthr_mutex.c
217
const pthread_mutexattr_t *_RESTRICT_KYWD attr)
usr/src/lib/libc/port/threads/pthr_rwlock.c
103
pthread_rwlock_init(pthread_rwlock_t *_RESTRICT_KYWD rwlock,
usr/src/lib/libc/port/threads/pthr_rwlock.c
104
const pthread_rwlockattr_t *_RESTRICT_KYWD attr)
usr/src/lib/libsocket/socket/weaks.c
124
_recvfrom(int sock, void *_RESTRICT_KYWD buf, size_t len, int flags,
usr/src/lib/libsocket/socket/weaks.c
125
struct sockaddr *_RESTRICT_KYWD addr, void *addrlen)
usr/src/test/libc-tests/tests/memset_s.c
33
static const char *_RESTRICT_KYWD m;
usr/src/test/libc-tests/tests/memset_s.c
36
h(const char *_RESTRICT_KYWD msg, void *_RESTRICT_KYWD ptr, errno_t error)
usr/src/uts/common/sys/md4.h
51
void MD4Update(MD4_CTX *, const void *_RESTRICT_KYWD, size_t);
usr/src/uts/common/sys/select.h
144
extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
usr/src/uts/common/sys/select.h
145
fd_set *_RESTRICT_KYWD, struct timeval *_RESTRICT_KYWD);
usr/src/uts/common/sys/select.h
148
extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
usr/src/uts/common/sys/select.h
149
fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,
usr/src/uts/common/sys/select.h
150
const sigset_t *_RESTRICT_KYWD);
usr/src/uts/common/sys/socket.h
545
extern int accept(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t);
usr/src/uts/common/sys/socket.h
546
extern int accept4(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t, int);
usr/src/uts/common/sys/socket.h
549
extern int getpeername(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t);
usr/src/uts/common/sys/socket.h
550
extern int getsockname(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t);
usr/src/uts/common/sys/socket.h
551
extern int getsockopt(int, int, int, void *_RESTRICT_KYWD, Psocklen_t);
usr/src/uts/common/sys/socket.h
555
extern ssize_t recvfrom(int, void *_RESTRICT_KYWD, size_t, int,
usr/src/uts/common/sys/socket.h
556
struct sockaddr *_RESTRICT_KYWD, Psocklen_t);
usr/src/uts/common/sys/socket.h
86
typedef socklen_t *_RESTRICT_KYWD Psocklen_t;
usr/src/uts/common/sys/socket.h
88
typedef void *_RESTRICT_KYWD Psocklen_t;
usr/src/uts/common/sys/stat.h
498
extern int stat64(const char *_RESTRICT_KYWD, struct stat64 *_RESTRICT_KYWD);
usr/src/uts/common/sys/stat.h
499
extern int lstat64(const char *_RESTRICT_KYWD, struct stat64 *_RESTRICT_KYWD);
usr/src/uts/common/sys/statvfs.h
190
int statvfs(const char *_RESTRICT_KYWD, statvfs_t *_RESTRICT_KYWD);
usr/src/uts/common/sys/statvfs.h
196
int statvfs64(const char *_RESTRICT_KYWD, statvfs64_t *_RESTRICT_KYWD);
usr/src/uts/common/sys/time.h
406
int setitimer(int, const struct itimerval *_RESTRICT_KYWD,
usr/src/uts/common/sys/time.h
407
struct itimerval *_RESTRICT_KYWD);
usr/src/uts/common/sys/time.h
409
int setitimer(int, struct itimerval *_RESTRICT_KYWD,
usr/src/uts/common/sys/time.h
410
struct itimerval *_RESTRICT_KYWD);
usr/src/uts/common/sys/time.h
463
int gettimeofday(struct timeval *_RESTRICT_KYWD, void *_RESTRICT_KYWD);
usr/src/uts/intel/sys/stat_impl.h
46
extern int stat(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
usr/src/uts/intel/sys/stat_impl.h
54
extern int lstat(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
usr/src/uts/sparc/sys/stat_impl.h
46
extern int stat(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
usr/src/uts/sparc/sys/stat_impl.h
53
extern int lstat(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);