Searched refs:__restrict (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dpwd_.h78 extern int putpwent(__const struct passwd *__restrict __p,
79 FILE *__restrict __f);
95 extern int getpwent_r(struct passwd *__restrict __resultbuf,
96 char *__restrict __buffer, size_t __buflen,
97 struct passwd **__restrict __result);
100 struct passwd *__restrict __resultbuf,
101 char *__restrict __buffer, size_t __buflen,
102 struct passwd **__restrict __result);
104 extern int getpwnam_r(__const char *__restrict __name,
105 struct passwd *__restrict __resultbu
[all...]
H A Dgrp_.h81 extern int putgrent(__const struct group *__restrict __p,
82 FILE *__restrict __f);
98 extern int getgrent_r(struct group *__restrict __resultbuf,
99 char *__restrict __buffer, size_t __buflen,
100 struct group **__restrict __result);
103 extern int getgrgid_r(gid_t __gid, struct group *__restrict __resultbuf,
104 char *__restrict __buffer, size_t __buflen,
105 struct group **__restrict __result);
108 extern int getgrnam_r(__const char *__restrict __name,
109 struct group *__restrict __resultbu
[all...]
H A Dplatform.h19 /* __restrict is known in EGCS 1.2 and above. */
21 # ifndef __restrict
22 # define __restrict /* Ignore */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvfs.h77 #define VFS_FUNC_ARGS_EA_GETSIZE const struct vol * __restrict vol, char * __restrict rbuf, size_t * __restrict rbuflen, const char * __restrict uname, int oflag, const char * __restrict attruname
80 #define VFS_FUNC_ARGS_EA_GETCONTENT const struct vol * __restrict vol, char * __restrict rbuf, size_t * __restrict rbuflen, const char * __restrict uname, int oflag, const char * __restrict attrunam
[all...]
H A Dea.h154 extern int ea_open(const struct vol * __restrict vol,
155 const char * __restrict uname,
157 struct ea * __restrict ea);
158 extern int ea_openat(const struct vol * __restrict vol,
160 const char * __restrict uname,
162 struct ea * __restrict ea);
163 extern int ea_close(struct ea * __restrict ea);
164 extern char *ea_path(const struct ea * __restrict ea, const char * __restrict eaname, int macname);
H A Dcompat.h102 extern int pselect(int, fd_set * __restrict, fd_set * __restrict,
103 fd_set * __restrict, const struct timespec * __restrict,
104 const sigset_t * __restrict);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dpselect.c51 pselect(int count, fd_set * __restrict rfds, fd_set * __restrict wfds,
52 fd_set * __restrict efds, const struct timespec * __restrict timo,
53 const sigset_t * __restrict mask)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp_internal.c26 GETXXKEY_R_ENTTYPE *__restrict resultbuf,
27 char *__restrict buffer, size_t buflen,
28 GETXXKEY_R_ENTTYPE **__restrict result)
H A Dpwd_grp.c47 char *__restrict line_buff, size_t buflen, FILE *f);
105 int fgetpwent_r(FILE *__restrict stream, struct passwd *__restrict resultbuf,
106 char *__restrict buffer, size_t buflen,
107 struct passwd **__restrict result)
121 int fgetgrent_r(FILE *__restrict stream, struct group *__restrict resultbuf,
122 char *__restrict buffer, size_t buflen,
123 struct group **__restrict result)
138 int fgetspent_r(FILE *__restrict strea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h512 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
514 #ifndef __restrict macro
517 # define __restrict restrict
519 # define __restrict
526 # define __restrict_arr __restrict
533 extern int regcomp (regex_t *__restrict __preg,
534 const char *__restrict __pattern,
537 extern int regexec (const regex_t *__restrict __preg,
538 const char *__restrict __string, size_t __nmatch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c121 static int unpack_header(struct ea * __restrict ea)
200 static int pack_header(struct ea * __restrict ea)
296 static int ea_addentry(struct ea * __restrict ea,
297 const char * __restrict attruname,
387 static int create_ea_header(const char * __restrict uname,
388 struct ea * __restrict ea)
443 static int write_ea(const struct ea * __restrict ea,
444 const char * __restrict attruname,
445 const char * __restrict ibuf,
511 static int ea_delentry(struct ea * __restrict e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.h586 #define restrict __restrict
H A Dconfigure32562 for ac_kw in __restrict __restrict__ _Restrict restrict; do
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfig.h1071 #define restrict __restrict
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure2037 for restrict_keyword in restrict __restrict__ __restrict; do

Completed in 166 milliseconds