/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | netdb.h | 197 int *__restrict __h_errnop); 273 int *__restrict __h_errnop); 280 int *__restrict __h_errnop); 462 char **__restrict __userp, 463 char **__restrict __domainp); 482 char **__restrict __userp, 483 char **__restrict __domainp, 510 const char *__restrict __cmd, int *__restrict __fd2p); 524 const char *__restrict __cmd, int *__restrict __fd2p, 541 const char *__restrict __cmd, int *__restrict __fd2p); [all …]
|
A D | wchar.h | 260 extern wchar_t *wcsstr (const wchar_t *__restrict __haystack, const wchar_t *__restrict __needle) 265 const wchar_t *__restrict __delim, 277 extern wchar_t *wcswcs (const wchar_t *__restrict __haystack, const wchar_t *__restrict __needle) 388 const wchar_t **__restrict __src, 447 wchar_t **__restrict __endptr, 497 wchar_t **__restrict __endptr, 502 wchar_t **__restrict __endptr, 674 __FILE *__restrict __stream); 681 __FILE *__restrict __stream); 741 __FILE *__restrict __stream); [all …]
|
A D | stdio.h | 312 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW; 316 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, 324 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf, 356 extern int vfprintf (FILE *__restrict __s, const char *__restrict __format, 365 extern int vsprintf (char *__restrict __s, const char *__restrict __format, 388 extern int vasprintf (char **__restrict __ptr, const char *__restrict __f, 447 extern int vfscanf (FILE *__restrict __s, const char *__restrict __format, 569 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream) 633 extern int fputs (const char *__restrict __s, FILE *__restrict __stream); 752 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos); [all …]
|
A D | stdlib.h | 181 char **__restrict __endptr) 193 char **__restrict __endptr) 268 char **__restrict __endptr, 281 char **__restrict __endptr, 295 char **__restrict __endptr, 798 int *__restrict __decpt, int *__restrict __sign) 801 int *__restrict __decpt, int *__restrict __sign) 810 int *__restrict __sign, char *__restrict __buf, 813 int *__restrict __sign, char *__restrict __buf, 817 int *__restrict __decpt, int *__restrict __sign, [all …]
|
A D | inttypes.h | 335 __NTH (strtoimax (const char *__restrict nptr, char **__restrict endptr, 342 __restrict __nptr, 348 __NTH (strtoumax (const char *__restrict nptr, char **__restrict endptr, 367 __restrict __nptr, 389 __NTH (strtoimax (const char *__restrict nptr, char **__restrict endptr, 397 __restrict __nptr, 399 __restrict __endptr, 405 __NTH (strtoumax (const char *__restrict nptr, char **__restrict endptr, 413 __restrict __nptr, 428 __restrict __nptr, [all …]
|
A D | spawn.h | 86 const char *__restrict __path, 122 __restrict __attr, in posix_spawnattr_getsigdefault() 123 sigset_t *__restrict __sigdefault) in posix_spawnattr_getsigdefault() 132 const sigset_t *__restrict in posix_spawnattr_setsigdefault() 162 short int *__restrict __flags) in posix_spawnattr_getflags() 202 __restrict __attr, in posix_spawnattr_getschedpolicy() 203 int *__restrict __schedpolicy) in posix_spawnattr_getschedpolicy() 230 __restrict __attr, in posix_spawnattr_getschedparam() 231 struct sched_param *__restrict in posix_spawnattr_getschedparam() 242 __restrict __schedparam) in posix_spawnattr_setschedparam() [all …]
|
A D | glob.h | 114 int (*gl_lstat) (const char *__restrict, struct stat *__restrict); 115 int (*gl_stat) (const char *__restrict, struct stat *__restrict); 117 int (*gl_lstat) (const char *__restrict, void *__restrict); 118 int (*gl_stat) (const char *__restrict, void *__restrict); 147 int (*gl_lstat) (const char *__restrict, struct stat64 *__restrict); 148 int (*gl_stat) (const char *__restrict, struct stat64 *__restrict); 150 int (*gl_lstat) (const char *__restrict, void *__restrict); 151 int (*gl_stat) (const char *__restrict, void *__restrict); 174 glob_t *__restrict __pglob) __THROW; 184 glob_t *__restrict __pglob), glob64); [all …]
|
A D | pwd.h | 103 FILE *__restrict __f); 141 char *__restrict __buffer, size_t __buflen, 142 struct passwd **__restrict __result); 147 struct passwd *__restrict __resultbuf, 149 struct passwd **__restrict __result); 153 struct passwd *__restrict __resultbuf, 155 struct passwd **__restrict __result); 167 extern int fgetpwent_r (FILE *__restrict __stream, 168 struct passwd *__restrict __resultbuf, 169 char *__restrict __buffer, size_t __buflen, [all …]
|
A D | grp.h | 95 FILE *__restrict __f); 133 char *__restrict __buffer, size_t __buflen, 134 struct group **__restrict __result); 143 char *__restrict __buffer, size_t __buflen, 144 struct group **__restrict __result); 152 struct group *__restrict __resultbuf, 154 struct group **__restrict __result); 165 extern int fgetgrent_r (FILE *__restrict __stream, 166 struct group *__restrict __resultbuf, 167 char *__restrict __buffer, size_t __buflen, [all …]
|
A D | string.h | 52 extern void *memccpy (void *__restrict __dest, const void *__restrict __src, 91 extern char *strcpy (char *__restrict __dest, const char *__restrict __src) 101 extern char *strcat (char *__restrict __dest, const char *__restrict __src) 105 extern char *strncat (char *__restrict __dest, const char *__restrict __src, 224 extern char *strtok (char *__restrict __s, const char *__restrict __delim) 234 char **__restrict __save_ptr) 238 extern char *strtok_r (char *__restrict __s, const char *__restrict __delim, 433 extern char *__stpcpy (char *__restrict __dest, const char *__restrict __src) 436 extern char *stpcpy (char *__restrict __dest, const char *__restrict __src) 478 extern size_t strlcat(char *__restrict dst, const char *__restrict src, [all …]
|
A D | time.h | 208 const char *__restrict __format, 209 const struct tm *__restrict __tp) __THROW; 227 const char *__restrict __format, 228 const struct tm *__restrict __tp, 257 struct tm *__restrict __tp) __THROW; 262 struct tm *__restrict __tp) __THROW; 283 char *__restrict __buf) __THROW; 288 char *__restrict __buf) __THROW; 386 struct sigevent *__restrict __evp, 387 timer_t *__restrict __timerid) __THROW; [all …]
|
A D | dirent.h | 188 struct dirent *__restrict __entry, 195 (DIR *__restrict __dirp, 196 struct dirent *__restrict __entry, 197 struct dirent **__restrict __result), 206 struct dirent64 *__restrict __entry, 207 struct dirent64 **__restrict __result) 267 (const char *__restrict __dir, 321 __off_t *__restrict __basep) 326 (int __fd, char *__restrict __buf, 328 __off64_t *__restrict __basep), [all …]
|
A D | dlfcn.h | 66 extern void *dlsym (void *__restrict __handle, 67 const char *__restrict __name) __THROW __nonnull ((2)); 75 extern void *dlvsym (void *__restrict __handle, 76 const char *__restrict __name, 77 const char *__restrict __version) 126 extern int dlinfo (void *__restrict __handle, 127 int __request, void *__restrict __arg)
|
A D | signal.h | 282 extern int sigprocmask (int __how, const sigset_t *__restrict __set, 283 sigset_t *__restrict __oset) __THROW; 299 struct sigaction *__restrict __oact) __THROW; 343 extern int sigwait (const sigset_t *__restrict __set, int *__restrict __sig) 351 extern int sigwaitinfo (const sigset_t *__restrict __set, 352 siginfo_t *__restrict __info) __nonnull ((1)); 362 extern int sigtimedwait (const sigset_t *__restrict __set, 363 siginfo_t *__restrict __info, 364 const struct timespec *__restrict __timeout) 456 extern int sigaltstack (const struct sigaltstack *__restrict __ss, [all …]
|
A D | regexp.h | 104 compile (char *__restrict instring, char *__restrict expbuf, in compile() 105 const char *__restrict endbuf, int eof) in compile() 218 extern int step (const char *__restrict __string, 219 const char *__restrict __expbuf) __THROW; 224 extern int advance (const char *__restrict __string, 225 const char *__restrict __expbuf) __THROW;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | pthread.h | 166 void *__restrict __arg) __THROW; 224 __attr, int *__restrict __policy) 233 __attr, int *__restrict __inherit) 242 int *__restrict __scope) __THROW; 278 void **__restrict __stackaddr, 310 int *__restrict __policy, 361 __restrict __attr, 409 const struct timespec *__restrict 422 __restrict __attr, 482 __restrict __attr, [all …]
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread.h | 173 void *__restrict __arg) __THROW; 231 __attr, int *__restrict __policy) 240 __attr, int *__restrict __inherit) 249 int *__restrict __scope) __THROW; 285 void **__restrict __stackaddr, 317 int *__restrict __policy, 368 __restrict __attr, 429 __restrict __attr, 430 int *__restrict __pshared) __THROW; 489 __restrict __attr, [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | pthread.h | 166 void *__restrict __arg) __THROW; 224 __attr, int *__restrict __policy) 233 __attr, int *__restrict __inherit) 242 int *__restrict __scope) __THROW; 278 void **__restrict __stackaddr, 314 int *__restrict __policy, 370 __restrict __attr, 423 const struct timespec *__restrict 439 __restrict __attr, 499 __restrict __attr, [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread.h | 343 int *__restrict __scope) 423 int *__restrict __policy, 756 __restrict __mutex, 792 __restrict __attr, 816 __restrict __attr, 828 __restrict __attr, 920 __restrict __attr, 931 __restrict __attr, 994 __restrict __attr, 1005 __restrict __attr, [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | stdlib.c | 263 long __XL_NPP(strtol)(const char * __restrict str, char ** __restrict endptr, in __XL_NPP() 289 char ** __restrict endptr, int base in strong_alias() 309 char ** __restrict endptr, int base in strong_alias() 335 char ** __restrict endptr, int base in strong_alias() 406 Wchar ** __restrict endptr, int base, in strong_alias() 551 Wchar ** __restrict endptr, int base, in _stdlib_strto_ll() 894 int mbtowc(wchar_t *__restrict pwc, register const char *__restrict s, size_t n) in mbtowc() 946 size_t mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) in mbstowcs() 962 size_t wcstombs(char * __restrict s, const wchar_t * __restrict pwcs, size_t n) in wcstombs() 994 wchar_t ** __restrict endptr, int base in strong_alias() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | select.h | 108 extern int select (int __nfds, fd_set *__restrict __readfds, 109 fd_set *__restrict __writefds, 110 fd_set *__restrict __exceptfds, 111 struct timeval *__restrict __timeout); 124 extern int pselect (int __nfds, fd_set *__restrict __readfds, 125 fd_set *__restrict __writefds, 126 fd_set *__restrict __exceptfds, 127 const struct timespec *__restrict __timeout, 128 const __sigset_t *__restrict __sigmask);
|
A D | stat.h | 208 extern int stat (const char *__restrict __file, 219 struct stat *__restrict __buf), stat64) 229 extern int stat64 (const char *__restrict __file, 242 struct stat *__restrict __buf, int __flag) 248 struct stat *__restrict __buf, 258 struct stat64 *__restrict __buf, int __flag) 268 extern int lstat (const char *__restrict __file, 274 (const char *__restrict __file, 275 struct stat *__restrict __buf), lstat64) 282 extern int lstat64 (const char *__restrict __file, [all …]
|
A D | socket.h | 70 # define __SOCKADDR_ARG struct sockaddr *__restrict 90 # define __SOCKADDR_ONETYPE(type) struct type *__restrict __##type##__; 94 # define __SOCKADDR_ONETYPE(type) const struct type *__restrict __##type##__; 121 socklen_t *__restrict __len) __THROW; 137 socklen_t *__restrict __len) __THROW; 175 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n, 177 socklen_t *__restrict __addr_len); 206 void *__restrict __optval, 207 socklen_t *__restrict __optlen) __THROW; 232 socklen_t *__restrict __addr_len); [all …]
|
A D | statvfs.h | 51 extern int statvfs (const char *__restrict __file, 52 struct statvfs *__restrict __buf) 58 (const char *__restrict __file, 59 struct statvfs *__restrict __buf), statvfs64) 66 extern int statvfs64 (const char *__restrict __file, 67 struct statvfs64 *__restrict __buf)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/ |
A D | pwd_grp.c | 69 int fgetpwent_r(FILE *__restrict stream, struct passwd *__restrict resultbuf, in fgetpwent_r() 70 char *__restrict buffer, size_t buflen, in fgetpwent_r() 71 struct passwd **__restrict result) in fgetpwent_r() 91 int fgetgrent_r(FILE *__restrict stream, struct group *__restrict resultbuf, in libc_hidden_def() 93 struct group **__restrict result) in libc_hidden_def() 112 int fgetspent_r(FILE *__restrict stream, struct spwd *__restrict resultbuf, in libc_hidden_def() 114 struct spwd **__restrict result) in libc_hidden_def() 447 struct passwd **__restrict result) in getpwent_r() 503 struct group **__restrict result) in getgrent_r() 756 int putpwent(const struct passwd *__restrict p, FILE *__restrict f) in putpwent() [all …]
|