Home
last modified time | relevance | path

Searched refs:__restrict_arr (Results 1 – 19 of 19) sorted by relevance

/dragonfly/include/
H A Dspawn.h70 char * const [__restrict_arr], char * const [__restrict_arr]);
74 char * const [__restrict_arr], char * const [__restrict_arr]);
/dragonfly/contrib/binutils-2.27/include/
H A Dxregex2.h525 #ifndef __restrict_arr
527 # define __restrict_arr macro
529 # define __restrict_arr __restrict macro
543 regmatch_t __pmatch[__restrict_arr],
/dragonfly/contrib/gcc-4.7/include/
H A Dxregex2.h526 #ifndef __restrict_arr
528 # define __restrict_arr macro
530 # define __restrict_arr __restrict macro
544 regmatch_t __pmatch[__restrict_arr],
/dragonfly/contrib/gdb-7/include/
H A Dxregex2.h526 #ifndef __restrict_arr
528 # define __restrict_arr macro
530 # define __restrict_arr __restrict macro
544 regmatch_t __pmatch[__restrict_arr],
/dragonfly/contrib/binutils-2.34/include/
H A Dxregex2.h525 #ifndef __restrict_arr
527 # define __restrict_arr macro
529 # define __restrict_arr __restrict macro
543 regmatch_t __pmatch[__restrict_arr],
/dragonfly/contrib/gcc-8.0/include/
H A Dxregex2.h525 #ifndef __restrict_arr
527 # define __restrict_arr macro
529 # define __restrict_arr __restrict macro
543 regmatch_t __pmatch[__restrict_arr],
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.h639 #ifndef __restrict_arr
641 # define __restrict_arr __restrict macro
643 # define __restrict_arr macro
654 regmatch_t __pmatch[__restrict_arr],
/dragonfly/contrib/diffutils/lib/
H A Dcdefs.h390 # define __restrict_arr __restrict macro
393 # define __restrict_arr /* Not supported in old GCC. */ macro
396 # define __restrict_arr restrict macro
399 # define __restrict_arr /* Not supported. */ macro
H A Dregex.h628 # ifdef __restrict_arr
629 # define _Restrict_arr_ __restrict_arr
H A Dlibc-config.h143 #undef __restrict_arr
/dragonfly/contrib/grep/lib/
H A Dcdefs.h390 # define __restrict_arr __restrict macro
393 # define __restrict_arr /* Not supported in old GCC. */ macro
396 # define __restrict_arr restrict macro
399 # define __restrict_arr /* Not supported. */ macro
H A Dregex.h628 # ifdef __restrict_arr
629 # define _Restrict_arr_ __restrict_arr
H A Dlibc-config.h143 #undef __restrict_arr
/dragonfly/lib/libc/gen/
H A Dposix_spawn.c230 const posix_spawnattr_t * __restrict sa, char * const argv[__restrict_arr], in posix_spawn() argument
231 char * const envp[__restrict_arr]) in posix_spawn() argument
239 const posix_spawnattr_t * __restrict sa, char * const argv[__restrict_arr], in posix_spawnp() argument
240 char * const envp[__restrict_arr]) in posix_spawnp() argument
/dragonfly/sys/sys/
H A Dcdefs.h296 #define __restrict_arr __restrict macro
299 #define __restrict_arr macro
302 #define __restrict_arr restrict macro
304 #define __restrict_arr macro
H A Daio.h109 int lio_listio(int, struct aiocb * __restrict const[__restrict_arr], int,
/dragonfly/lib/librt/
H A Daio.c155 lio_listio(int mode, struct aiocb * __restrict const apv[__restrict_arr], in lio_listio() argument
/dragonfly/lib/libc/tre-regex/
H A Dregex.h172 size_t nmatch, regmatch_t pmatch[__restrict_arr], int eflags);
/dragonfly/contrib/tre/lib/
H A Dregexec.c343 size_t nmatch, regmatch_t pmatch[__restrict_arr], int eflags) in tre_regexec() argument