Searched refs:__restrict (Results 1 – 4 of 4) sorted by relevance
/misc/sys/ |
A D | select.h | 103 fd_set *__restrict __writefds, 104 fd_set *__restrict __exceptfds, 105 struct timeval *__restrict __timeout); 110 fd_set *__restrict __writefds, 111 fd_set *__restrict __exceptfds, 128 fd_set *__restrict __writefds, 129 fd_set *__restrict __exceptfds, 130 const struct timespec *__restrict __timeout, 131 const __sigset_t *__restrict __sigmask); 136 fd_set *__restrict __writefds, [all …]
|
A D | cdefs.h | 483 # define __restrict restrict macro 485 # define __restrict /* Ignore */ macro 494 # define __restrict_arr __restrict
|
/misc/ |
A D | mntent.h | 73 extern struct mntent *getmntent_r (FILE *__restrict __stream, 74 struct mntent *__restrict __result, 75 char *__restrict __buffer, 81 extern int addmntent (FILE *__restrict __stream, 82 const struct mntent *__restrict __mnt) __THROW;
|
A D | search.h | 138 extern void *tdelete (const void *__restrict __key, 139 void **__restrict __rootp,
|
Completed in 8 milliseconds