Searched refs:__restrict (Results 126 - 150 of 273) sorted by relevance

1234567891011

/freebsd-11-stable/sys/sys/
H A Dselect.h98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
99 const struct timespec *__restrict, const sigset_t *__restrict);
H A Dstatvfs.h79 int statvfs(const char *__restrict, struct statvfs *__restrict);
/freebsd-11-stable/lib/libc/string/
H A Dwcstok.c41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim,
42 wchar_t ** __restrict last)
H A Dstrlcat.c33 strlcat(char * __restrict dst, const char * __restrict src, size_t dsize)
H A Dswab.c42 swab(const void * __restrict from, void * __restrict to, ssize_t len)
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_prop.c79 _citrus_prop_read_##_func_##_common(struct _memstream * __restrict ms, \
80 _type_ * __restrict result, int base) \
109 _citrus_prop_read_##_func_(struct _memstream * __restrict ms, \
110 _citrus_prop_object_t * __restrict obj) \
147 _citrus_prop_read_character_common(struct _memstream * __restrict ms,
148 int * __restrict result)
197 _citrus_prop_read_character(struct _memstream * __restrict ms,
198 _citrus_prop_object_t * __restrict obj)
219 _citrus_prop_read_bool(struct _memstream * __restrict ms,
220 _citrus_prop_object_t * __restrict ob
[all...]
H A Dcitrus_mapper.c72 struct _citrus_mapper_area *__restrict *__restrict rma,
73 const char *__restrict area)
202 mapper_open(struct _citrus_mapper_area *__restrict ma,
203 struct _citrus_mapper * __restrict * __restrict rcm,
204 const char * __restrict module,
205 const char * __restrict variable)
279 _citrus_mapper_open_direct(struct _citrus_mapper_area *__restrict ma,
280 struct _citrus_mapper * __restrict * __restric
[all...]
H A Dcitrus_prop.h45 (void * __restrict, const char *, _type_); \
55 (void * __restrict, const char *, _type_, _type_); \
88 int _citrus_prop_parse_variable(const _citrus_prop_hint_t * __restrict,
89 void * __restrict, const void *, size_t);
/freebsd-11-stable/lib/libc/locale/
H A Dwcsftime.c56 wcsftime_l(wchar_t * __restrict wcs, size_t maxsize,
57 const wchar_t * __restrict format, const struct tm * __restrict timeptr,
118 wcsftime(wchar_t * __restrict wcs, size_t maxsize,
119 const wchar_t * __restrict format, const struct tm * __restrict timeptr)
H A Dutf8.c47 static size_t _UTF8_mbrtowc(wchar_t * __restrict, const char * __restrict,
48 size_t, mbstate_t * __restrict);
50 static size_t _UTF8_mbsnrtowcs(wchar_t * __restrict,
51 const char ** __restrict, size_t, size_t,
52 mbstate_t * __restrict);
53 static size_t _UTF8_wcrtomb(char * __restrict, wchar_t,
54 mbstate_t * __restrict);
55 static size_t _UTF8_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
[all...]
H A Dc16rtomb.c40 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps,
77 c16rtomb(char * __restrict s, char16_t c16, mbstate_t * __restrict ps)
H A Dwcstod.c50 wcstod_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr,
113 wcstod(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr)
H A Dwcstof.c44 wcstof_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr,
90 wcstof(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr)
/freebsd-11-stable/lib/libc/stdio/
H A Dprintf.c49 printf(char const * __restrict fmt, ...)
60 printf_l(locale_t locale, char const * __restrict fmt, ...)
H A Dwprintf.c41 wprintf(const wchar_t * __restrict fmt, ...)
53 wprintf_l(locale_t locale, const wchar_t * __restrict fmt, ...)
H A Dwscanf.c41 wscanf(const wchar_t * __restrict fmt, ...)
53 wscanf_l(locale_t locale, const wchar_t * __restrict fmt, ...)
H A Ddprintf.c37 dprintf(int fd, const char * __restrict fmt, ...)
H A Dvsnprintf.c51 vsnprintf_l(char * __restrict str, size_t n, locale_t locale,
52 const char * __restrict fmt, __va_list ap)
84 vsnprintf(char * __restrict str, size_t n, const char * __restrict fmt,
H A Dvswscanf.c66 vswscanf_l(const wchar_t * __restrict str, locale_t locale,
67 const wchar_t * __restrict fmt, va_list ap)
100 vswscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt,
H A Dfputws.c47 fputws_l(const wchar_t * __restrict ws, FILE * __restrict fp, locale_t locale)
83 fputws(const wchar_t * __restrict ws, FILE * __restrict fp)
/freebsd-11-stable/lib/libc/sys/
H A Drecvfrom.c46 struct sockaddr * __restrict from, socklen_t * __restrict fromlen)
/freebsd-11-stable/include/
H A Dwordexp.h71 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
H A Diconv.h56 size_t iconv(iconv_t, char ** __restrict,
57 size_t * __restrict, char ** __restrict,
58 size_t * __restrict);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_getschedparam.c48 _pthread_getschedparam(pthread_t pthread, int * __restrict policy,
49 struct sched_param * __restrict param)
/freebsd-11-stable/lib/libiconv_modules/VIQR/
H A Dcitrus_viqr.c226 _citrus_VIQR_init_state(_VIQREncodingInfo * __restrict ei __unused,
227 _VIQRState * __restrict psenc)
236 _citrus_VIQR_pack_state(_VIQREncodingInfo * __restrict ei __unused,
237 void *__restrict pspriv, const _VIQRState * __restrict psenc)
245 _citrus_VIQR_unpack_state(_VIQREncodingInfo * __restrict ei __unused,
246 _VIQRState * __restrict psenc, const void * __restrict pspriv)
254 _citrus_VIQR_mbrtowc_priv(_VIQREncodingInfo * __restrict ei,
255 wchar_t * __restrict pw
[all...]

Completed in 321 milliseconds

1234567891011