HomeSort by relevance Sort by last modified time
    Searched refs:__restrict (Results 76 - 100 of 363) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fputws.c 41 const wchar_t * __restrict ws;
42 FILE * __restrict fp;
fwprintf.c 39 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...)
fwscanf.c 34 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...)
swprintf.c 35 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...)
swscanf.c 34 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...)
  /external/clang/test/PCH/
pr4489.c 9 extern int fprintf (struct _IO_FILE *__restrict __stream,
10 __const char *__restrict __format, ...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigthread.h 32 __const __sigset_t *__restrict __newmask,
33 __sigset_t *__restrict __oldmask)__THROW;
string3.h 49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src,
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src,
64 __NTH (mempcpy (void *__restrict __dest, __const void *__restrict __src,
91 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest,
105 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigthread.h 32 __const __sigset_t *__restrict __newmask,
33 __sigset_t *__restrict __oldmask)__THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigthread.h 32 __const __sigset_t *__restrict __newmask,
33 __sigset_t *__restrict __oldmask)__THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 144 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
145 __const wchar_t *__restrict __src) __THROW;
147 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
148 __const wchar_t *__restrict __src, size_t __n)
152 extern wchar_t *wcscat (wchar_t *__restrict __dest,
153 __const wchar_t *__restrict __src) __THROW;
155 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
156 __const wchar_t *__restrict __src, size_t __n)
193 extern size_t wcsxfrm (wchar_t *__restrict __s1,
194 __const wchar_t *__restrict __s2, size_t __n) __THROW
    [all...]
stdlib.h 165 extern double strtod (__const char *__restrict __nptr,
166 char **__restrict __endptr)
173 extern float strtof (__const char *__restrict __nptr,
174 char **__restrict __endptr) __THROW __nonnull ((1)) __wur;
176 extern long double strtold (__const char *__restrict __nptr,
177 char **__restrict __endptr)
184 extern long int strtol (__const char *__restrict __nptr,
185 char **__restrict __endptr, int __base)
188 extern unsigned long int strtoul (__const char *__restrict __nptr,
189 char **__restrict __endptr, int __base
    [all...]
mntent.h 76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
77 struct mntent *__restrict __result,
78 char *__restrict __buffer,
84 extern int addmntent (FILE *__restrict __stream,
85 __const struct mntent *__restrict __mnt) __THROW;
inttypes.h 305 extern intmax_t strtoimax (__const char *__restrict __nptr,
306 char **__restrict __endptr, int __base) __THROW;
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
310 char ** __restrict __endptr, int __base) __THROW;
313 extern intmax_t wcstoimax (__const __gwchar_t *__restrict __nptr,
314 __gwchar_t **__restrict __endptr, int __base)
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
319 __gwchar_t ** __restrict __endptr, int __base)
326 extern long int __strtol_internal (__const char *__restrict __nptr,
327 char **__restrict __endptr
    [all...]
dlfcn.h 65 extern void *dlsym (void *__restrict __handle,
66 __const char *__restrict __name) __THROW __nonnull ((2));
74 extern void *dlvsym (void *__restrict __handle,
75 __const char *__restrict __name,
76 __const char *__restrict __version)
124 extern int dlinfo (void *__restrict __handle,
125 int __request, void *__restrict __arg)
stropts.h 51 extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr,
52 struct strbuf *__restrict __dataptr,
53 int *__restrict __flagsp);
60 extern int getpmsg (int __fildes, struct strbuf *__restrict __ctlptr,
61 struct strbuf *__restrict __dataptr,
62 int *__restrict __bandp, int *__restrict __flagsp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 165 extern double strtod (__const char *__restrict __nptr,
166 char **__restrict __endptr)
173 extern float strtof (__const char *__restrict __nptr,
174 char **__restrict __endptr) __THROW __nonnull ((1)) __wur;
176 extern long double strtold (__const char *__restrict __nptr,
177 char **__restrict __endptr)
184 extern long int strtol (__const char *__restrict __nptr,
185 char **__restrict __endptr, int __base)
188 extern unsigned long int strtoul (__const char *__restrict __nptr,
189 char **__restrict __endptr, int __base
    [all...]
mntent.h 76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
77 struct mntent *__restrict __result,
78 char *__restrict __buffer,
84 extern int addmntent (FILE *__restrict __stream,
85 __const struct mntent *__restrict __mnt) __THROW;
inttypes.h 305 extern intmax_t strtoimax (__const char *__restrict __nptr,
306 char **__restrict __endptr, int __base) __THROW;
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
310 char ** __restrict __endptr, int __base) __THROW;
313 extern intmax_t wcstoimax (__const __gwchar_t *__restrict __nptr,
314 __gwchar_t **__restrict __endptr, int __base)
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
319 __gwchar_t ** __restrict __endptr, int __base)
326 extern long int __strtol_internal (__const char *__restrict __nptr,
327 char **__restrict __endptr
    [all...]
dlfcn.h 65 extern void *dlsym (void *__restrict __handle,
66 __const char *__restrict __name) __THROW __nonnull ((2));
74 extern void *dlvsym (void *__restrict __handle,
75 __const char *__restrict __name,
76 __const char *__restrict __version)
124 extern int dlinfo (void *__restrict __handle,
125 int __request, void *__restrict __arg)
stropts.h 51 extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr,
52 struct strbuf *__restrict __dataptr,
53 int *__restrict __flagsp);
60 extern int getpmsg (int __fildes, struct strbuf *__restrict __ctlptr,
61 struct strbuf *__restrict __dataptr,
62 int *__restrict __bandp, int *__restrict __flagsp);
dirent.h 185 extern int readdir_r (DIR *__restrict __dirp,
186 struct dirent *__restrict __entry,
187 struct dirent **__restrict __result)
192 (DIR *__restrict __dirp,
193 struct dirent *__restrict __entry,
194 struct dirent **__restrict __result),
202 extern int readdir64_r (DIR *__restrict __dirp,
203 struct dirent64 *__restrict __entry,
204 struct dirent64 **__restrict __result)
256 extern int scandir (__const char *__restrict __dir
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 107 extern int select (int __nfds, fd_set *__restrict __readfds,
108 fd_set *__restrict __writefds,
109 fd_set *__restrict __exceptfds,
110 struct timeval *__restrict __timeout);
119 extern int pselect (int __nfds, fd_set *__restrict __readfds,
120 fd_set *__restrict __writefds,
121 fd_set *__restrict __exceptfds,
122 const struct timespec *__restrict __timeout,
123 const __sigset_t *__restrict __sigmask);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 107 extern int select (int __nfds, fd_set *__restrict __readfds,
108 fd_set *__restrict __writefds,
109 fd_set *__restrict __exceptfds,
110 struct timeval *__restrict __timeout);
119 extern int pselect (int __nfds, fd_set *__restrict __readfds,
120 fd_set *__restrict __writefds,
121 fd_set *__restrict __exceptfds,
122 const struct timespec *__restrict __timeout,
123 const __sigset_t *__restrict __sigmask);
  /bionic/libc/bionic/
__stpncpy_chk.cpp 46 extern "C" char* __stpncpy_chk(char* __restrict dest, const char* __restrict src,
64 extern "C" char* __stpncpy_chk2(char* __restrict dst, const char* __restrict src,

Completed in 1227 milliseconds

1 2 34 5 6 7 8 91011>>