Searched refs:__THROW (Results 1 - 16 of 16) sorted by relevance

/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h126 extern int iswalnum (wint_t __wc) __THROW;
132 extern int iswalpha (wint_t __wc) __THROW;
135 extern int iswcntrl (wint_t __wc) __THROW;
139 extern int iswdigit (wint_t __wc) __THROW;
143 extern int iswgraph (wint_t __wc) __THROW;
148 extern int iswlower (wint_t __wc) __THROW;
151 extern int iswprint (wint_t __wc) __THROW;
156 extern int iswpunct (wint_t __wc) __THROW;
161 extern int iswspace (wint_t __wc) __THROW;
166 extern int iswupper (wint_t __wc) __THROW;
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h143 extern double atof (__const char *__nptr) __THROW __attribute_pure__;
145 extern int atoi (__const char *__nptr) __THROW __attribute_pure__;
147 extern long int atol (__const char *__nptr) __THROW __attribute_pure__;
154 __THROW __attribute_pure__;
161 char **__restrict __endptr) __THROW;
168 char **__restrict __endptr) __THROW;
171 char **__restrict __endptr) __THROW;
178 char **__restrict __endptr, int __base) __THROW;
182 __THROW;
189 char **__restrict __endptr, int __base) __THROW;
[all...]
H A Dalloca.h33 extern void *alloca (size_t __size) __THROW;
H A Dmonetary.h41 __THROW __attribute_format_strfmon__ (3, 4);
50 __THROW __attribute_format_strfmon__ (4, 5);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h164 extern int remove (__const char *__filename) __THROW;
166 extern int rename (__const char *__old, __const char *__new) __THROW;
173 extern FILE *tmpfile (void) __THROW;
176 extern FILE *__REDIRECT (tmpfile, (void) __THROW, tmpfile64);
183 extern char *tmpnam (char *__s) __THROW;
187 extern FILE *tmpfile64 (void) __THROW;
193 extern char *tmpnam_r (char *__s) __THROW;
206 __THROW __attribute_malloc__;
212 extern int fclose (FILE *__stream) __THROW;
214 extern int fflush (FILE *__stream) __THROW;
[all...]
H A Dlibio.h409 extern int __underflow (_IO_FILE *) __THROW;
410 extern int __uflow (_IO_FILE *) __THROW;
411 extern int __overflow (_IO_FILE *, int) __THROW;
412 extern _IO_wint_t __wunderflow (_IO_FILE *) __THROW;
413 extern _IO_wint_t __wuflow (_IO_FILE *) __THROW;
414 extern _IO_wint_t __woverflow (_IO_FILE *, _IO_wint_t) __THROW;
439 extern int _IO_getc (_IO_FILE *__fp) __THROW;
440 extern int _IO_putc (int __c, _IO_FILE *__fp) __THROW;
441 extern int _IO_feof (_IO_FILE *__fp) __THROW;
442 extern int _IO_ferror (_IO_FILE *__fp) __THROW;
[all...]
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h119 __THROW;
123 __THROW;
126 __const wchar_t *__restrict __s2, size_t __n) __THROW;
131 __THROW;
134 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
141 __THROW;
147 extern wint_t btowc (int __c) __THROW;
151 extern int wctob (wint_t __c) __THROW;
155 extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__;
161 mbstate_t *__restrict __p) __THROW;
[all...]
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h34 vprintf (__const char *__restrict __fmt, _G_va_list __arg) __THROW
41 getchar (void) __THROW
50 getc_unlocked (FILE *__fp) __THROW
57 getchar_unlocked (void) __THROW
66 putchar (int __c) __THROW
75 fputc_unlocked (int __c, FILE *__stream) __THROW
85 putc_unlocked (int __c, FILE *__stream) __THROW
92 putchar_unlocked (int __c) __THROW
102 getline (char **__lineptr, size_t *__n, FILE *__stream) __THROW
112 feof_unlocked (FILE *__stream) __THROW
[all...]
/haiku/headers/posix/sys/
H A Dcdefs.h5 #ifndef __THROW
6 #define __THROW macro
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h117 extern char *setlocale (int __category, __const char *__locale) __THROW;
120 extern struct lconv *localeconv (void) __THROW;
144 __locale_t __base) __THROW;
148 extern __locale_t __duplocale (__locale_t __dataset) __THROW;
152 extern void __freelocale (__locale_t __dataset) __THROW;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h96 int *__restrict __argtypes) __THROW;
135 __const void *__const *__restrict __args) __THROW;
140 __THROW;
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h90 #define __exctype(name) extern int name (int) __THROW
114 extern int tolower (int __c) __THROW;
117 extern int toupper (int __c) __THROW;
124 extern int isascii (int __c) __THROW;
128 extern int toascii (int __c) __THROW;
173 tolower (int __c) __THROW
179 toupper (int __c) __THROW
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dcmathcalls.h139 __MATH_PRECNAME(cimag) (_Mdouble_complex_ __z) __THROW
146 __MATH_PRECNAME(creal) (_Mdouble_complex_ __z) __THROW
153 __MATH_PRECNAME(conj) (_Mdouble_complex_ __z) __THROW
/haiku/src/system/libroot/posix/glibc/include/misc/sys/
H A Dcdefs.h44 # define __THROW throw () macro
46 # define __THROW macro
48 # define __P(args) args __THROW
57 # define __THROW macro
/haiku/src/system/libroot/posix/glibc/math/
H A Dcomplex.h69 extern type __MATH_PRECNAME(function) args __THROW
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h15 #undef __THROW macro
16 #define __THROW macro

Completed in 141 milliseconds