Home
last modified time | relevance | path

Searched refs:__THROW (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdlib.h97 extern size_t __ctype_get_mb_cur_max (void) __THROW __wur;
102 __THROW __attribute_pure__ __nonnull ((1)) __wur;
105 __THROW __attribute_pure__ __nonnull ((1)) __wur;
108 __THROW __attribute_pure__ __nonnull ((1)) __wur;
113 __THROW __attribute_pure__ __nonnull ((1)) __wur;
119 __THROW __nonnull ((1));
124 char **__restrict __endptr) __THROW __nonnull ((1));
128 __THROW __nonnull ((1));
136 __THROW __nonnull ((1));
142 __THROW __nonnull ((1));
[all …]
H A Dresolv.h178 void fp_nquery (const unsigned char *, int, FILE *) __THROW;
179 void fp_query (const unsigned char *, FILE *) __THROW;
180 const char * hostalias (const char *) __THROW;
181 void p_query (const unsigned char *) __THROW;
182 void res_close (void) __THROW;
183 int res_init (void) __THROW;
184 int res_isourserver (const struct sockaddr_in *) __THROW;
187 unsigned char *, int) __THROW;
189 __THROW;
191 unsigned char *, int) __THROW;
[all …]
H A Dstring.h44 size_t __n) __THROW __nonnull ((1, 2));
48 __THROW __nonnull ((1, 2));
56 __THROW __nonnull ((1, 2)) __attr_access ((__write_only__, 1, 4));
61 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
65 __THROW __attribute_pure__ __nonnull ((1, 2));
72 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
74 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
78 memchr (void *__s, int __c, size_t __n) __THROW in memchr()
84 memchr (const void *__s, int __c, size_t __n) __THROW in memchr()
92 __THROW __attribute_pure__ __nonnull ((1));
[all …]
H A Dunistd.h287 extern int access (const char *__name, int __type) __THROW __nonnull ((1));
293 __THROW __nonnull ((1));
297 __THROW __nonnull ((1));
305 __THROW __nonnull ((2)) __wur;
334 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
346 __THROW;
426 extern int pipe (int __pipedes[2]) __THROW __wur;
431 extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur;
441 extern unsigned int alarm (unsigned int __seconds) __THROW;
462 __THROW;
[all …]
H A Dwchar.h89 __THROW __nonnull ((1, 2));
94 __THROW __nonnull ((1, 2));
99 __THROW __nonnull ((1, 2));
103 __THROW __nonnull ((1, 2));
107 __THROW __attribute_pure__ __nonnull ((1, 2));
110 __THROW __attribute_pure__ __nonnull ((1, 2));
114 extern int wcscasecmp (const wchar_t *__s1, const wchar_t *__s2) __THROW;
118 size_t __n) __THROW;
123 locale_t __loc) __THROW;
126 size_t __n, locale_t __loc) __THROW;
[all …]
H A Dpthread.h222 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
249 extern int pthread_detach (pthread_t __th) __THROW;
253 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
257 __THROW __attribute__ ((__const__));
265 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
269 __THROW __nonnull ((1));
274 __THROW __nonnull ((1, 2));
279 __THROW __nonnull ((1));
285 __THROW __nonnull ((1, 2));
290 __THROW __nonnull ((1));
[all …]
H A Dsignal.h78 __THROW;
81 __THROW;
89 __THROW;
105 __THROW;
112 extern int kill (__pid_t __pid, int __sig) __THROW;
119 extern int killpg (__pid_t __pgrp, int __sig) __THROW;
123 extern int raise (int __sig) __THROW;
128 __THROW;
129 extern int gsignal (int __sig) __THROW;
173 extern int sigblock (int __mask) __THROW __attribute_deprecated__;
[all …]
H A Dtime.h72 extern clock_t clock (void) __THROW;
75 extern time_t time (time_t *__timer) __THROW;
79 __THROW __attribute__ ((__const__));
82 extern time_t mktime (struct tm *__tp) __THROW;
90 const struct tm *__restrict __tp) __THROW;
97 __THROW;
107 locale_t __loc) __THROW;
113 locale_t __loc) __THROW;
119 extern struct tm *gmtime (const time_t *__timer) __THROW;
123 extern struct tm *localtime (const time_t *__timer) __THROW;
[all …]
H A Dfenv.h71 extern int feclearexcept (int __excepts) __THROW;
75 extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW;
78 extern int feraiseexcept (int __excepts) __THROW;
83 extern int fesetexcept (int __excepts) __THROW;
88 extern int fesetexceptflag (const fexcept_t *__flagp, int __excepts) __THROW;
92 extern int fetestexcept (int __excepts) __THROW;
97 extern int fetestexceptflag (const fexcept_t *__flagp, int __excepts) __THROW;
104 extern int fegetround (void) __THROW __attribute_pure__;
107 extern int fesetround (int __rounding_direction) __THROW;
114 extern int fegetenv (fenv_t *__envp) __THROW;
[all …]
H A Dwctype.h52 extern wctrans_t wctrans (const char *__property) __THROW;
55 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
63 extern int iswalnum_l (wint_t __wc, locale_t __locale) __THROW;
69 extern int iswalpha_l (wint_t __wc, locale_t __locale) __THROW;
72 extern int iswcntrl_l (wint_t __wc, locale_t __locale) __THROW;
76 extern int iswdigit_l (wint_t __wc, locale_t __locale) __THROW;
80 extern int iswgraph_l (wint_t __wc, locale_t __locale) __THROW;
85 extern int iswlower_l (wint_t __wc, locale_t __locale) __THROW;
88 extern int iswprint_l (wint_t __wc, locale_t __locale) __THROW;
93 extern int iswpunct_l (wint_t __wc, locale_t __locale) __THROW;
[all …]
H A Dstrings.h35 __THROW __attribute_pure__ __nonnull ((1, 2));
39 __THROW __nonnull ((1, 2));
42 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
49 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
51 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
55 index (char *__s, int __c) __THROW in index()
61 index (const char *__s, int __c) __THROW in index()
69 __THROW __attribute_pure__ __nonnull ((1));
77 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
79 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdlib.h97 extern size_t __ctype_get_mb_cur_max (void) __THROW __wur;
102 __THROW __attribute_pure__ __nonnull ((1)) __wur;
105 __THROW __attribute_pure__ __nonnull ((1)) __wur;
108 __THROW __attribute_pure__ __nonnull ((1)) __wur;
113 __THROW __attribute_pure__ __nonnull ((1)) __wur;
119 __THROW __nonnull ((1));
124 char **__restrict __endptr) __THROW __nonnull ((1));
128 __THROW __nonnull ((1));
136 __THROW __nonnull ((1));
142 __THROW __nonnull ((1));
[all …]
H A Dresolv.h178 void fp_nquery (const unsigned char *, int, FILE *) __THROW;
179 void fp_query (const unsigned char *, FILE *) __THROW;
180 const char * hostalias (const char *) __THROW;
181 void p_query (const unsigned char *) __THROW;
182 void res_close (void) __THROW;
183 int res_init (void) __THROW;
184 int res_isourserver (const struct sockaddr_in *) __THROW;
187 unsigned char *, int) __THROW;
189 __THROW;
191 unsigned char *, int) __THROW;
[all …]
H A Dstring.h44 size_t __n) __THROW __nonnull ((1, 2));
48 __THROW __nonnull ((1, 2));
56 __THROW __nonnull ((1, 2)) __attr_access ((__write_only__, 1, 4));
61 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
65 __THROW __attribute_pure__ __nonnull ((1, 2));
72 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
74 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1));
78 memchr (void *__s, int __c, size_t __n) __THROW in memchr()
84 memchr (const void *__s, int __c, size_t __n) __THROW in memchr()
92 __THROW __attribute_pure__ __nonnull ((1));
[all …]
H A Dunistd.h287 extern int access (const char *__name, int __type) __THROW __nonnull ((1));
293 __THROW __nonnull ((1));
297 __THROW __nonnull ((1));
305 __THROW __nonnull ((2)) __wur;
334 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
346 __THROW;
426 extern int pipe (int __pipedes[2]) __THROW __wur;
431 extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur;
441 extern unsigned int alarm (unsigned int __seconds) __THROW;
462 __THROW;
[all …]
H A Dwchar.h89 __THROW __nonnull ((1, 2));
94 __THROW __nonnull ((1, 2));
99 __THROW __nonnull ((1, 2));
103 __THROW __nonnull ((1, 2));
107 __THROW __attribute_pure__ __nonnull ((1, 2));
110 __THROW __attribute_pure__ __nonnull ((1, 2));
114 extern int wcscasecmp (const wchar_t *__s1, const wchar_t *__s2) __THROW;
118 size_t __n) __THROW;
123 locale_t __loc) __THROW;
126 size_t __n, locale_t __loc) __THROW;
[all …]
H A Dpthread.h222 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
249 extern int pthread_detach (pthread_t __th) __THROW;
253 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
257 __THROW __attribute__ ((__const__));
265 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
269 __THROW __nonnull ((1));
274 __THROW __nonnull ((1, 2));
279 __THROW __nonnull ((1));
285 __THROW __nonnull ((1, 2));
290 __THROW __nonnull ((1));
[all …]
H A Dsignal.h78 __THROW;
81 __THROW;
89 __THROW;
105 __THROW;
112 extern int kill (__pid_t __pid, int __sig) __THROW;
119 extern int killpg (__pid_t __pgrp, int __sig) __THROW;
123 extern int raise (int __sig) __THROW;
128 __THROW;
129 extern int gsignal (int __sig) __THROW;
173 extern int sigblock (int __mask) __THROW __attribute_deprecated__;
[all …]
H A Dtime.h72 extern clock_t clock (void) __THROW;
75 extern time_t time (time_t *__timer) __THROW;
79 __THROW __attribute__ ((__const__));
82 extern time_t mktime (struct tm *__tp) __THROW;
90 const struct tm *__restrict __tp) __THROW;
97 __THROW;
107 locale_t __loc) __THROW;
113 locale_t __loc) __THROW;
119 extern struct tm *gmtime (const time_t *__timer) __THROW;
123 extern struct tm *localtime (const time_t *__timer) __THROW;
[all …]
H A Dfenv.h71 extern int feclearexcept (int __excepts) __THROW;
75 extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW;
78 extern int feraiseexcept (int __excepts) __THROW;
83 extern int fesetexcept (int __excepts) __THROW;
88 extern int fesetexceptflag (const fexcept_t *__flagp, int __excepts) __THROW;
92 extern int fetestexcept (int __excepts) __THROW;
97 extern int fetestexceptflag (const fexcept_t *__flagp, int __excepts) __THROW;
104 extern int fegetround (void) __THROW __attribute_pure__;
107 extern int fesetround (int __rounding_direction) __THROW;
114 extern int fegetenv (fenv_t *__envp) __THROW;
[all …]
H A Dwctype.h52 extern wctrans_t wctrans (const char *__property) __THROW;
55 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
63 extern int iswalnum_l (wint_t __wc, locale_t __locale) __THROW;
69 extern int iswalpha_l (wint_t __wc, locale_t __locale) __THROW;
72 extern int iswcntrl_l (wint_t __wc, locale_t __locale) __THROW;
76 extern int iswdigit_l (wint_t __wc, locale_t __locale) __THROW;
80 extern int iswgraph_l (wint_t __wc, locale_t __locale) __THROW;
85 extern int iswlower_l (wint_t __wc, locale_t __locale) __THROW;
88 extern int iswprint_l (wint_t __wc, locale_t __locale) __THROW;
93 extern int iswpunct_l (wint_t __wc, locale_t __locale) __THROW;
[all …]
H A Dstrings.h35 __THROW __attribute_pure__ __nonnull ((1, 2));
39 __THROW __nonnull ((1, 2));
42 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
49 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
51 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
55 index (char *__s, int __c) __THROW in index()
61 index (const char *__s, int __c) __THROW in index()
69 __THROW __attribute_pure__ __nonnull ((1));
77 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
79 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
[all …]
H A Dspawn.h94 __THROW __nonnull ((1));
98 __THROW __nonnull ((1));
105 __THROW __nonnull ((1, 2));
111 __THROW __nonnull ((1, 2));
117 __THROW __nonnull ((1, 2));
122 __THROW __nonnull ((1, 2));
128 __THROW __nonnull ((1, 2));
133 __THROW __nonnull ((1));
138 __THROW __nonnull ((1, 2));
143 __THROW __nonnull ((1));
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A Dpthread.h231 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
258 extern int pthread_detach (pthread_t __th) __THROW;
262 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
266 __THROW __attribute__ ((__const__));
274 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
278 __THROW __nonnull ((1));
283 __THROW __nonnull ((1, 2));
288 __THROW __nonnull ((1));
294 __THROW __nonnull ((1, 2));
299 __THROW __nonnull ((1));
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A Dpthread.h231 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
258 extern int pthread_detach (pthread_t __th) __THROW;
262 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
266 __THROW __attribute__ ((__const__));
274 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
278 __THROW __nonnull ((1));
283 __THROW __nonnull ((1, 2));
288 __THROW __nonnull ((1));
294 __THROW __nonnull ((1, 2));
299 __THROW __nonnull ((1));
[all …]

12345678910>>...12