Home
last modified time | relevance | path

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

1234567

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h258 extern int access (__const char *__name, int __type) __THROW __nonnull ((1));
264 __THROW __nonnull ((1));
268 __THROW __nonnull ((1));
276 __THROW __nonnull ((2)) __wur;
301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
313 __THROW;
384 extern int pipe (int __pipedes[2]) __THROW __wur;
393 extern unsigned int alarm (unsigned int __seconds) __THROW;
413 __THROW;
434 __THROW __nonnull ((1)) __wur;
[all …]
H A Dstdlib.h140 extern size_t __ctype_get_mb_cur_max (void) __THROW __wur;
146 __THROW __attribute_pure__ __nonnull ((1)) __wur;
149 __THROW __attribute_pure__ __nonnull ((1)) __wur;
152 __THROW __attribute_pure__ __nonnull ((1)) __wur;
159 __THROW __attribute_pure__ __nonnull ((1)) __wur;
167 __THROW __nonnull ((1)) __wur;
174 char **__restrict __endptr) __THROW __nonnull ((1)) __wur;
178 __THROW __nonnull ((1)) __wur;
186 __THROW __nonnull ((1)) __wur;
190 __THROW __nonnull ((1)) __wur;
[all …]
H A Dpthread.h228 void *__restrict __arg) __THROW __nonnull ((1, 3));
247 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
263 extern int pthread_detach (pthread_t __th) __THROW;
267 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
278 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
282 __THROW __nonnull ((1));
287 __THROW __nonnull ((1, 2));
292 __THROW __nonnull ((1));
298 __THROW __nonnull ((1, 2));
[all …]
H A Dstring.h40 __THROW __nonnull ((1, 2));
44 __THROW __nonnull ((1, 2));
53 __THROW __nonnull ((1, 2));
59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
63 __THROW __attribute_pure__ __nonnull ((1, 2));
67 __THROW __attribute_pure__ __nonnull ((1));
74 __THROW __attribute_pure__ __nonnull ((1));
78 __THROW __attribute_pure__ __nonnull ((1));
85 __THROW __nonnull ((1, 2));
89 __THROW __nonnull ((1, 2));
[all …]
H A Dwchar.h140 __const wchar_t *__restrict __src) __THROW;
144 __THROW;
148 __const wchar_t *__restrict __src) __THROW;
152 __THROW;
156 __THROW __attribute_pure__;
159 __THROW __attribute_pure__;
164 extern int wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2) __THROW;
168 size_t __n) __THROW;
175 __locale_t __loc) __THROW;
178 size_t __n, __locale_t __loc) __THROW;
[all …]
H A Dresolv.h262 void fp_nquery (const u_char *, int, FILE *) __THROW;
263 void fp_query (const u_char *, FILE *) __THROW;
264 const char * hostalias (const char *) __THROW;
265 void p_query (const u_char *) __THROW;
266 void res_close (void) __THROW;
267 int res_init (void) __THROW;
268 int res_isourserver (const struct sockaddr_in *) __THROW;
270 int, const u_char *, u_char *, int) __THROW;
271 int res_query (const char *, int, int, u_char *, int) __THROW;
273 u_char *, int) __THROW;
[all …]
H A Dwctype.h112 extern int iswalnum (wint_t __wc) __THROW;
118 extern int iswalpha (wint_t __wc) __THROW;
121 extern int iswcntrl (wint_t __wc) __THROW;
125 extern int iswdigit (wint_t __wc) __THROW;
129 extern int iswgraph (wint_t __wc) __THROW;
134 extern int iswlower (wint_t __wc) __THROW;
137 extern int iswprint (wint_t __wc) __THROW;
142 extern int iswpunct (wint_t __wc) __THROW;
147 extern int iswspace (wint_t __wc) __THROW;
152 extern int iswupper (wint_t __wc) __THROW;
[all …]
H A Dsignal.h81 __THROW;
84 __THROW;
93 __THROW;
110 __THROW;
117 extern int kill (__pid_t __pid, int __sig) __THROW;
124 extern int killpg (__pid_t __pgrp, int __sig) __THROW;
129 extern int raise (int __sig) __THROW;
135 __THROW;
136 extern int gsignal (int __sig) __THROW;
158 extern int sigpause (int __mask) __THROW __attribute_deprecated__;
[all …]
H A Dstdio.h155 extern int remove (__const char *__filename) __THROW;
157 extern int rename (__const char *__old, __const char *__new) __THROW;
163 __const char *__new) __THROW;
186 extern char *tmpnam (char *__s) __THROW __wur;
192 extern char *tmpnam_r (char *__s) __THROW __wur;
205 __THROW __attribute_malloc__ __wur;
283 extern FILE *fdopen (int __fd, __const char *__modes) __THROW __wur;
291 _IO_cookie_io_functions_t __io_funcs) __THROW __wur;
295 __THROW __wur;
300 extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __THROW __wur;
[all …]
H A Dtime.h184 extern clock_t clock (void) __THROW;
187 extern time_t time (time_t *__timer) __THROW;
191 __THROW __attribute__ ((__const__));
194 extern time_t mktime (struct tm *__tp) __THROW;
202 __const struct tm *__restrict __tp) __THROW;
210 __THROW;
221 __locale_t __loc) __THROW;
225 __locale_t __loc) __THROW;
232 extern struct tm *gmtime (__const time_t *__timer) __THROW;
236 extern struct tm *localtime (__const time_t *__timer) __THROW;
[all …]
H A Dargz.h44 size_t *__restrict __len) __THROW;
46 size_t *__restrict __len) __THROW;
54 size_t *__restrict __len) __THROW;
57 size_t *__restrict __len) __THROW;
61 __THROW __attribute_pure__;
63 __THROW __attribute_pure__;
68 char **__restrict __argv) __THROW;
70 char **__restrict __argv) __THROW;
74 extern void __argz_stringify (char *__argz, size_t __len, int __sep) __THROW;
75 extern void argz_stringify (char *__argz, size_t __len, int __sep) __THROW;
[all …]
H A Dspawn.h91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
101 __THROW;
107 __THROW;
112 sigset_t *__restrict __sigmask) __THROW;
117 __THROW;
122 short int *__restrict __flags) __THROW;
126 short int __flags) __THROW;
131 __THROW;
135 pid_t __pgroup) __THROW;
[all …]
H A Dutmp.h42 extern int login_tty (int __fd) __THROW;
46 extern void login (__const struct utmp *__entry) __THROW;
49 extern int logout (__const char *__ut_line) __THROW;
53 __const char *__ut_host) __THROW;
57 __THROW;
60 extern int utmpname (__const char *__file) __THROW;
63 extern struct utmp *getutent (void) __THROW;
66 extern void setutent (void) __THROW;
69 extern void endutent (void) __THROW;
73 extern struct utmp *getutid (__const struct utmp *__id) __THROW;
[all …]
H A Daio.h139 extern void aio_init (__const struct aioinit *__init) __THROW __nonnull ((1));
145 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1));
147 extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1));
153 __THROW __nonnull ((2));
156 extern int aio_error (__const struct aiocb *__aiocbp) __THROW __nonnull ((1));
158 extern __ssize_t aio_return (struct aiocb *__aiocbp) __THROW __nonnull ((1));
162 extern int aio_cancel (int __fildes, struct aiocb *__aiocbp) __THROW;
176 __THROW __nonnull ((2));
221 extern int aio_read64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
222 extern int aio_write64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
[all …]
H A Dfenv.h65 extern int feclearexcept (int __excepts) __THROW;
69 extern int fegetexceptflag (fexcept_t *__flagp, int __excepts) __THROW;
72 extern int feraiseexcept (int __excepts) __THROW;
76 extern int fesetexceptflag (__const fexcept_t *__flagp, int __excepts) __THROW;
80 extern int fetestexcept (int __excepts) __THROW;
86 extern int fegetround (void) __THROW;
89 extern int fesetround (int __rounding_direction) __THROW;
96 extern int fegetenv (fenv_t *__envp) __THROW;
101 extern int feholdexcept (fenv_t *__envp) __THROW;
105 extern int fesetenv (__const fenv_t *__envp) __THROW;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnislib.h56 __THROW;
58 __THROW;
60 const nis_object *obj) __THROW;
62 const nis_object *obj) __THROW;
118 const void *userdata) __THROW;
121 unsigned int flags) __THROW;
124 unsigned int flags) __THROW;
127 unsigned int flags) __THROW;
128 extern nis_result *nis_first_entry (const_nis_name table_name) __THROW;
130 const netobj *cookie) __THROW;
[all …]
H A Dnis.h540 extern nis_result * nis_lookup_3 (ns_request *, CLIENT *) __THROW;
541 extern nis_result * nis_lookup_3_svc (ns_request *, struct svc_req *) __THROW;
543 extern nis_result * nis_add_3 (ns_request *, CLIENT *) __THROW;
544 extern nis_result * nis_add_3_svc (ns_request *, struct svc_req *) __THROW;
546 extern nis_result * nis_modify_3 (ns_request *, CLIENT *) __THROW;
547 extern nis_result * nis_modify_3_svc (ns_request *, struct svc_req *) __THROW;
549 extern nis_result * nis_remove_3 (ns_request *, CLIENT *) __THROW;
550 extern nis_result * nis_remove_3_svc (ns_request *, struct svc_req *) __THROW;
552 extern nis_result * nis_iblist_3 (ib_request *, CLIENT *) __THROW;
553 extern nis_result * nis_iblist_3_svc (ib_request *, struct svc_req *) __THROW;
[all …]
H A Dypclnt.h62 extern int yp_bind (__const char *) __THROW;
63 extern void yp_unbind (__const char *) __THROW;
64 extern int yp_get_default_domain (char **) __THROW;
66 __const int, char **, int *) __THROW;
68 int *, char **, int *) __THROW;
70 __const int, char **, int *, char **, int *) __THROW;
71 extern int yp_master (__const char *, __const char *, char **) __THROW;
72 extern int yp_order (__const char *, __const char *, unsigned int *) __THROW;
74 __const struct ypall_callback *) __THROW;
75 extern __const char *yperr_string (__const int) __THROW;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h287 extern bool_t xdr_void (void) __THROW;
288 extern bool_t xdr_short (XDR *__xdrs, short *__sp) __THROW;
289 extern bool_t xdr_u_short (XDR *__xdrs, u_short *__usp) __THROW;
290 extern bool_t xdr_int (XDR *__xdrs, int *__ip) __THROW;
291 extern bool_t xdr_u_int (XDR *__xdrs, u_int *__up) __THROW;
292 extern bool_t xdr_long (XDR *__xdrs, long *__lp) __THROW;
293 extern bool_t xdr_u_long (XDR *__xdrs, u_long *__ulp) __THROW;
294 extern bool_t xdr_hyper (XDR *__xdrs, quad_t *__llp) __THROW;
295 extern bool_t xdr_u_hyper (XDR *__xdrs, u_quad_t *__ullp) __THROW;
296 extern bool_t xdr_longlong_t (XDR *__xdrs, quad_t *__llp) __THROW;
[all …]
H A Dsvc.h175 rpcprot_t __protocol) __THROW;
184 extern void svc_unregister (rpcprog_t __prog, rpcvers_t __vers) __THROW;
192 extern void xprt_register (SVCXPRT *__xprt) __THROW;
200 extern void xprt_unregister (SVCXPRT *__xprt) __THROW;
230 caddr_t __xdr_location) __THROW;
232 extern void svcerr_decode (SVCXPRT *__xprt) __THROW;
234 extern void svcerr_weakauth (SVCXPRT *__xprt) __THROW;
236 extern void svcerr_noproc (SVCXPRT *__xprt) __THROW;
239 rpcvers_t __high_vers) __THROW;
241 extern void svcerr_auth (SVCXPRT *__xprt, enum auth_stat __why) __THROW;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/
H A Dnameser.h507 u_int ns_get16 (const u_char *) __THROW;
508 u_long ns_get32 (const u_char *) __THROW;
509 void ns_put16 (u_int, u_char *) __THROW;
510 void ns_put32 (u_long, u_char *) __THROW;
511 int ns_initparse (const u_char *, int, ns_msg *) __THROW;
513 __THROW;
514 int ns_parserr (ns_msg *, ns_sect, int, ns_rr *) __THROW;
517 __THROW;
521 char *, size_t) __THROW;
522 int ns_format_ttl (u_long, char *, size_t) __THROW;
[all …]
H A Dinet.h35 extern in_addr_t inet_addr (__const char *__cp) __THROW;
38 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
43 __THROW;
46 extern in_addr_t inet_netof (struct in_addr __in) __THROW;
50 extern in_addr_t inet_network (__const char *__cp) __THROW;
54 extern char *inet_ntoa (struct in_addr __in) __THROW;
60 void *__restrict __buf) __THROW;
67 __THROW;
74 extern int inet_aton (__const char *__cp, struct in_addr *__inp) __THROW;
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
240 __THROW __nonnull ((2, 3));
254 __THROW __nonnull ((2, 3));
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
276 __THROW __nonnull ((1, 2));
283 __THROW __nonnull ((1));
290 __THROW __nonnull ((1));
[all …]
H A Dmman.h59 int __flags, int __fd, __off_t __offset) __THROW;
72 int __flags, int __fd, __off64_t __offset) __THROW;
77 extern int munmap (void *__addr, size_t __len) __THROW;
82 extern int mprotect (void *__addr, size_t __len, int __prot) __THROW;
95 extern int madvise (void *__addr, size_t __len, int __advice) __THROW;
99 extern int posix_madvise (void *__addr, size_t __len, int __advice) __THROW;
104 extern int mlock (__const void *__addr, size_t __len) __THROW;
107 extern int munlock (__const void *__addr, size_t __len) __THROW;
112 extern int mlockall (int __flags) __THROW;
116 extern int munlockall (void) __THROW;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h361 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));
363 __THROW __attribute__ ((__const__));
365 __THROW __attribute__ ((__const__));
367 __THROW __attribute__ ((__const__));
436 extern int bindresvport (int __sockfd, struct sockaddr_in *__sock_in) __THROW;
440 __THROW;
483 __THROW __attribute_deprecated__;
485 int __type) __THROW __attribute_deprecated__;
488 int __plusy) __THROW __attribute_deprecated__;
491 __THROW __attribute_deprecated__;
[all …]

1234567