Searched refs:_RESTRICT_KYWD (Results 1 - 25 of 94) sorted by relevance

1234

/illumos-gate/usr/src/head/
H A Diconv.h43 extern size_t iconv(iconv_t, char **_RESTRICT_KYWD,
44 size_t *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
45 size_t *_RESTRICT_KYWD);
47 extern size_t iconv(iconv_t, const char **_RESTRICT_KYWD,
48 size_t *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
49 size_t *_RESTRICT_KYWD);
H A Dspawn.h73 pid_t *_RESTRICT_KYWD pid,
74 const char *_RESTRICT_KYWD path,
76 const posix_spawnattr_t *_RESTRICT_KYWD attrp,
77 char *const *_RESTRICT_KYWD argv,
78 char *const *_RESTRICT_KYWD envp);
81 pid_t *_RESTRICT_KYWD pid,
82 const char *_RESTRICT_KYWD file,
84 const posix_spawnattr_t *_RESTRICT_KYWD attrp,
85 char *const *_RESTRICT_KYWD argv,
86 char *const *_RESTRICT_KYWD env
[all...]
H A Dstropts.h48 extern int getmsg(int, struct strbuf *_RESTRICT_KYWD,
49 struct strbuf *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
52 extern int getpmsg(int, struct strbuf *_RESTRICT_KYWD,
53 struct strbuf *_RESTRICT_KYWD, int *_RESTRICT_KYWD,
54 int *_RESTRICT_KYWD);
H A Dpthread.h189 extern int pthread_attr_getstack(const pthread_attr_t *_RESTRICT_KYWD,
190 void **_RESTRICT_KYWD, size_t *_RESTRICT_KYWD);
192 extern int pthread_attr_getstacksize(const pthread_attr_t *_RESTRICT_KYWD,
193 size_t *_RESTRICT_KYWD);
195 extern int pthread_attr_getstackaddr(const pthread_attr_t *_RESTRICT_KYWD,
196 void **_RESTRICT_KYWD);
200 extern int pthread_attr_getscope(const pthread_attr_t *_RESTRICT_KYWD,
201 int *_RESTRICT_KYWD);
203 extern int pthread_attr_getinheritsched(const pthread_attr_t *_RESTRICT_KYWD,
[all...]
H A Dmonetary.h39 extern ssize_t strfmon(char *_RESTRICT_KYWD, size_t,
40 const char *_RESTRICT_KYWD, ...);
49 extern ssize_t strfmon_l(char *_RESTRICT_KYWD, size_t, locale_t,
50 const char *_RESTRICT_KYWD, ...);
H A Dxlocale.h53 extern size_t mbsrtowcs_l(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
54 size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
56 extern size_t mbsnrtowcs_l(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
57 size_t, size_t, mbstate_t *_RESTRICT_KYWD, locale_t);
59 extern char *strptime_l(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
60 struct tm *_RESTRICT_KYWD, locale_t);
74 extern size_t mbrtowc_l(wchar_t *_RESTRICT_KYWD, cons
[all...]
H A Dpoll.h50 extern int ppoll(struct pollfd *_RESTRICT_KYWD, nfds_t,
51 const struct timespec *_RESTRICT_KYWD, const sigset_t *_RESTRICT_KYWD);
H A Dsignal.h71 extern int sigaction(int, const struct sigaction *_RESTRICT_KYWD,
72 struct sigaction *_RESTRICT_KYWD);
81 extern int sigprocmask(int, const sigset_t *_RESTRICT_KYWD,
82 sigset_t *_RESTRICT_KYWD);
103 extern int sigaltstack(const stack_t *_RESTRICT_KYWD, stack_t *_RESTRICT_KYWD);
123 extern int pthread_sigmask(int, const sigset_t *_RESTRICT_KYWD,
124 sigset_t *_RESTRICT_KYWD);
125 extern int sigwaitinfo(const sigset_t *_RESTRICT_KYWD,
126 siginfo_t *_RESTRICT_KYWD);
[all...]
H A Dsemaphore.h69 int sem_timedwait(sem_t *_RESTRICT_KYWD,
70 const struct timespec *_RESTRICT_KYWD);
71 int sem_reltimedwait_np(sem_t *_RESTRICT_KYWD,
72 const struct timespec *_RESTRICT_KYWD);
76 int sem_getvalue(sem_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
/illumos-gate/usr/src/head/iso/
H A Dstdlib_c99.h76 extern float strtof(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
77 extern long double strtold(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
83 extern long long strtoll(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
85 extern unsigned long long strtoull(const char *_RESTRICT_KYWD,
86 char **_RESTRICT_KYWD, int);
H A Dwchar_c99.h64 extern int vfwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
66 extern int vswscanf(const wchar_t *_RESTRICT_KYWD,
67 const wchar_t *_RESTRICT_KYWD, __va_list);
68 extern int vwscanf(const wchar_t *_RESTRICT_KYWD, __va_list);
69 extern float wcstof(const wchar_t *_RESTRICT_KYWD,
70 wchar_t **_RESTRICT_KYWD);
72 extern long double wcstold(const wchar_t *_RESTRICT_KYWD,
73 wchar_t **_RESTRICT_KYWD);
74 extern long long wcstoll(const wchar_t *_RESTRICT_KYWD,
[all...]
H A Dstdio_c99.h74 extern int vfscanf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, __va_list);
75 extern int vscanf(const char *_RESTRICT_KYWD, __va_list);
76 extern int vsscanf(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
82 extern int snprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
84 extern int vsnprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD,
H A Dstring_iso.h70 extern void *memcpy(void *_RESTRICT_KYWD, const void *_RESTRICT_KYWD, size_t);
73 extern char *strcat(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
75 extern char *strcpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
80 extern char *strncat(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
82 extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_
[all...]
H A Dwchar_iso.h188 extern wchar_t *__fgetws_xpg5(wchar_t *_RESTRICT_KYWD, int,
189 __FILE *_RESTRICT_KYWD);
190 extern int __fputws_xpg5(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
206 extern wchar_t *fgetws(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD);
208 extern int fputws(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
214 extern double wcstod(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
[all...]
H A Dstdlib_iso.h144 extern size_t mbstowcs(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
146 extern int mbtowc(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t);
156 extern double strtod(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
157 extern long int strtol(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD, int);
158 extern unsigned long int strtoul(const char *_RESTRICT_KYWD,
159 char **_RESTRICT_KYWD, in
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlctype.h26 size_t (*lc_mbrtowc)(wchar_t *_RESTRICT_KYWD,
27 const char *_RESTRICT_KYWD, size_t, mbstate_t *_RESTRICT_KYWD);
31 size_t (*lc_mbsnrtowcs)(wchar_t *_RESTRICT_KYWD,
32 const char **_RESTRICT_KYWD, size_t, size_t,
33 mbstate_t *_RESTRICT_KYWD);
35 size_t (*lc_wcrtomb)(char *_RESTRICT_KYWD, wchar_t,
36 mbstate_t *_RESTRICT_KYWD);
38 size_t (*lc_wcsnrtombs)(char *_RESTRICT_KYWD,
39 const wchar_t **_RESTRICT_KYWD, size_
[all...]
H A Dmblocal.h50 typedef size_t (*mbrtowc_pfn_t)(wchar_t *_RESTRICT_KYWD,
51 const char *_RESTRICT_KYWD, size_t, mbstate_t *_RESTRICT_KYWD);
52 typedef size_t (*wcrtomb_pfn_t)(char *_RESTRICT_KYWD, wchar_t,
53 mbstate_t *_RESTRICT_KYWD);
54 size_t __mbsnrtowcs_std(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
55 size_t, size_t, mbstate_t *_RESTRICT_KYWD, mbrtowc_pfn_t);
56 size_t __wcsnrtombs_std(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
[all...]
H A Deuc.c47 static size_t _EUC_mbrtowc_impl(wchar_t *_RESTRICT_KYWD,
48 const char *_RESTRICT_KYWD,
49 size_t, mbstate_t *_RESTRICT_KYWD, uint8_t, uint8_t, uint8_t, uint8_t);
50 static size_t _EUC_wcrtomb_impl(char *_RESTRICT_KYWD, wchar_t,
51 mbstate_t *_RESTRICT_KYWD, uint8_t, uint8_t, uint8_t, uint8_t);
53 static size_t _EUC_CN_mbrtowc(wchar_t *_RESTRICT_KYWD,
54 const char *_RESTRICT_KYWD,
55 size_t, mbstate_t *_RESTRICT_KYWD);
56 static size_t _EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD,
57 const char *_RESTRICT_KYWD,
[all...]
H A Dmbrtowc.c36 mbrtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
37 size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
47 mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s,
48 size_t n, mbstate_t *_RESTRICT_KYWD ps)
H A Dmbsrtowcs.c39 mbsrtowcs_l(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
40 size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
51 mbsrtowcs(wchar_t *_RESTRICT_KYWD dst, const char **_RESTRICT_KYWD src,
52 size_t len, mbstate_t *_RESTRICT_KYWD ps)
H A Dwcsrtombs.c39 wcsrtombs_l(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
40 size_t len, mbstate_t *_RESTRICT_KYWD ps, locale_t loc)
50 wcsrtombs(char *_RESTRICT_KYWD dst, const wchar_t **_RESTRICT_KYWD src,
51 size_t len, mbstate_t *_RESTRICT_KYWD ps)
H A Dmbrlen.c36 mbrlen_l(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps,
47 mbrlen(const char *_RESTRICT_KYWD s, size_t n, mbstate_t *_RESTRICT_KYWD ps)
H A Dmbstowcs.c39 mbstowcs_l(wchar_t *_RESTRICT_KYWD pwcs, const char *_RESTRICT_KYWD s,
50 mbstowcs(wchar_t *_RESTRICT_KYWD pwcs, const char *_RESTRICT_KYWD s, size_t n)
/illumos-gate/usr/src/lib/librt/common/
H A Dllib-lrt50 int sigwaitinfo(const sigset_t *_RESTRICT_KYWD, siginfo_t *_RESTRICT_KYWD);
51 int sigtimedwait(const sigset_t *_RESTRICT_KYWD, siginfo_t *_RESTRICT_KYWD,
52 const struct timespec *_RESTRICT_KYWD);
54 int timer_create(clockid_t, struct sigevent *_RESTRICT_KYWD,
55 timer_t *_RESTRICT_KYWD);
59 int timer_settime(timer_t, int, const struct itimerspec *_RESTRICT_KYWD,
60 struct itimerspec *_RESTRICT_KYWD);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstpcpy.c38 stpcpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2)

Completed in 177 milliseconds

1234