1 #define __restrict_arr __restrict
6 extern int lio_listio64 (int __mode
,
7 struct aiocb64
*__const __list
[__restrict_arr
],
8 int __nent
, struct sigevent
*__restrict __sig
);
11 #define __restrict_arr __restrict__
15 extern int getaddrinfo_a (int __mode
, struct gaicb
*__list
[__restrict_arr
],
16 int __ent
, struct sigevent
*__restrict __sig
);
19 #define __restrict_arr restrict
21 typedef struct re_pattern_buffer regex_t
;
25 regoff_t rm_so
; /* Byte offset from string's start to substring's start. */
26 regoff_t rm_eo
; /* Byte offset from string's start to substring's end. */
28 typedef unsigned long int size_t;
30 extern int regexec (const regex_t
*__restrict __preg
,
31 const char *__restrict __string
, size_t __nmatch
,
32 regmatch_t __pmatch
[__restrict_arr
],
36 * check-name: restrict array attribute