Home
last modified time | relevance | path

Searched defs:__restrict_arr (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/lib/libc/gen/
H A Dposix_spawn.c230 const posix_spawnattr_t * __restrict sa, char * const argv[__restrict_arr], in posix_spawn()
231 char * const envp[__restrict_arr]) in posix_spawn()
239 const posix_spawnattr_t * __restrict sa, char * const argv[__restrict_arr], in posix_spawnp()
240 char * const envp[__restrict_arr]) in posix_spawnp()
/dflybsd-src/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
/dflybsd-src/lib/librt/
H A Daio.c155 lio_listio(int mode, struct aiocb * __restrict const apv[__restrict_arr], in lio_listio()
/dflybsd-src/contrib/gcc-4.7/include/
H A Dxregex2.h528 # define __restrict_arr macro
530 # define __restrict_arr __restrict macro
/dflybsd-src/contrib/binutils-2.27/include/
H A Dxregex2.h527 # define __restrict_arr macro
529 # define __restrict_arr __restrict macro
/dflybsd-src/contrib/gdb-7/include/
H A Dxregex2.h528 # define __restrict_arr macro
530 # define __restrict_arr __restrict macro
/dflybsd-src/contrib/gcc-8.0/include/
H A Dxregex2.h527 # define __restrict_arr macro
529 # define __restrict_arr __restrict macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dxregex2.h527 # define __restrict_arr macro
529 # define __restrict_arr __restrict macro
/dflybsd-src/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
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregex.h641 # define __restrict_arr __restrict macro
643 # define __restrict_arr macro
/dflybsd-src/contrib/tre/lib/
H A Dregexec.c343 size_t nmatch, regmatch_t pmatch[__restrict_arr], int eflags) in tre_regexec()