HomeSort by relevance Sort by last modified time
    Searched refs:__const (Results 126 - 150 of 442) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
dirent.h 135 extern DIR *opendir (__const char *__name) __nonnull ((1));
252 extern int scandir (__const char *__restrict __dir,
254 int (*__selector) (__const struct dirent *),
255 int (*__cmp) (__const struct dirent **,
256 __const struct dirent **))
261 (__const char *__restrict __dir,
263 int (*__selector) (__const struct dirent *),
264 int (*__cmp) (__const struct dirent **,
265 __const struct dirent **)),
275 extern int scandir64 (__const char *__restrict __dir
    [all...]
time.h 147 __const char *tm_zone; /* Timezone abbreviation. */
150 __const char *__tm_zone; /* Timezone abbreviation. */
200 __const char *__restrict __format,
201 __const struct tm *__restrict __tp) __THROW;
207 extern char *strptime (__const char *__restrict __s,
208 __const char *__restrict __fmt, struct tm *__tp)
218 __const char *__restrict __format,
219 __const struct tm *__restrict __tp,
224 extern char *strptime_l (__const char *__restrict __s,
225 __const char *__restrict __fmt, struct tm *__tp
    [all...]
fstab.h 72 extern struct fstab *getfsspec (__const char *__name) __THROW;
73 extern struct fstab *getfsfile (__const char *__name) __THROW;
iconv.h 38 extern iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
ucontext.h 35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
40 __const ucontext_t *__restrict __ucp) __THROW;
assert.h 71 extern void __assert_fail (__const char *__assertion, __const char *__file,
72 unsigned int __line, __const char *__function)
76 extern void __assert_perror_fail (int __errnum, __const char *__file,
78 __const char *__function)
114 # define __ASSERT_FUNCTION ((__const char *) 0)
stropts.h 73 extern int putmsg (int __fildes, __const struct strbuf *__ctlptr,
74 __const struct strbuf *__dataptr, int __flags);
80 extern int putpmsg (int __fildes, __const struct strbuf *__ctlptr,
81 __const struct strbuf *__dataptr, int __band, int __flags);
85 extern int fattach (int __fildes, __const char *__path) __THROW;
88 extern int fdetach (__const char *__path) __THROW;
signal.h 150 extern void psignal (int __sig, __const char *__s);
155 extern void psiginfo (__const siginfo_t *__pinfo, __const char *__s);
234 extern int sigismember (__const sigset_t *__set, int __signo)
239 extern int sigisemptyset (__const sigset_t *__set) __THROW __nonnull ((1));
242 extern int sigandset (sigset_t *__set, __const sigset_t *__left,
243 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
246 extern int sigorset (sigset_t *__set, __const sigset_t *__left,
247 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
255 extern int sigprocmask (int __how, __const sigset_t *__restrict __set
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
aio.h 139 extern void aio_init (__const struct aioinit *__init) __THROW __nonnull ((1));
151 struct aiocb *__const __list[__restrict_arr],
156 extern int aio_error (__const struct aiocb *__aiocbp) __THROW __nonnull ((1));
169 extern int aio_suspend (__const struct aiocb *__const __list[], int __nent,
170 __const struct timespec *__restrict __timeout)
186 struct aiocb *__const __list[__restrict_arr],
190 extern int __REDIRECT_NTH (aio_error, (__const struct aiocb *__aiocbp),
200 (__const struct aiocb *__const __list[], int __nent
    [all...]
dirent.h 135 extern DIR *opendir (__const char *__name) __nonnull ((1));
252 extern int scandir (__const char *__restrict __dir,
254 int (*__selector) (__const struct dirent *),
255 int (*__cmp) (__const struct dirent **,
256 __const struct dirent **))
261 (__const char *__restrict __dir,
263 int (*__selector) (__const struct dirent *),
264 int (*__cmp) (__const struct dirent **,
265 __const struct dirent **)),
275 extern int scandir64 (__const char *__restrict __dir
    [all...]
time.h 147 __const char *tm_zone; /* Timezone abbreviation. */
150 __const char *__tm_zone; /* Timezone abbreviation. */
200 __const char *__restrict __format,
201 __const struct tm *__restrict __tp) __THROW;
207 extern char *strptime (__const char *__restrict __s,
208 __const char *__restrict __fmt, struct tm *__tp)
218 __const char *__restrict __format,
219 __const struct tm *__restrict __tp,
224 extern char *strptime_l (__const char *__restrict __s,
225 __const char *__restrict __fmt, struct tm *__tp
    [all...]
fstab.h 72 extern struct fstab *getfsspec (__const char *__name) __THROW;
73 extern struct fstab *getfsfile (__const char *__name) __THROW;
iconv.h 38 extern iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
ucontext.h 35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
40 __const ucontext_t *__restrict __ucp) __THROW;
assert.h 71 extern void __assert_fail (__const char *__assertion, __const char *__file,
72 unsigned int __line, __const char *__function)
76 extern void __assert_perror_fail (int __errnum, __const char *__file,
78 __const char *__function)
114 # define __ASSERT_FUNCTION ((__const char *) 0)
stropts.h 73 extern int putmsg (int __fildes, __const struct strbuf *__ctlptr,
74 __const struct strbuf *__dataptr, int __flags);
80 extern int putpmsg (int __fildes, __const struct strbuf *__ctlptr,
81 __const struct strbuf *__dataptr, int __band, int __flags);
85 extern int fattach (int __fildes, __const char *__path) __THROW;
88 extern int fdetach (__const char *__path) __THROW;
signal.h 150 extern void psignal (int __sig, __const char *__s);
155 extern void psiginfo (__const siginfo_t *__pinfo, __const char *__s);
234 extern int sigismember (__const sigset_t *__set, int __signo)
239 extern int sigisemptyset (__const sigset_t *__set) __THROW __nonnull ((1));
242 extern int sigandset (sigset_t *__set, __const sigset_t *__left,
243 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
246 extern int sigorset (sigset_t *__set, __const sigset_t *__left,
247 __const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
255 extern int sigprocmask (int __how, __const sigset_t *__restrict __set
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mqueue2.h 26 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
28 extern mqd_t __mq_open_2 (__const char *__name, int __oflag) __nonnull ((1));
29 extern mqd_t __REDIRECT (__mq_open_alias, (__const char *__name, int __oflag, ...),
37 mq_open (__const char *__name, int __oflag, ...)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
time.h 79 extern int settimeofday (__const struct timeval *__tv,
80 __const struct timezone *__tz)
87 extern int adjtime (__const struct timeval *__delta,
134 __const struct itimerval *__restrict __new,
140 extern int utimes (__const char *__file, __const struct timeval __tvp[2])
145 extern int lutimes (__const char *__file, __const struct timeval __tvp[2])
149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
156 extern int futimesat (int __fd, __const char *__file
    [all...]
poll.h 68 __const struct timespec *__timeout,
69 __const __sigset_t *__ss);
stat.h 209 extern int stat (__const char *__restrict __file,
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
228 extern int stat64 (__const char *__restrict __file,
238 extern int fstatat (int __fd, __const char *__restrict __file,
243 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
253 extern int fstatat64 (int __fd, __const char *__restrict __file,
263 extern int lstat (__const char *__restrict __file,
268 (__const char *__restrict __file,
276 extern int lstat64 (__const char *__restrict __file,
284 extern int chmod (__const char *__file, __mode_t __mode
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 79 extern int settimeofday (__const struct timeval *__tv,
80 __const struct timezone *__tz)
87 extern int adjtime (__const struct timeval *__delta,
134 __const struct itimerval *__restrict __new,
140 extern int utimes (__const char *__file, __const struct timeval __tvp[2])
145 extern int lutimes (__const char *__file, __const struct timeval __tvp[2])
149 extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
156 extern int futimesat (int __fd, __const char *__file
    [all...]
poll.h 68 __const struct timespec *__timeout,
69 __const __sigset_t *__ss);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
in.h 400 (((__const uint32_t *) (a))[0] == 0 \
401 && ((__const uint32_t *) (a))[1] == 0 \
402 && ((__const uint32_t *) (a))[2] == 0 \
403 && ((__const uint32_t *) (a))[3] == 0)
406 (((__const uint32_t *) (a))[0] == 0 \
407 && ((__const uint32_t *) (a))[1] == 0 \
408 && ((__const uint32_t *) (a))[2] == 0 \
409 && ((__const uint32_t *) (a))[3] == htonl (1))
411 #define IN6_IS_ADDR_MULTICAST(a) (((__const uint8_t *) (a))[0] == 0xff)
414 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 400 (((__const uint32_t *) (a))[0] == 0 \
401 && ((__const uint32_t *) (a))[1] == 0 \
402 && ((__const uint32_t *) (a))[2] == 0 \
403 && ((__const uint32_t *) (a))[3] == 0)
406 (((__const uint32_t *) (a))[0] == 0 \
407 && ((__const uint32_t *) (a))[1] == 0 \
408 && ((__const uint32_t *) (a))[2] == 0 \
409 && ((__const uint32_t *) (a))[3] == htonl (1))
411 #define IN6_IS_ADDR_MULTICAST(a) (((__const uint8_t *) (a))[0] == 0xff)
414 ((((__const uint32_t *) (a))[0] & htonl (0xffc00000))
    [all...]

Completed in 1053 milliseconds

1 2 3 4 56 7 8 91011>>