Searched refs:__restrict (Results 1 - 25 of 186) sorted by relevance

12345678

/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D_stdio.h29 int fprintf_l(FILE * __restrict, locale_t __restrict, const char * __restrict, ...)
31 int fscanf_l(FILE * __restrict, locale_t __restrict, const char * __restrict, ...)
33 int printf_l(locale_t __restrict, const char * __restrict, ...)
35 int scanf_l(locale_t __restrict, const char * __restrict,
[all...]
H A D_regex.h29 int regcomp_l(regex_t * __restrict, const char * __restrict, int,
30 locale_t __restrict)
35 int regncomp_l(regex_t * __restrict, const char * __restrict, size_t,
36 int, locale_t __restrict)
38 int regwcomp_l(regex_t * __restrict, const wchar_t * __restrict,
39 int, locale_t __restrict)
41 int regwnexec_l(const regex_t * __restrict, cons
[all...]
H A D_time.h31 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
32 const struct tm * __restrict, locale_t)
36 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
37 const struct tm * __restrict, locale_t)
44 char *strptime_l(const char * __restrict, const char * __restrict,
45 struct tm * __restrict, locale_t)
49 char *strptime_l(const char * __restrict, cons
[all...]
H A D_inttypes.h28 intmax_t strtoimax_l(const char * __restrict nptr, char ** __restrict endptr,
30 uintmax_t strtoumax_l(const char * __restrict nptr, char ** __restrict endptr,
32 intmax_t wcstoimax_l(const wchar_t * __restrict nptr,
33 wchar_t ** __restrict endptr, int base, locale_t);
34 uintmax_t wcstoumax_l(const wchar_t * __restrict nptr,
35 wchar_t ** __restrict endptr, int base, locale_t);
H A D_wchar.h31 wchar_t *fgetws_l(wchar_t * __restrict, int, FILE * __restrict, locale_t);
33 int fputws_l(const wchar_t * __restrict, FILE * __restrict, locale_t);
34 int fwprintf_l(FILE * __restrict, locale_t, const wchar_t * __restrict, ...);
35 int fwscanf_l(FILE * __restrict, locale_t, const wchar_t * __restrict, ...);
38 size_t mbrlen_l(const char * __restrict, size_t, mbstate_t * __restrict,
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dmblocal.h48 __attribute__((visibility("hidden"))) size_t _none_mbrtowc(wchar_t * __restrict, const char * __restrict,
49 size_t, mbstate_t * __restrict, locale_t);
51 __attribute__((visibility("hidden"))) size_t _none_mbsnrtowcs(wchar_t * __restrict dst,
52 const char ** __restrict src, size_t nms, size_t len,
53 mbstate_t * __restrict ps __unused, locale_t);
54 __attribute__((visibility("hidden"))) size_t _none_wcrtomb(char * __restrict, wchar_t,
55 mbstate_t * __restrict, locale_t);
56 __attribute__((visibility("hidden"))) size_t _none_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
[all...]
H A Dmbrtowc.c36 mbrtowc_l(wchar_t * __restrict pwc, const char * __restrict s,
37 size_t n, mbstate_t * __restrict ps, locale_t loc)
46 mbrtowc(wchar_t * __restrict pwc, const char * __restrict s,
47 size_t n, mbstate_t * __restrict ps)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dwchar.h99 wchar_t *fgetws(wchar_t * __restrict, int, FILE * __restrict);
101 int fputws(const wchar_t * __restrict, FILE * __restrict);
103 int fwprintf(FILE * __restrict, const wchar_t * __restrict, ...);
104 int fwscanf(FILE * __restrict, const wchar_t * __restrict, ...);
107 size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);
[all...]
H A Dprintf.h177 int asxprintf(char ** __restrict __ret,
178 printf_domain_t __restrict __domain, locale_t __restrict __loc,
179 const char * __restrict __format, ...)
182 int dxprintf(int __fd, printf_domain_t __restrict __domain,
183 locale_t __restrict __loc, const char * __restrict __format, ...)
186 int fxprintf(FILE * __restrict __stream,
187 printf_domain_t __restrict __domain, locale_t __restrict __lo
[all...]
H A Dregex.h203 int regcomp(regex_t * __restrict, const char * __restrict, int) __DARWIN_ALIAS(regcomp);
206 int regcomp(regex_t * __restrict, const char * __restrict, int) LIBC_ALIAS(regcomp);
209 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
211 * gcc under c99 mode won't compile "[ __restrict]" by itself. As a workaround,
214 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
215 regmatch_t __pmatch[ __restrict], in
[all...]
H A Dstdio.h237 int fgetpos(FILE * __restrict, fpos_t *);
238 char *fgets(char * __restrict, int, FILE *);
240 FILE *fopen(const char * __restrict, const char * __restrict) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_3_2, __DARWIN_EXTSN(fopen));
245 FILE *fopen(const char * __restrict, const char * __restrict) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen));
248 FILE *fopen(const char * __restrict, const char * __restrict) LIBC_ALIAS(fopen);
252 int fprintf(FILE * __restrict, const char * __restrict,
[all...]
/macosx-10.10.1/Libc-1044.1.2/compat-43/
H A Dsigaltstk.c26 int __sigaltstack(const stack_t * __restrict, stack_t * __restrict);
29 int sigaltstack(const stack_t * __restrict nstack, stack_t * __restrict ostack)
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dmachdep_ldisd.c39 strtold(const char * __restrict s, char ** __restrict sp)
46 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t loc)
H A Dmachdep_ldisdd.c40 strtold(const char * __restrict s, char ** __restrict sp)
49 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t loc)
H A Dmachdep_ldisx.c41 strtold(const char * __restrict s, char ** __restrict sp)
50 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t loc)
H A Dmachdep_ldisQ.c39 strtold(const char * __restrict s, char ** __restrict sp)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A D_select.h39 int select(int, fd_set * __restrict, fd_set * __restrict,
40 fd_set * __restrict, struct timeval * __restrict)
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dspawn.h56 * gcc under c99 mode won't compile "[ __restrict]" by itself. As a workaround,
59 int posix_spawn(pid_t * __restrict, const char * __restrict,
61 const posix_spawnattr_t * __restrict,
62 char *const __argv[ __restrict],
63 char *const __envp[ __restrict]) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
64 int posix_spawnp(pid_t * __restrict, const char * __restrict,
66 const posix_spawnattr_t * __restrict,
67 char *const __argv[ __restrict],
[all...]
H A Dspawn_private.h32 int posix_spawnattr_getpcontrol_np(const posix_spawnattr_t * __restrict, int * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
35 int posix_spawnattr_getprocesstype_np(const posix_spawnattr_t * __restrict, int * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
38 int posix_spawnattr_setcpumonitor(posix_spawnattr_t * __restrict, uint64_t, uint64_t) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
39 int posix_spawnattr_getcpumonitor(posix_spawnattr_t * __restrict, uint64_t *, uint64_t *) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_6_0);
40 int posix_spawnattr_setcpumonitor_default(posix_spawnattr_t * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_6_0);
44 int posix_spawnattr_set_importancewatch_port_np(posix_spawnattr_t * __restrict attr,
48 int posix_spawnattr_getmacpolicyinfo_np(const posix_spawnattr_t * __restrict, const char *, void **, size_t *) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
49 int posix_spawnattr_setmacpolicyinfo_np(posix_spawnattr_t * __restrict, cons
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/
H A Dxprintf_all_in_one.c32 asxprintf(char ** __restrict ret, printf_domain_t __restrict domain,
33 locale_t __restrict loc, const char * __restrict format, ...)
45 dxprintf(int fd, printf_domain_t __restrict domain, locale_t __restrict loc,
46 const char * __restrict format, ...)
58 fxprintf(FILE * __restrict stream, printf_domain_t __restrict domain,
59 locale_t __restrict lo
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfgetpos.c42 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos)
H A Dgetline.c34 getline(char ** __restrict linep, size_t * __restrict linecapp,
35 FILE * __restrict fp)
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre.h159 tre_regcomp(regex_t * __restrict preg, const char * __restrict regex, int cflags);
162 tre_regexec(const regex_t * __restrict preg, const char * __restrict string, size_t nmatch,
163 regmatch_t pmatch[ __restrict ], int eflags);
166 tre_regerror(int errcode, const regex_t * __restrict preg, char * __restrict errbuf,
179 tre_regwcomp(regex_t * __restrict preg, const wchar_t * __restrict regex, int cflags);
182 tre_regwexec(const regex_t * __restrict pre
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dgetpeername.c39 extern int __getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict);
45 getpeername(int socket, struct sockaddr * __restrict address,
46 socklen_t * __restrict address_len)
H A Dgetsockname.c39 extern int __getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict);
45 getsockname(int socket, struct sockaddr * __restrict address,
46 socklen_t * __restrict address_len)

Completed in 409 milliseconds

12345678