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

/illumos-gate/usr/src/boot/include/xlocale/
H A D_time.h45 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
46 const struct tm * __restrict, locale_t) __strftimelike(3, 0);
54 char *strptime_l(const char * __restrict, const char * __restrict,
55 struct tm * __restrict, locale_t);
/illumos-gate/usr/src/boot/include/
H A Dstring.h55 void *memccpy(void * __restrict, const void * __restrict, int, size_t);
62 void *memcpy(void * __restrict, const void * __restrict, size_t);
69 char *stpcpy(char * __restrict, const char * __restrict);
70 char *stpncpy(char * __restrict, const char * __restrict, size_t);
75 char *strcat(char * __restrict, const char * __restrict);
[all...]
H A Dinttypes.h54 intmax_t strtoimax(const char * __restrict, char ** __restrict, int);
55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
56 intmax_t wcstoimax(const wchar_t * __restrict,
57 wchar_t ** __restrict, int);
58 uintmax_t wcstoumax(const wchar_t * __restrict,
59 wchar_t ** __restrict, int);
H A Dstdio.h243 int fgetpos(FILE * __restrict, fpos_t * __restrict);
244 char *fgets(char * __restrict, int, FILE * __restrict);
245 FILE *fopen(const char * __restrict, const char * __restrict);
246 int fprintf(FILE * __restrict, const char * __restrict, ...);
248 int fputs(const char * __restrict, FILE * __restrict);
[all...]
H A Dstdlib.h100 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
101 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
107 double strtod(const char * __restrict, char ** __restrict);
108 float strtof(const char * __restrict, char ** __restrict);
109 long strtol(const char * __restrict, char ** __restrict, in
[all...]
H A Dtime.h152 size_t strftime(char * __restrict, size_t, const char * __restrict,
153 const struct tm * __restrict);
157 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
161 int timer_settime(timer_t, int, const struct itimerspec *__restrict,
162 struct itimerspec *__restrict);
188 char *strptime(const char * __restrict, const char * __restrict,
189 struct tm * __restrict);
[all...]
H A Dunistd.h405 ssize_t readlink(const char * __restrict, char * __restrict, size_t);
434 ssize_t readlinkat(int, const char * __restrict, char * __restrict, size_t);
445 int symlink(const char * __restrict, const char * __restrict);
461 void swab(const void * __restrict, void * __restrict, ssize_t);
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcat.c39 strcat(char * __restrict s, const char * __restrict append)
H A Dstrcpy.c39 strcpy(char * __restrict to, const char * __restrict from)
H A Dstrlcpy.c31 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize)
H A Dstrncat.c46 strncat(char * __restrict dst, const char * __restrict src, size_t n)
H A Dstrncpy.c46 strncpy(char * __restrict dst, const char * __restrict src, size_t n)
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)
/illumos-gate/usr/src/boot/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 Dsocket.h615 int accept(int, struct sockaddr * __restrict, socklen_t * __restrict);
619 int accept4(int, struct sockaddr * __restrict, socklen_t * __restrict, int);
623 int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict);
624 int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict);
625 int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
[all...]
H A Dstat.h340 int lstat(const char * __restrict, struct stat * __restrict);
348 int stat(const char * __restrict, struct stat * __restrict);
H A Dcdefs.h412 * GCC 2.95 provides `__restrict' as an extension to C90 to support the
413 * C99-specific `restrict' type qualifier. We happen to use `__restrict' as
419 #define __restrict macro
421 #define __restrict restrict macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h147 const char *inet_ntop(int, const void * __restrict, char * __restrict,
149 int inet_pton(int, const char * __restrict, void * __restrict);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstrtoul.c51 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base)
/illumos-gate/usr/src/uts/common/sys/
H A Dfeature_tests.h407 * an ISO C99 compiler is used, "__restrict" for c++ and "" (null string)
413 #define _RESTRICT_KYWD __restrict

Completed in 87 milliseconds