HomeSort by relevance Sort by last modified time
    Searched full:__const (Results 176 - 200 of 721) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Analysis/inlining/
inline-defensive-checks.cpp 4 extern void __assert_fail (__const char *__assertion, __const char *__file,
5 unsigned int __line, __const char *__function)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdlib.h 24 extern char *__realpath_chk (__const char *__restrict __name,
28 (__const char *__restrict __name,
31 (__const char *__restrict __name,
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved))
100 __const char *__restrict __src,
104 __const char *__restrict __src,
108 __const char *__restrict __src,
114 __NTH (mbstowcs (wchar_t *__restrict __dst, __const char *__restrict __src,
132 __const wchar_t *__restrict __src,
136 __const wchar_t *__restrict __src
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 24 extern char *__realpath_chk (__const char *__restrict __name,
28 (__const char *__restrict __name,
31 (__const char *__restrict __name,
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved))
100 __const char *__restrict __src,
104 __const char *__restrict __src,
108 __const char *__restrict __src,
114 __NTH (mbstowcs (wchar_t *__restrict __dst, __const char *__restrict __src,
132 __const wchar_t *__restrict __src,
136 __const wchar_t *__restrict __src
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 24 extern char *__realpath_chk (__const char *__restrict __name,
28 (__const char *__restrict __name,
31 (__const char *__restrict __name,
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved))
100 __const char *__restrict __src,
104 __const char *__restrict __src,
108 __const char *__restrict __src,
114 __NTH (mbstowcs (wchar_t *__restrict __dst, __const char *__restrict __src,
132 __const wchar_t *__restrict __src,
136 __const wchar_t *__restrict __src
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 305 extern intmax_t strtoimax (__const char *__restrict __nptr,
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
313 extern intmax_t wcstoimax (__const __gwchar_t *__restrict __nptr,
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
326 extern long int __strtol_internal (__const char *__restrict __nptr,
332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr,
338 extern unsigned long int __strtoul_internal (__const char *
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr,
351 extern long int __wcstol_internal (__const __gwchar_t * __restrict __nptr,
357 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr
    [all...]
printf.h 69 __const struct printf_info *__info,
70 __const void *__const *__args);
80 typedef int printf_arginfo_size_function (__const struct printf_info *__info,
86 typedef int printf_arginfo_function (__const struct printf_info *__info,
116 extern int register_printf_modifier (__const wchar_t *__str) __wur __THROW;
136 extern size_t parse_printf_format (__const char *__restrict __fmt, size_t __n,
176 __const struct printf_info *__info,
177 __const void *__const *__restrict __args) __THROW
    [all...]
search.h 55 typedef int (*__compar_fn_t) (__const void *, __const void *);
130 extern void *tsearch (__const void *__key, void **__rootp,
135 extern void *tfind (__const void *__key, void *__const *__rootp,
139 extern void *tdelete (__const void *__restrict __key,
145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,
151 extern void twalk (__const void *__root, __action_fn_t __action);
165 extern void *lfind (__const void *__key, __const void *__base
    [all...]
gconv.h 72 __const unsigned char **, __const unsigned char *,
86 __const unsigned char *,
87 __const unsigned char **,
88 __const unsigned char *, unsigned char **,
92 typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *,
93 __const unsigned char *,
97 typedef int (*__gconv_trans_query_fct) (__const char *, __const char ***,
119 __const char *__modname
    [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...]
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 305 extern intmax_t strtoimax (__const char *__restrict __nptr,
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
313 extern intmax_t wcstoimax (__const __gwchar_t *__restrict __nptr,
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
326 extern long int __strtol_internal (__const char *__restrict __nptr,
332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr,
338 extern unsigned long int __strtoul_internal (__const char *
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr,
351 extern long int __wcstol_internal (__const __gwchar_t * __restrict __nptr,
357 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr
    [all...]
printf.h 69 __const struct printf_info *__info,
70 __const void *__const *__args);
80 typedef int printf_arginfo_size_function (__const struct printf_info *__info,
86 typedef int printf_arginfo_function (__const struct printf_info *__info,
116 extern int register_printf_modifier (__const wchar_t *__str) __wur __THROW;
136 extern size_t parse_printf_format (__const char *__restrict __fmt, size_t __n,
176 __const struct printf_info *__info,
177 __const void *__const *__restrict __args) __THROW
    [all...]
search.h 55 typedef int (*__compar_fn_t) (__const void *, __const void *);
130 extern void *tsearch (__const void *__key, void **__rootp,
135 extern void *tfind (__const void *__key, void *__const *__rootp,
139 extern void *tdelete (__const void *__restrict __key,
145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,
151 extern void twalk (__const void *__root, __action_fn_t __action);
165 extern void *lfind (__const void *__key, __const void *__base
    [all...]
gconv.h 73 __const unsigned char **, __const unsigned char *,
87 __const unsigned char *,
88 __const unsigned char **,
89 __const unsigned char *, unsigned char **,
93 typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *,
94 __const unsigned char *,
98 typedef int (*__gconv_trans_query_fct) (__const char *, __const char ***,
120 __const char *__modname
    [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...]
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;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h 277 extern CLIENT *clntraw_create (__const u_long __prog, __const u_long __vers)
291 extern CLIENT *clnt_create (__const char *__host, __const u_long __prog,
292 __const u_long __vers, __const char *__prot)
359 extern int callrpc (__const char *__host, __const u_long __prognum,
360 __const u_long __versnum, __const u_long __procnum
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 277 extern CLIENT *clntraw_create (__const u_long __prog, __const u_long __vers)
291 extern CLIENT *clnt_create (__const char *__host, __const u_long __prog,
292 __const u_long __vers, __const char *__prot)
359 extern int callrpc (__const char *__host, __const u_long __prognum,
360 __const u_long __versnum, __const u_long __procnum
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
inet.h 35 extern in_addr_t inet_addr (__const char *__cp) __THROW;
50 extern in_addr_t inet_network (__const char *__cp) __THROW;
59 extern int inet_pton (int __af, __const char *__restrict __cp,
65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
74 extern int inet_aton (__const char *__cp, struct in_addr *__inp) __THROW;
83 extern char *inet_net_ntop (int __af, __const void *__cp, int __bits,
89 extern int inet_net_pton (int __af, __const char *__cp,
95 extern unsigned int inet_nsap_addr (__const char *__cp,
100 extern char *inet_nsap_ntoa (int __len, __const unsigned char *__cp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
inet.h 35 extern in_addr_t inet_addr (__const char *__cp) __THROW;
50 extern in_addr_t inet_network (__const char *__cp) __THROW;
59 extern int inet_pton (int __af, __const char *__restrict __cp,
65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
74 extern int inet_aton (__const char *__cp, struct in_addr *__inp) __THROW;
83 extern char *inet_net_ntop (int __af, __const void *__cp, int __bits,
89 extern int inet_net_pton (int __af, __const char *__cp,
95 extern unsigned int inet_nsap_addr (__const char *__cp,
100 extern char *inet_nsap_ntoa (int __len, __const unsigned char *__cp
    [all...]

Completed in 370 milliseconds

1 2 3 4 5 6 78 91011>>