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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A Dbase64.h24 #define restrict __restrict
H A Dbase64.c46 #define restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.h37 #ifndef __restrict
38 # define __restrict macro
109 struct SMBW_dirent *__restrict entry,
110 struct SMBW_dirent **__restrict result);
H A Dsmbw_dir.c298 struct SMBW_dirent *__restrict entry,
299 struct SMBW_dirent **__restrict result)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconfig.h667 #define restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfig.h1071 #define restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfig.h1134 #define restrict __restrict
H A Dconfigure21356 for ac_kw in __restrict __restrict__ _Restrict restrict; do
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c1571 extern int _xpg5_vsnprintf(char * __restrict,
1573 const char * __restrict, /* va_list */ char *);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/local/include/lzo/
H A Dlzodefs.h1533 # define __lzo_restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/include/lzo/
H A Dlzodefs.h1533 # define __lzo_restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c117 #define restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A Dminilzo.c1553 # define __lzo_restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure2649 for restrict_keyword in restrict __restrict__ __restrict; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4300 for restrict_keyword in restrict __restrict__ __restrict; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dminiacc.h1609 # define __acc_restrict __restrict
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfigure18379 for ac_kw in __restrict __restrict__ _Restrict restrict; do

Completed in 613 milliseconds