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

12345678910

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Denvz.h34 extern char *envz_entry (__const char *__restrict __envz, size_t __envz_len,
35 __const char *__restrict __name)
40 extern char *envz_get (__const char *__restrict __envz, size_t __envz_len,
41 __const char *__restrict __name)
50 extern error_t envz_add (char **__restrict __envz,
51 size_t *__restrict __envz_len,
52 __const char *__restrict __name,
53 __const char *__restrict __value) __THROW;
58 extern error_t envz_merge (char **__restrict __envz,
59 size_t *__restrict __envz_le
[all...]
H A Dargz.h43 extern error_t __argz_create (char *__const __argv[], char **__restrict __argz,
44 size_t *__restrict __len) __THROW;
45 extern error_t argz_create (char *__const __argv[], char **__restrict __argz,
46 size_t *__restrict __len) __THROW;
52 extern error_t __argz_create_sep (__const char *__restrict __string,
53 int __sep, char **__restrict __argz,
54 size_t *__restrict __len) __THROW;
55 extern error_t argz_create_sep (__const char *__restrict __string,
56 int __sep, char **__restrict __argz,
57 size_t *__restrict __le
[all...]
H A Dnetdb.h161 extern int gethostent_r (struct hostent *__restrict __result_buf,
162 char *__restrict __buf, size_t __buflen,
163 struct hostent **__restrict __result,
164 int *__restrict __h_errnop);
166 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
168 struct hostent *__restrict __result_buf,
169 char *__restrict __buf, size_t __buflen,
170 struct hostent **__restrict __result,
171 int *__restrict __h_errnop);
173 extern int gethostbyname_r (__const char *__restrict __nam
[all...]
H A Daliases.h49 extern int getaliasent_r (struct aliasent *__restrict __result_buf,
50 char *__restrict __buffer, size_t __buflen,
51 struct aliasent **__restrict __result) __THROW;
57 extern int getaliasbyname_r (__const char *__restrict __name,
58 struct aliasent *__restrict __result_buf,
59 char *__restrict __buffer, size_t __buflen,
60 struct aliasent **__restrict __result) __THROW;
H A Dspawn.h72 extern int posix_spawn (pid_t *__restrict __pid,
73 __const char *__restrict __path,
74 __const posix_spawn_file_actions_t *__restrict
76 __const posix_spawnattr_t *__restrict __attrp,
99 __restrict __attr,
100 sigset_t *__restrict __sigdefault)
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
105 __const sigset_t *__restrict
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
112 sigset_t *__restrict __sigmas
[all...]
H A Dwchar.h139 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
140 __const wchar_t *__restrict __src) __THROW;
142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
143 __const wchar_t *__restrict __src, size_t __n)
147 extern wchar_t *wcscat (wchar_t *__restrict __dest,
148 __const wchar_t *__restrict __src) __THROW;
150 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
151 __const wchar_t *__restrict __src, size_t __n)
188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
189 __const wchar_t *__restrict __s
[all...]
H A Dglob.h107 int (*gl_lstat) (__const char *__restrict, struct stat *__restrict);
108 int (*gl_stat) (__const char *__restrict, struct stat *__restrict);
110 int (*gl_lstat) (__const char *__restrict, void *__restrict);
111 int (*gl_stat) (__const char *__restrict, void *__restrict);
136 int (*gl_lstat) (__const char *__restrict, struct stat64 *__restrict);
[all...]
H A Dgrp.h95 extern int putgrent (__const struct group *__restrict __p,
96 FILE *__restrict __f);
133 extern int getgrent_r (struct group *__restrict __resultbuf,
134 char *__restrict __buffer, size_t __buflen,
135 struct group **__restrict __result);
142 extern int getgrgid_r (__gid_t __gid, struct group *__restrict __resultbuf,
143 char *__restrict __buffer, size_t __buflen,
144 struct group **__restrict __result);
150 extern int getgrnam_r (__const char *__restrict __name,
151 struct group *__restrict __resultbu
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Denvz.h34 extern char *envz_entry (__const char *__restrict __envz, size_t __envz_len,
35 __const char *__restrict __name)
40 extern char *envz_get (__const char *__restrict __envz, size_t __envz_len,
41 __const char *__restrict __name)
50 extern error_t envz_add (char **__restrict __envz,
51 size_t *__restrict __envz_len,
52 __const char *__restrict __name,
53 __const char *__restrict __value) __THROW;
58 extern error_t envz_merge (char **__restrict __envz,
59 size_t *__restrict __envz_le
[all...]
H A Dargz.h43 extern error_t __argz_create (char *__const __argv[], char **__restrict __argz,
44 size_t *__restrict __len) __THROW;
45 extern error_t argz_create (char *__const __argv[], char **__restrict __argz,
46 size_t *__restrict __len) __THROW;
52 extern error_t __argz_create_sep (__const char *__restrict __string,
53 int __sep, char **__restrict __argz,
54 size_t *__restrict __len) __THROW;
55 extern error_t argz_create_sep (__const char *__restrict __string,
56 int __sep, char **__restrict __argz,
57 size_t *__restrict __le
[all...]
H A Dnetdb.h161 extern int gethostent_r (struct hostent *__restrict __result_buf,
162 char *__restrict __buf, size_t __buflen,
163 struct hostent **__restrict __result,
164 int *__restrict __h_errnop);
166 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
168 struct hostent *__restrict __result_buf,
169 char *__restrict __buf, size_t __buflen,
170 struct hostent **__restrict __result,
171 int *__restrict __h_errnop);
173 extern int gethostbyname_r (__const char *__restrict __nam
[all...]
H A Daliases.h49 extern int getaliasent_r (struct aliasent *__restrict __result_buf,
50 char *__restrict __buffer, size_t __buflen,
51 struct aliasent **__restrict __result) __THROW;
57 extern int getaliasbyname_r (__const char *__restrict __name,
58 struct aliasent *__restrict __result_buf,
59 char *__restrict __buffer, size_t __buflen,
60 struct aliasent **__restrict __result) __THROW;
H A Dspawn.h72 extern int posix_spawn (pid_t *__restrict __pid,
73 __const char *__restrict __path,
74 __const posix_spawn_file_actions_t *__restrict
76 __const posix_spawnattr_t *__restrict __attrp,
99 __restrict __attr,
100 sigset_t *__restrict __sigdefault)
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
105 __const sigset_t *__restrict
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
112 sigset_t *__restrict __sigmas
[all...]
H A Dwchar.h139 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
140 __const wchar_t *__restrict __src) __THROW;
142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
143 __const wchar_t *__restrict __src, size_t __n)
147 extern wchar_t *wcscat (wchar_t *__restrict __dest,
148 __const wchar_t *__restrict __src) __THROW;
150 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
151 __const wchar_t *__restrict __src, size_t __n)
188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
189 __const wchar_t *__restrict __s
[all...]
H A Dglob.h107 int (*gl_lstat) (__const char *__restrict, struct stat *__restrict);
108 int (*gl_stat) (__const char *__restrict, struct stat *__restrict);
110 int (*gl_lstat) (__const char *__restrict, void *__restrict);
111 int (*gl_stat) (__const char *__restrict, void *__restrict);
136 int (*gl_lstat) (__const char *__restrict, struct stat64 *__restrict);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Denvz.h34 extern char *envz_entry (__const char *__restrict __envz, size_t __envz_len,
35 __const char *__restrict __name)
40 extern char *envz_get (__const char *__restrict __envz, size_t __envz_len,
41 __const char *__restrict __name)
50 extern error_t envz_add (char **__restrict __envz,
51 size_t *__restrict __envz_len,
52 __const char *__restrict __name,
53 __const char *__restrict __value) __THROW;
58 extern error_t envz_merge (char **__restrict __envz,
59 size_t *__restrict __envz_le
[all...]
H A Dargz.h43 extern error_t __argz_create (char *__const __argv[], char **__restrict __argz,
44 size_t *__restrict __len) __THROW;
45 extern error_t argz_create (char *__const __argv[], char **__restrict __argz,
46 size_t *__restrict __len) __THROW;
52 extern error_t __argz_create_sep (__const char *__restrict __string,
53 int __sep, char **__restrict __argz,
54 size_t *__restrict __len) __THROW;
55 extern error_t argz_create_sep (__const char *__restrict __string,
56 int __sep, char **__restrict __argz,
57 size_t *__restrict __le
[all...]
H A Dnetdb.h161 extern int gethostent_r (struct hostent *__restrict __result_buf,
162 char *__restrict __buf, size_t __buflen,
163 struct hostent **__restrict __result,
164 int *__restrict __h_errnop);
166 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
168 struct hostent *__restrict __result_buf,
169 char *__restrict __buf, size_t __buflen,
170 struct hostent **__restrict __result,
171 int *__restrict __h_errnop);
173 extern int gethostbyname_r (__const char *__restrict __nam
[all...]
H A Daliases.h49 extern int getaliasent_r (struct aliasent *__restrict __result_buf,
50 char *__restrict __buffer, size_t __buflen,
51 struct aliasent **__restrict __result) __THROW;
57 extern int getaliasbyname_r (__const char *__restrict __name,
58 struct aliasent *__restrict __result_buf,
59 char *__restrict __buffer, size_t __buflen,
60 struct aliasent **__restrict __result) __THROW;
H A Dspawn.h72 extern int posix_spawn (pid_t *__restrict __pid,
73 __const char *__restrict __path,
74 __const posix_spawn_file_actions_t *__restrict
76 __const posix_spawnattr_t *__restrict __attrp,
99 __restrict __attr,
100 sigset_t *__restrict __sigdefault)
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
105 __const sigset_t *__restrict
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
112 sigset_t *__restrict __sigmas
[all...]
H A Dwchar.h139 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
140 __const wchar_t *__restrict __src) __THROW;
142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
143 __const wchar_t *__restrict __src, size_t __n)
147 extern wchar_t *wcscat (wchar_t *__restrict __dest,
148 __const wchar_t *__restrict __src) __THROW;
150 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
151 __const wchar_t *__restrict __src, size_t __n)
188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
189 __const wchar_t *__restrict __s
[all...]
H A Dglob.h107 int (*gl_lstat) (__const char *__restrict, struct stat *__restrict);
108 int (*gl_stat) (__const char *__restrict, struct stat *__restrict);
110 int (*gl_lstat) (__const char *__restrict, void *__restrict);
111 int (*gl_stat) (__const char *__restrict, void *__restrict);
136 int (*gl_lstat) (__const char *__restrict, struct stat64 *__restrict);
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
H A Dsigthread.h32 __const __sigset_t *__restrict __newmask,
33 __sigset_t *__restrict __oldmask)__THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
H A Dsigthread.h32 __const __sigset_t *__restrict __newmask,
33 __sigset_t *__restrict __oldmask)__THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
H A Dsigthread.h32 __const __sigset_t *__restrict __newmask,
33 __sigset_t *__restrict __oldmask)__THROW;

Completed in 411 milliseconds

12345678910