Home
last modified time | relevance | path

Searched refs:__restrict__ (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/libssp/ssp/
Dstdio.h52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
53 __const char *__restrict__ __format, ...);
54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen,
55 __const char *__restrict__ __format,
64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
65 size_t __slen, __const char *__restrict__ __format,
67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag,
68 size_t __slen, __const char *__restrict__ __format,
88 (char *__restrict__ __s, int __n,
89 FILE *__restrict__ __stream), fgets);
[all …]
Dstring.h60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __memcpy_ichk()
83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __mempcpy_ichk()
115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcpy_ichk()
126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __stpcpy_ichk()
137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncpy_ichk()
149 __strcat_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcat_ichk()
160 __strncat_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncat_ichk()
Dunistd.h59 (const char *__restrict__ __path,
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, in readlink()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dvalarray_array.h140 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
151 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
161 _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY()
170 size_t __s, _Tp* __restrict__ __o) in _GLIBCXX_VISIBILITY()
189 __valarray_copy_construct (const _Tp* __restrict__ __a, in _GLIBCXX_VISIBILITY()
190 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY()
191 _Tp* __restrict__ __o, size_t __n) in _GLIBCXX_VISIBILITY()
217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) in _GLIBCXX_VISIBILITY()
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libssp/
Dmemcpy-chk.c44 __memcpy_chk (void *__restrict__ dest, const void *__restrict__ src, in __memcpy_chk()
Dstrncpy-chk.c44 __strncpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strncpy_chk()
Dstrcpy-chk.c44 __strcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcpy_chk()
Dmempcpy-chk.c45 __mempcpy_chk (void *__restrict__ dest, const void *__restrict__ src, in __mempcpy_chk()
Dstpcpy-chk.c44 __stpcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __stpcpy_chk()
Dstrcat-chk.c44 __strcat_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcat_chk()
Dstrncat-chk.c44 __strncat_chk (char *__restrict__ dest, const char *__restrict__ src, in __strncat_chk()
/netbsd/src/external/gpl3/gcc/dist/contrib/reghunt/examples/
D30643.c3 void bar (struct s *ps, int *p, int *__restrict__ rp, int *__restrict__ rq) in bar()
/netbsd/src/external/bsd/openpam/dist/
Dconfig.h.in224 #define __restrict__ or support _Restrict or __restrict__
226 "#define restrict _Restrict" or "#define restrict __restrict__"
229 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
231 # define __restrict__ macro
/netbsd/src/external/gpl2/xcvs/dist/m4/
Drestrict.m416 # - GCC supports both __restrict and __restrict__
25 for ac_kw in restrict __restrict __restrict__ _Restrict; do
/netbsd/src/lib/libpam/libpam/
Dconfig.h164 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/vax/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
Dconfig.h625 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sparc/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
Dconfig.h663 # define __restrict__ macro
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
Dconfig.h663 # define __restrict__ macro

12