reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/alloca.h
   32 extern void *alloca (size_t __size) __THROW;
usr/include/arpa/inet.h
   34 extern in_addr_t inet_addr (const char *__cp) __THROW;
   37 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
   42      __THROW;
   45 extern in_addr_t inet_netof (struct in_addr __in) __THROW;
   49 extern in_addr_t inet_network (const char *__cp) __THROW;
   53 extern char *inet_ntoa (struct in_addr __in) __THROW;
   59 		      void *__restrict __buf) __THROW;
   66      __THROW;
   73 extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW;
   77 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
   83 			    char *__buf, size_t __len) __THROW;
   89 			  void *__buf, size_t __len) __THROW;
   95 				    unsigned char *__buf, int __len) __THROW;
  100 			     char *__buf) __THROW;
usr/include/arpa/nameser.h
  393 int		ns_msg_getflag (ns_msg, int) __THROW;
  394 unsigned int	ns_get16 (const unsigned char *) __THROW;
  395 unsigned long	ns_get32 (const unsigned char *) __THROW;
  396 void		ns_put16 (unsigned int, unsigned char *) __THROW;
  397 void		ns_put32 (unsigned long, unsigned char *) __THROW;
  398 int		ns_initparse (const unsigned char *, int, ns_msg *) __THROW;
  400 			   ns_sect, int) __THROW;
  401 int		ns_parserr (ns_msg *, ns_sect, int, ns_rr *) __THROW;
  404      __THROW;
  408 			      const char *, char *, size_t) __THROW;
  409 int		ns_format_ttl (unsigned long, char *, size_t) __THROW;
  410 int		ns_parse_ttl (const char *, unsigned long *) __THROW;
  411 uint32_t	ns_datetosecs (const char *, int *) __THROW;
  413      __THROW;
  414 int		ns_name_ntop (const unsigned char *, char *, size_t) __THROW;
  415 int		ns_name_pton (const char *, unsigned char *, size_t) __THROW;
  418      __THROW;
  421      __THROW;
  425 				    char *, size_t) __THROW;
  428 				  const unsigned char **) __THROW;
  430      __THROW;
  433 				  const unsigned char **) __THROW;
  434 int		ns_samedomain (const char *, const char *) __THROW;
  435 int		ns_subdomain (const char *, const char *) __THROW;
  436 int		ns_makecanon (const char *, char *, size_t) __THROW;
  437 int		ns_samename (const char *, const char *) __THROW;
usr/include/assert.h
   71      __THROW __attribute__ ((__noreturn__));
   76      __THROW __attribute__ ((__noreturn__));
   82      __THROW __attribute__ ((__noreturn__));
usr/include/crypt.h
   33      __THROW __nonnull ((1, 2));
   36 extern void setkey (const char *__key) __THROW __nonnull ((1));
   41      __THROW __nonnull ((1));
   62      __THROW __nonnull ((1, 2, 3));
   66      __THROW __nonnull ((1, 2));
   70      __THROW __nonnull ((1, 3));
usr/include/ctype.h
   80      __THROW __attribute__ ((__const__));
   82      __THROW __attribute__ ((__const__));
   84      __THROW __attribute__ ((__const__));
  122 extern int tolower (int __c) __THROW;
  125 extern int toupper (int __c) __THROW;
  135 extern int isctype (int __c, int __mask) __THROW;
  142 extern int isascii (int __c) __THROW;
  146 extern int toascii (int __c) __THROW;
  267 extern int __tolower_l (int __c, locale_t __l) __THROW;
  268 extern int tolower_l (int __c, locale_t __l) __THROW;
  271 extern int __toupper_l (int __c, locale_t __l) __THROW;
  272 extern int toupper_l (int __c, locale_t __l) __THROW;
usr/include/dirent.h
  209 extern void rewinddir (DIR *__dirp) __THROW __nonnull ((1));
  215 extern void seekdir (DIR *__dirp, long int __pos) __THROW __nonnull ((1));
  218 extern long int telldir (DIR *__dirp) __THROW __nonnull ((1));
  224 extern int dirfd (DIR *__dirp) __THROW __nonnull ((1));
  327      __THROW __attribute_pure__ __nonnull ((1, 2));
  342      __THROW __attribute_pure__ __nonnull ((1, 2));
  356      __THROW __nonnull ((2, 4));
  373      __THROW __nonnull ((2, 4));
  382      __THROW __attribute_pure__ __nonnull ((1, 2));
  398      __THROW __attribute_pure__ __nonnull ((1, 2));
usr/include/dlfcn.h
   65 		    const char *__restrict __name) __THROW __nonnull ((2));
   76      __THROW __nonnull ((2, 3));
   82 extern char *dlerror (void) __THROW;
   99      __THROW __nonnull ((2));
  103 		    void **__extra_info, int __flags) __THROW __nonnull ((2));
  125      __THROW __nonnull ((1, 3));
usr/include/errno.h
   37 extern int *__errno_location (void) __THROW __attribute_const__;
usr/include/execinfo.h
   33      __THROW __nonnull ((1));
   39      __THROW __nonnull ((1));
usr/include/fcntl.h
  250 			  int __advise) __THROW;
  262 			    int __advise) __THROW;
usr/include/fenv.h
   71 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;
  119 extern int feholdexcept (fenv_t *__envp) __THROW;
  123 extern int fesetenv (const fenv_t *__envp) __THROW;
  128 extern int feupdateenv (const fenv_t *__envp) __THROW;
  136 extern int fegetmode (femode_t *__modep) __THROW;
  140 extern int fesetmode (const femode_t *__modep) __THROW;
  161 extern int feenableexcept (int __excepts) __THROW;
  166 extern int fedisableexcept (int __excepts) __THROW;
  169 extern int fegetexcept (void) __THROW;
usr/include/fstab.h
   71 extern struct fstab *getfsent (void) __THROW;
   72 extern struct fstab *getfsspec (const char *__name) __THROW;
   73 extern struct fstab *getfsfile (const char *__name) __THROW;
   74 extern int setfsent (void) __THROW;
   75 extern void endfsent (void) __THROW;
usr/include/glob.h
  148 		 glob_t *__restrict __pglob) __THROW;
  151 extern void globfree (glob_t *__pglob) __THROW;
  164 		   glob64_t *__restrict __pglob) __THROW;
  166 extern void globfree64 (glob64_t *__pglob) __THROW;
  176 extern int glob_pattern_p (const char *__pattern, int __quote) __THROW;
usr/include/grp.h
  176 extern int setgroups (size_t __n, const __gid_t *__groups) __THROW;
usr/include/ifaddrs.h
   66 extern int getifaddrs (struct ifaddrs **__ifap) __THROW;
   69 extern void freeifaddrs (struct ifaddrs *__ifa)  __THROW;
usr/include/inttypes.h
  290 extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((__const__));
  294       __THROW __attribute__ ((__const__));
  298 			   char **__restrict __endptr, int __base) __THROW;
  302 			    char ** __restrict __endptr, int __base) __THROW;
  307      __THROW;
  312      __THROW;
  321   __THROW __nonnull ((1)) __wur;
  333   __THROW __nonnull ((1)) __wur;
  345   __THROW __nonnull ((1)) __wur;
  359   __THROW __nonnull ((1)) __wur;
usr/include/libgen.h
   26 extern char *dirname (char *__path) __THROW;
   34 extern char *__xpg_basename (char *__path) __THROW;
usr/include/libintl.h
   40      __THROW __attribute_format_arg__ (1);
   45      __THROW __attribute_format_arg__ (2);
   47      __THROW __attribute_format_arg__ (2);
   53      __THROW __attribute_format_arg__ (2);
   56      __THROW __attribute_format_arg__ (2);
   63      __THROW __attribute_format_arg__ (1) __attribute_format_arg__ (2);
   69      __THROW __attribute_format_arg__ (2) __attribute_format_arg__ (3);
   76      __THROW __attribute_format_arg__ (2) __attribute_format_arg__ (3);
   82 extern char *textdomain (const char *__domainname) __THROW;
   87 			     const char *__dirname) __THROW;
   92 				      const char *__codeset) __THROW;
usr/include/locale.h
  122 extern char *setlocale (int __category, const char *__locale) __THROW;
  125 extern struct lconv *localeconv (void) __THROW;
  142 			   locale_t __base) __THROW;
  176 extern locale_t duplocale (locale_t __dataset) __THROW;
  180 extern void freelocale (locale_t __dataset) __THROW;
  187 extern locale_t uselocale (locale_t __dataset) __THROW;
usr/include/malloc.h
   38 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
   42 __THROW __attribute_malloc__ __wur;
   50 __THROW __attribute_warn_unused_result__;
   58 __THROW __attribute_warn_unused_result__;
   61 extern void free (void *__ptr) __THROW;
   65 __THROW __attribute_malloc__ __wur;
   68 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
   72 extern void *pvalloc (size_t __size) __THROW __attribute_malloc__ __wur;
   80 __THROW __attribute_malloc__;
   99 extern struct mallinfo mallinfo (void) __THROW;
  126 extern int mallopt (int __param, int __val) __THROW;
  130 extern int malloc_trim (size_t __pad) __THROW;
  134 extern size_t malloc_usable_size (void *__ptr) __THROW;
  137 extern void malloc_stats (void) __THROW;
  140 extern int malloc_info (int __options, FILE *__fp) __THROW;
  160 extern void __malloc_check_init (void) __THROW __MALLOC_DEPRECATED;
usr/include/mntent.h
   64 extern FILE *setmntent (const char *__file, const char *__mode) __THROW;
   69 extern struct mntent *getmntent (FILE *__stream) __THROW;
   76 				   int __bufsize) __THROW;
   82 		      const struct mntent *__restrict __mnt) __THROW;
   85 extern int endmntent (FILE *__stream) __THROW;
   90 			const char *__opt) __THROW;
usr/include/mqueue.h
   39   __THROW __nonnull ((1));
   43 extern int mq_close (mqd_t __mqdes) __THROW;
   47   __THROW __nonnull ((2));
   54   __THROW __nonnull ((2));
   57 extern int mq_unlink (const char *__name) __THROW __nonnull ((1));
   62      __THROW;
usr/include/net/if.h
  193 extern unsigned int if_nametoindex (const char *__ifname) __THROW;
  194 extern char *if_indextoname (unsigned int __ifindex, char *__ifname) __THROW;
  197 extern struct if_nameindex *if_nameindex (void) __THROW;
  200 extern void if_freenameindex (struct if_nameindex *__ptr) __THROW;
usr/include/netdb.h
   59 extern int *__h_errno_location (void) __THROW __attribute__ ((__const__));
   90 extern void herror (const char *__str) __THROW;
   93 extern const char *hstrerror (int __err_num) __THROW;
  666 extern void freeaddrinfo (struct addrinfo *__ai) __THROW;
  669 extern const char *gai_strerror (int __ecode) __THROW;
  705 extern int gai_error (struct gaicb *__req) __THROW;
  708 extern int gai_cancel (struct gaicb *__gaicbp) __THROW;
usr/include/netinet/ether.h
   31 extern char *ether_ntoa (const struct ether_addr *__addr) __THROW;
   33      __THROW;
   36 extern struct ether_addr *ether_aton (const char *__asc) __THROW;
   38 					struct ether_addr *__addr) __THROW;
   42      __THROW;
   46      __THROW;
   50 		       char *__hostname) __THROW;
usr/include/netinet/in.h
  374 extern uint32_t ntohl (uint32_t __netlong) __THROW __attribute__ ((__const__));
  376      __THROW __attribute__ ((__const__));
  378      __THROW __attribute__ ((__const__));
  380      __THROW __attribute__ ((__const__));
  502 extern int bindresvport (int __sockfd, struct sockaddr_in *__sock_in) __THROW;
  506      __THROW;
  552      __THROW __attribute_deprecated__;
  554 			      int __type) __THROW __attribute_deprecated__;
  557 				int __plusy) __THROW __attribute_deprecated__;
  560      __THROW __attribute_deprecated__;
  563      __THROW __attribute_deprecated__;
  566      __THROW __attribute_deprecated__;
  570 extern int inet6_opt_init (void *__extbuf, socklen_t __extlen) __THROW;
  573 			     void **__databufp) __THROW;
  575      __THROW;
  577 			      socklen_t __vallen) __THROW;
  580 			   void **__databufp) __THROW;
  583 			   void **__databufp) __THROW;
  585 			      socklen_t __vallen) __THROW;
  589 extern socklen_t inet6_rth_space (int __type, int __segments) __THROW;
  591 			     int __segments) __THROW;
  592 extern int inet6_rth_add (void *__bp, const struct in6_addr *__addr) __THROW;
  593 extern int inet6_rth_reverse (const void *__in, void *__out) __THROW;
  594 extern int inet6_rth_segments (const void *__bp) __THROW;
  596      __THROW;
  605      __THROW;
  612      __THROW;
  620 			    struct sockaddr_storage *__slist) __THROW;
  627 			    const struct sockaddr_storage *__slist) __THROW;
usr/include/nl_types.h
   47 		      const char *__string) __THROW __nonnull ((1));
   50 extern int catclose (nl_catd __catalog) __THROW __nonnull ((1));
usr/include/pthread.h
  256 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
  272 extern int pthread_detach (pthread_t __th) __THROW;
  276 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
  280   __THROW __attribute__ ((__const__));
  288 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
  292      __THROW __nonnull ((1));
  297      __THROW __nonnull ((1, 2));
  302      __THROW __nonnull ((1));
  308      __THROW __nonnull ((1, 2));
  313      __THROW __nonnull ((1));
  319      __THROW __nonnull ((1, 2));
  324 				       __param) __THROW __nonnull ((1, 2));
  329      __THROW __nonnull ((1, 2));
  333      __THROW __nonnull ((1));
  338      __THROW __nonnull ((1, 2));
  343      __THROW __nonnull ((1));
  349      __THROW __nonnull ((1, 2));
  353      __THROW __nonnull ((1));
  358      __THROW __nonnull ((1, 2)) __attribute_deprecated__;
  366      __THROW __nonnull ((1)) __attribute_deprecated__;
  371      __THROW __nonnull ((1, 2));
  378      __THROW __nonnull ((1));
  385      __THROW __nonnull ((1, 2, 3));
  391 				  size_t __stacksize) __THROW __nonnull ((1));
  400      __THROW __nonnull ((1, 3));
  407      __THROW __nonnull ((1, 3));
  411      __THROW __nonnull ((1));
  416      __THROW __nonnull ((1));
  422      __THROW __nonnull ((2));
  432      __THROW __nonnull ((3));
  438      __THROW __nonnull ((2, 3));
  442      __THROW;
  449      __THROW __nonnull ((2));
  453      __THROW __nonnull ((2));
  459 extern int pthread_getconcurrency (void) __THROW;
  462 extern int pthread_setconcurrency (int __level) __THROW;
  470 extern int pthread_yield (void) __THROW;
  477      __THROW __nonnull ((3));
  482      __THROW __nonnull ((3));
  752      __THROW __nonnull ((1));
  756      __THROW __nonnull ((1));
  782      __THROW __nonnull ((1, 2));
  789      __THROW __nonnull ((1, 3));
  795      __THROW __nonnull ((1));
  798      __THROW __nonnull ((1));
  808      __THROW __nonnull ((1));
  812      __THROW __nonnull ((1));
  818      __THROW __nonnull ((1, 2));
  823      __THROW __nonnull ((1));
  829      __THROW __nonnull ((1, 2));
  835      __THROW __nonnull ((1));
  842      __THROW __nonnull ((1, 2));
  848      __THROW __nonnull ((1));
  854      __THROW __nonnull ((1, 2));
  859      __THROW __nonnull ((1));
  865      __THROW __nonnull ((1, 2));
  869      __THROW __nonnull ((1, 2));
  875      __THROW __nonnull ((1));
  879      __THROW __nonnull ((1));
  891 				__attr) __THROW __nonnull ((1));
  895      __THROW __nonnull ((1));
  936      __THROW __nonnull ((1));
  940      __THROW __nonnull ((1));
  946      __THROW __nonnull ((1, 2));
  951      __THROW __nonnull ((1));
  957      __THROW __nonnull ((1, 2));
  961 					  int __pref) __THROW __nonnull ((1));
  971      __THROW __nonnull ((1));
  975      __THROW __nonnull ((1));
 1010      __THROW __nonnull ((1));
 1014      __THROW __nonnull ((1));
 1020      __THROW __nonnull ((1, 2));
 1024 					int __pshared) __THROW __nonnull ((1));
 1031      __THROW __nonnull ((1, 2));
 1036      __THROW __nonnull ((1));
 1046      __THROW __nonnull ((1));
 1050      __THROW __nonnull ((1));
 1072      __THROW __nonnull ((1));
 1076      __THROW __nonnull ((1));
 1085      __THROW __nonnull ((1));
 1089      __THROW __nonnull ((1));
 1095      __THROW __nonnull ((1, 2));
 1100      __THROW __nonnull ((1));
 1114      __THROW __nonnull ((1));
 1117 extern int pthread_key_delete (pthread_key_t __key) __THROW;
 1120 extern void *pthread_getspecific (pthread_key_t __key) __THROW;
 1124 				const void *__pointer) __THROW ;
 1131      __THROW __nonnull ((2));
 1148 			   void (*__child) (void)) __THROW;
usr/include/resolv.h
  181 void		fp_nquery (const unsigned char *, int, FILE *) __THROW;
  182 void		fp_query (const unsigned char *, FILE *) __THROW;
  183 const char *	hostalias (const char *) __THROW;
  184 void		p_query (const unsigned char *) __THROW;
  185 void		res_close (void) __THROW;
  186 int		res_init (void) __THROW;
  187 int		res_isourserver (const struct sockaddr_in *) __THROW;
  190 			     unsigned char *, int) __THROW;
  192      __THROW;
  194 				 unsigned char *, int) __THROW;
  196      __THROW;
  198      __THROW;
  240 int		res_hnok (const char *) __THROW;
  241 int		res_ownok (const char *) __THROW;
  242 int		res_mailok (const char *) __THROW;
  243 int		res_dnok (const char *) __THROW;
  244 int		sym_ston (const struct res_sym *, const char *, int *) __THROW;
  245 const char *	sym_ntos (const struct res_sym *, int, int *) __THROW;
  246 const char *	sym_ntop (const struct res_sym *, int, int *) __THROW;
  248      __THROW;
  249 int		b64_pton (char const *, unsigned char *, size_t) __THROW;
  250 int		loc_aton (const char *__ascii, unsigned char *__binary) __THROW;
  251 const char *	loc_ntoa (const unsigned char *__binary, char *__ascii) __THROW;
  253      __THROW;
  254 void		putlong (uint32_t, unsigned char *) __THROW;
  255 void		putshort (uint16_t, unsigned char *) __THROW;
  256 const char *	p_class (int) __THROW;
  257 const char *	p_time (uint32_t) __THROW;
  258 const char *	p_type (int) __THROW;
  259 const char *	p_rcode (int) __THROW;
  261 				 const unsigned char *, int, FILE *) __THROW;
  263 				FILE *) __THROW;
  266 				 int, char *, int) __THROW;
  268 				const unsigned char *, FILE *) __THROW;
  269 const char *	p_option (unsigned long __option) __THROW;
  270 int		dn_count_labels (const char *) __THROW;
  272 			 unsigned char **) __THROW;
  274 			   const unsigned char *, char *, int) __THROW;
  275 unsigned int	res_randomid (void) __THROW;
  278 				 const unsigned char *) __THROW;
  282 				  const unsigned char *) __THROW;
  284 int		res_ninit (res_state) __THROW;
  285 void		fp_resstat (const res_state, FILE *) __THROW;
  287      __THROW;
  289 			    unsigned char *, int) __THROW;
  291 			     unsigned char *, int) __THROW;
  293 				  int, unsigned char *, int) __THROW;
  297      __THROW;
  299 			   unsigned char *, int) __THROW;
  300 void		res_nclose (res_state) __THROW;
usr/include/rpc/netdb.h
   53 extern void setrpcent (int __stayopen) __THROW;
   54 extern void endrpcent (void) __THROW;
   55 extern struct rpcent *getrpcbyname (const char *__name) __THROW;
   56 extern struct rpcent *getrpcbynumber (int __number) __THROW;
   57 extern struct rpcent *getrpcent (void) __THROW;
   62 			   struct rpcent **__result) __THROW;
   66 			     struct rpcent **__result) __THROW;
   69 			size_t __buflen, struct rpcent **__result) __THROW;
usr/include/rpc/xdr.h
  285 extern bool_t xdr_void (void) __THROW;
  286 extern bool_t xdr_short (XDR *__xdrs, short *__sp) __THROW;
  287 extern bool_t xdr_u_short (XDR *__xdrs, u_short *__usp) __THROW;
  288 extern bool_t xdr_int (XDR *__xdrs, int *__ip) __THROW;
  289 extern bool_t xdr_u_int (XDR *__xdrs, u_int *__up) __THROW;
  290 extern bool_t xdr_long (XDR *__xdrs, long *__lp) __THROW;
  291 extern bool_t xdr_u_long (XDR *__xdrs, u_long *__ulp) __THROW;
  292 extern bool_t xdr_hyper (XDR *__xdrs, quad_t *__llp) __THROW;
  293 extern bool_t xdr_u_hyper (XDR *__xdrs, u_quad_t *__ullp) __THROW;
  294 extern bool_t xdr_longlong_t (XDR *__xdrs, quad_t *__llp) __THROW;
  295 extern bool_t xdr_u_longlong_t (XDR *__xdrs, u_quad_t *__ullp) __THROW;
  296 extern bool_t xdr_int8_t (XDR *__xdrs, int8_t *__ip) __THROW;
  297 extern bool_t xdr_uint8_t (XDR *__xdrs, uint8_t *__up) __THROW;
  298 extern bool_t xdr_int16_t (XDR *__xdrs, int16_t *__ip) __THROW;
  299 extern bool_t xdr_uint16_t (XDR *__xdrs, uint16_t *__up) __THROW;
  300 extern bool_t xdr_int32_t (XDR *__xdrs, int32_t *__ip) __THROW;
  301 extern bool_t xdr_uint32_t (XDR *__xdrs, uint32_t *__up) __THROW;
  302 extern bool_t xdr_int64_t (XDR *__xdrs, int64_t *__ip) __THROW;
  303 extern bool_t xdr_uint64_t (XDR *__xdrs, uint64_t *__up) __THROW;
  304 extern bool_t xdr_quad_t (XDR *__xdrs, quad_t *__ip) __THROW;
  305 extern bool_t xdr_u_quad_t (XDR *__xdrs, u_quad_t *__up) __THROW;
  306 extern bool_t xdr_bool (XDR *__xdrs, bool_t *__bp) __THROW;
  307 extern bool_t xdr_enum (XDR *__xdrs, enum_t *__ep) __THROW;
  310      __THROW;
  312 			 u_int __maxsize) __THROW;
  313 extern bool_t xdr_opaque (XDR *__xdrs, caddr_t __cp, u_int __cnt) __THROW;
  314 extern bool_t xdr_string (XDR *__xdrs, char **__cpp, u_int __maxsize) __THROW;
  317 			 xdrproc_t __dfault) __THROW;
  318 extern bool_t xdr_char (XDR *__xdrs, char *__cp) __THROW;
  319 extern bool_t xdr_u_char (XDR *__xdrs, u_char *__cp) __THROW;
  321 			  u_int __elemsize, xdrproc_t __xdr_elem) __THROW;
  322 extern bool_t xdr_float (XDR *__xdrs, float *__fp) __THROW;
  323 extern bool_t xdr_double (XDR *__xdrs, double *__dp) __THROW;
  325 			     xdrproc_t __proc) __THROW;
  327 			   u_int __obj_size, xdrproc_t __xdr_obj) __THROW;
  328 extern bool_t xdr_wrapstring (XDR *__xdrs, char **__cpp) __THROW;
  329 extern u_long xdr_sizeof (xdrproc_t, void *) __THROW;
  342 extern bool_t xdr_netobj (XDR *__xdrs, struct netobj *__np) __THROW;
  351 			   u_int __size, enum xdr_op __xop) __THROW;
  355      __THROW;
  361 			   int (*__writeit) (char *, char *, int)) __THROW;
  364 extern bool_t xdrrec_endofrecord (XDR *__xdrs, bool_t __sendnow) __THROW;
  367 extern bool_t xdrrec_skiprecord (XDR *__xdrs) __THROW;
  370 extern bool_t xdrrec_eof (XDR *__xdrs) __THROW;
  373 extern void xdr_free (xdrproc_t __proc, char *__objp) __THROW;
usr/include/sched.h
   55      __THROW;
   58 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
   62 			       const struct sched_param *__param) __THROW;
   65 extern int sched_getscheduler (__pid_t __pid) __THROW;
   68 extern int sched_yield (void) __THROW;
   71 extern int sched_get_priority_max (int __algorithm) __THROW;
   74 extern int sched_get_priority_min (int __algorithm) __THROW;
   77 extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
  122 			      const cpu_set_t *__cpuset) __THROW;
  126 			      cpu_set_t *__cpuset) __THROW;
usr/include/semaphore.h
   36      __THROW;
   38 extern int sem_destroy (sem_t *__sem) __THROW;
   41 extern sem_t *sem_open (const char *__name, int __oflag, ...) __THROW;
   44 extern int sem_close (sem_t *__sem) __THROW;
   47 extern int sem_unlink (const char *__name) __THROW;
   72      __THROW;
usr/include/signal.h
   78      __THROW;
   81      __THROW;
   89      __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;
  170 extern int sigblock (int __mask) __THROW __attribute_deprecated__;
  173 extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
  176 extern int siggetmask (void) __THROW __attribute_deprecated__;
  196 extern int sigemptyset (sigset_t *__set) __THROW __nonnull ((1));
  199 extern int sigfillset (sigset_t *__set) __THROW __nonnull ((1));
  202 extern int sigaddset (sigset_t *__set, int __signo) __THROW __nonnull ((1));
  205 extern int sigdelset (sigset_t *__set, int __signo) __THROW __nonnull ((1));
  209      __THROW __nonnull ((1));
  213 extern int sigisemptyset (const sigset_t *__set) __THROW __nonnull ((1));
  217 		      const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
  221 		     const sigset_t *__right) __THROW __nonnull ((1, 2, 3));
  230 			sigset_t *__restrict __oset) __THROW;
  241 		      struct sigaction *__restrict __oact) __THROW;
  244 extern int sigpending (sigset_t *__set) __THROW __nonnull ((1));
  277      __THROW;
  294 extern int sigreturn (struct sigcontext *__scp) __THROW;
  314 extern int siginterrupt (int __sig, int __interrupt) __THROW;
  322 			stack_t *__restrict __oss) __THROW;
  336      __THROW __attribute_deprecated__;
  343 extern int sighold (int __sig) __THROW;
  346 extern int sigrelse (int __sig) __THROW;
  349 extern int sigignore (int __sig) __THROW;
  352 extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW;
  366 extern int __libc_current_sigrtmin (void) __THROW;
  368 extern int __libc_current_sigrtmax (void) __THROW;
usr/include/spawn.h
   91 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;
  141      __THROW;
  145 					   int __schedpolicy) __THROW;
  151 					  __schedparam) __THROW;
  156 					  __restrict __schedparam) __THROW;
  161 					  __file_actions) __THROW;
  165 					     __file_actions) __THROW;
  174      __THROW;
  180      __THROW;
  186 					     int __fd, int __newfd) __THROW;
usr/include/stdio.h
  144 extern int remove (const char *__filename) __THROW;
  146 extern int rename (const char *__old, const char *__new) __THROW;
  151 		     const char *__new) __THROW;
  173 extern char *tmpnam (char *__s) __THROW __wur;
  178 extern char *tmpnam_r (char *__s) __THROW __wur;
  191      __THROW __attribute_malloc__ __wur;
  265 extern FILE *fdopen (int __fd, const char *__modes) __THROW __wur;
  273 			  _IO_cookie_io_functions_t __io_funcs) __THROW __wur;
  279   __THROW __wur;
  284 extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __THROW __wur;
  290 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
  295 		    int __modes, size_t __n) __THROW;
  301 		       size_t __size) __THROW;
  304 extern void setlinebuf (FILE *__stream) __THROW;
  386 		   const char *__restrict __format, ...) __THROW;
  434      __THROW __attribute__ ((__format__ (__scanf__, 2, 0)));
  757 extern void clearerr (FILE *__stream) __THROW;
  759 extern int feof (FILE *__stream) __THROW __wur;
  761 extern int ferror (FILE *__stream) __THROW __wur;
  765 extern void clearerr_unlocked (FILE *__stream) __THROW;
  766 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  767 extern int ferror_unlocked (FILE *__stream) __THROW __wur;
  786 extern int fileno (FILE *__stream) __THROW __wur;
  791 extern int fileno_unlocked (FILE *__stream) __THROW __wur;
  812 extern char *ctermid (char *__s) __THROW;
  840 extern void flockfile (FILE *__stream) __THROW;
  844 extern int ftrylockfile (FILE *__stream) __THROW __wur;
  847 extern void funlockfile (FILE *__stream) __THROW;
usr/include/stdlib.h
   97 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));
  142      __THROW __nonnull ((1));
  148      __THROW __nonnull ((1));
  160      __THROW __nonnull ((1));
  166      __THROW __nonnull ((1));
  178      __THROW __nonnull ((1));
  182      __THROW __nonnull ((1));
  189      __THROW __nonnull ((1));
  194      __THROW __nonnull ((1));
  202      __THROW __nonnull ((1));
  207      __THROW __nonnull ((1));
  214      __THROW __nonnull ((3));
  218      __THROW __nonnull ((3));
  222      __THROW __nonnull ((3));
  234      __THROW __nonnull ((3));
  240      __THROW __nonnull ((3));
  252      __THROW __nonnull ((3));
  258      __THROW __nonnull ((3));
  276 			  locale_t __loc) __THROW __nonnull ((1, 4));
  281      __THROW __nonnull ((1, 4));
  287      __THROW __nonnull ((1, 4));
  293      __THROW __nonnull ((1, 4));
  297      __THROW __nonnull ((1, 3));
  301      __THROW __nonnull ((1, 3));
  306      __THROW __nonnull ((1, 3));
  319      __THROW __nonnull ((1, 3));
  326      __THROW __nonnull ((1, 3));
  340      __THROW __nonnull ((1, 3));
  347      __THROW __nonnull ((1, 3));
  385 extern char *l64a (long int __n) __THROW __wur;
  389      __THROW __attribute_pure__ __nonnull ((1)) __wur;
  401 extern long int random (void) __THROW;
  404 extern void srandom (unsigned int __seed) __THROW;
  411 			size_t __statelen) __THROW __nonnull ((2));
  415 extern char *setstate (char *__statebuf) __THROW __nonnull ((1));
  435 		     int32_t *__restrict __result) __THROW __nonnull ((1, 2));
  438      __THROW __nonnull ((2));
  443      __THROW __nonnull ((2, 4));
  447      __THROW __nonnull ((1, 2));
  453 extern int rand (void) __THROW;
  455 extern void srand (unsigned int __seed) __THROW;
  459 extern int rand_r (unsigned int *__seed) __THROW;
  467 extern double drand48 (void) __THROW;
  468 extern double erand48 (unsigned short int __xsubi[3]) __THROW __nonnull ((1));
  471 extern long int lrand48 (void) __THROW;
  473      __THROW __nonnull ((1));
  476 extern long int mrand48 (void) __THROW;
  478      __THROW __nonnull ((1));
  481 extern void srand48 (long int __seedval) __THROW;
  483      __THROW __nonnull ((1));
  484 extern void lcong48 (unsigned short int __param[7]) __THROW __nonnull ((1));
  502 		      double *__restrict __result) __THROW __nonnull ((1, 2));
  505 		      double *__restrict __result) __THROW __nonnull ((1, 2));
  510      __THROW __nonnull ((1, 2));
  514      __THROW __nonnull ((1, 2));
  519      __THROW __nonnull ((1, 2));
  523      __THROW __nonnull ((1, 2));
  527      __THROW __nonnull ((2));
  530 		     struct drand48_data *__buffer) __THROW __nonnull ((1, 2));
  534      __THROW __nonnull ((1, 2));
  539 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
  542      __THROW __attribute_malloc__ __wur;
  550      __THROW __attribute_warn_unused_result__;
  559      __THROW __attribute_warn_unused_result__;
  563 extern void free (void *__ptr) __THROW;
  572 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
  578      __THROW __nonnull ((1)) __wur;
  584      __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur;
  588 extern void abort (void) __THROW __attribute__ ((__noreturn__));
  592 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
  598      __THROW __asm ("at_quick_exit") __nonnull ((1));
  608      __THROW __nonnull ((1));
  614 extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
  620 extern void quick_exit (int __status) __THROW __attribute__ ((__noreturn__));
  626 extern void _Exit (int __status) __THROW __attribute__ ((__noreturn__));
  631 extern char *getenv (const char *__name) __THROW __nonnull ((1)) __wur;
  637      __THROW __nonnull ((1)) __wur;
  644 extern int putenv (char *__string) __THROW __nonnull ((1));
  651      __THROW __nonnull ((2));
  654 extern int unsetenv (const char *__name) __THROW __nonnull ((1));
  661 extern int clearenv (void) __THROW;
  672 extern char *mktemp (char *__template) __THROW __nonnull ((1));
  728 extern char *mkdtemp (char *__template) __THROW __nonnull ((1)) __wur;
  788      __THROW __nonnull ((1)) __wur;
  798 		       char *__restrict __resolved) __THROW __wur;
  837 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
  838 extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur;
  842      __THROW __attribute__ ((__const__)) __wur;
  850      __THROW __attribute__ ((__const__)) __wur;
  852      __THROW __attribute__ ((__const__)) __wur;
  857      __THROW __attribute__ ((__const__)) __wur;
  870 		   int *__restrict __sign) __THROW __nonnull ((3, 4)) __wur;
  876 		   int *__restrict __sign) __THROW __nonnull ((3, 4)) __wur;
  882      __THROW __nonnull ((3)) __wur;
  889      __THROW __nonnull ((3, 4)) __wur;
  892      __THROW __nonnull ((3, 4)) __wur;
  894      __THROW __nonnull ((3)) __wur;
  901 		   size_t __len) __THROW __nonnull ((3, 4, 5));
  904 		   size_t __len) __THROW __nonnull ((3, 4, 5));
  909      __THROW __nonnull ((3, 4, 5));
  913      __THROW __nonnull ((3, 4, 5));
  919 extern int mblen (const char *__s, size_t __n) __THROW;
  923 		   const char *__restrict __s, size_t __n) __THROW;
  926 extern int wctomb (char *__s, wchar_t __wchar) __THROW;
  931 			const char *__restrict __s, size_t __n) __THROW;
  935      __THROW;
  943 extern int rpmatch (const char *__response) __THROW __nonnull ((1)) __wur;
  957      __THROW __nonnull ((1, 2, 3)) __wur;
  963 extern void setkey (const char *__key) __THROW __nonnull ((1));
  979 extern int grantpt (int __fd) __THROW;
  983 extern int unlockpt (int __fd) __THROW;
  988 extern char *ptsname (int __fd) __THROW __wur;
  996      __THROW __nonnull ((2));
 1007      __THROW __nonnull ((1));
usr/include/string.h
   43 		     size_t __n) __THROW __nonnull ((1, 2));
   47      __THROW __nonnull ((1, 2));
   55      __THROW __nonnull ((1, 2));
   60 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
   64      __THROW __attribute_pure__ __nonnull ((1, 2));
   91       __THROW __attribute_pure__ __nonnull ((1));
  104      __THROW __attribute_pure__ __nonnull ((1));
  115       __THROW __attribute_pure__ __nonnull ((1));
  122      __THROW __nonnull ((1, 2));
  126      __THROW __nonnull ((1, 2));
  130      __THROW __nonnull ((1, 2));
  133 		      size_t __n) __THROW __nonnull ((1, 2));
  137      __THROW __attribute_pure__ __nonnull ((1, 2));
  140      __THROW __attribute_pure__ __nonnull ((1, 2));
  144      __THROW __attribute_pure__ __nonnull ((1, 2));
  148      __THROW __nonnull ((2));
  156      __THROW __attribute_pure__ __nonnull ((1, 2, 3));
  160 			 locale_t __l) __THROW __nonnull ((2, 4));
  167      __THROW __attribute_malloc__ __nonnull ((1));
  175      __THROW __attribute_malloc__ __nonnull ((1));
  226      __THROW __attribute_pure__ __nonnull ((1));
  253      __THROW __attribute_pure__ __nonnull ((1));
  266      __THROW __attribute_pure__ __nonnull ((1));
  273      __THROW __attribute_pure__ __nonnull ((1, 2));
  277      __THROW __attribute_pure__ __nonnull ((1, 2));
  303      __THROW __attribute_pure__ __nonnull ((1, 2));
  330      __THROW __attribute_pure__ __nonnull ((1, 2));
  336      __THROW __nonnull ((2));
  343      __THROW __nonnull ((2, 3));
  347      __THROW __nonnull ((2, 3));
  360      __THROW __attribute_pure__ __nonnull ((1, 2));
  370      __THROW __attribute_pure__ __nonnull ((1, 3));
  376      __THROW __nonnull ((1, 2));
  379      __THROW __nonnull ((1, 2));
  385      __THROW __attribute_pure__ __nonnull ((1));
  391      __THROW __attribute_pure__ __nonnull ((1));
  396 extern char *strerror (int __errnum) __THROW;
  421      __THROW __nonnull ((2)) __wur;
  427 extern char *strerror_l (int __errnum, locale_t __l) __THROW;
  435 extern void explicit_bzero (void *__s, size_t __n) __THROW __nonnull ((1));
  441      __THROW __nonnull ((1, 2));
  446 extern char *strsignal (int __sig) __THROW;
  450      __THROW __nonnull ((1, 2));
  452      __THROW __nonnull ((1, 2));
  458      __THROW __nonnull ((1, 2));
  461      __THROW __nonnull ((1, 2));
  467      __THROW __attribute_pure__ __nonnull ((1, 2));
  470 extern char *strfry (char *__string) __THROW __nonnull ((1));
  473 extern void *memfrob (void *__s, size_t __n) __THROW __nonnull ((1));
  486 extern char *basename (const char *__filename) __THROW __nonnull ((1));
usr/include/strings.h
   35      __THROW __attribute_pure__ __nonnull ((1, 2));
   39   __THROW __nonnull ((1, 2));
   42 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1));
   69      __THROW __attribute_pure__ __nonnull ((1));
   97      __THROW __attribute_pure__ __nonnull ((1));
  104 extern int ffs (int __i) __THROW __attribute_const__;
  110 extern int ffsl (long int __l) __THROW __attribute_const__;
  112      __THROW __attribute_const__;
  117      __THROW __attribute_pure__ __nonnull ((1, 2));
  121      __THROW __attribute_pure__ __nonnull ((1, 2));
  129      __THROW __attribute_pure__ __nonnull ((1, 2, 3));
  135      __THROW __attribute_pure__ __nonnull ((1, 2, 4));
usr/include/termios.h
   48 extern speed_t cfgetospeed (const struct termios *__termios_p) __THROW;
   51 extern speed_t cfgetispeed (const struct termios *__termios_p) __THROW;
   54 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
   57 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;
   61 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
   66 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW;
   71 		      const struct termios *__termios_p) __THROW;
   76 extern void cfmakeraw (struct termios *__termios_p) __THROW;
   80 extern int tcsendbreak (int __fd, int __duration) __THROW;
   90 extern int tcflush (int __fd, int __queue_selector) __THROW;
   94 extern int tcflow (int __fd, int __action) __THROW;
   99 extern __pid_t tcgetsid (int __fd) __THROW;
usr/include/time.h
   72 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;
  129 			    struct tm *__restrict __tp) __THROW;
  134 			       struct tm *__restrict __tp) __THROW;
  139 extern char *asctime (const struct tm *__tp) __THROW;
  142 extern char *ctime (const time_t *__timer) __THROW;
  150 			char *__restrict __buf) __THROW;
  154 		      char *__restrict __buf) __THROW;
  170 extern void tzset (void) __THROW;
  181 extern int stime (const time_t *__when) __THROW;
  196 extern time_t timegm (struct tm *__tp) __THROW;
  199 extern time_t timelocal (struct tm *__tp) __THROW;
  202 extern int dysize (int __year) __THROW  __attribute__ ((__const__));
  216 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
  219 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
  223      __THROW;
  235 extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __THROW;
  242 			 timer_t *__restrict __timerid) __THROW;
  245 extern int timer_delete (timer_t __timerid) __THROW;
  250 			  struct itimerspec *__restrict __ovalue) __THROW;
  254      __THROW;
  257 extern int timer_getoverrun (timer_t __timerid) __THROW;
  264      __THROW __nonnull ((1));
usr/include/ucontext.h
   48 			 int __argc, ...) __THROW;
usr/include/unistd.h
  290 extern int access (const char *__name, int __type) __THROW __nonnull ((1));
  296      __THROW __nonnull ((1));
  300      __THROW __nonnull ((1));
  308      __THROW __nonnull ((2)) __wur;
  337 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
  349      __THROW;
  420 extern int pipe (int __pipedes[2]) __THROW __wur;
  425 extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur;
  435 extern unsigned int alarm (unsigned int __seconds) __THROW;
  456      __THROW;
  477      __THROW __nonnull ((1)) __wur;
  481 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
  487      __THROW __nonnull ((1)) __wur;
  496      __THROW __nonnull ((2)) __wur;
  500 extern int chdir (const char *__path) __THROW __nonnull ((1)) __wur;
  504 extern int fchdir (int __fd) __THROW __wur;
  514 extern char *getcwd (char *__buf, size_t __size) __THROW __wur;
  520 extern char *get_current_dir_name (void) __THROW;
  529      __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
  534 extern int dup (int __fd) __THROW __wur;
  537 extern int dup2 (int __fd, int __fd2) __THROW;
  542 extern int dup3 (int __fd, int __fd2, int __flags) __THROW;
  555 		   char *const __envp[]) __THROW __nonnull ((1, 2));
  561      __THROW __nonnull ((2));
  567      __THROW __nonnull ((1, 2));
  572      __THROW __nonnull ((1, 2));
  577      __THROW __nonnull ((1, 2));
  582      __THROW __nonnull ((1, 2));
  588      __THROW __nonnull ((1, 2));
  595      __THROW __nonnull ((1, 2));
  601 extern int nice (int __inc) __THROW __wur;
  616      __THROW __nonnull ((1));
  619 extern long int fpathconf (int __fd, int __name) __THROW;
  622 extern long int sysconf (int __name) __THROW;
  626 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
  631 extern __pid_t getpid (void) __THROW;
  634 extern __pid_t getppid (void) __THROW;
  637 extern __pid_t getpgrp (void) __THROW;
  640 extern __pid_t __getpgid (__pid_t __pid) __THROW;
  642 extern __pid_t getpgid (__pid_t __pid) __THROW;
  649 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
  663 extern int setpgrp (void) __THROW;
  670 extern __pid_t setsid (void) __THROW;
  674 extern __pid_t getsid (__pid_t __pid) __THROW;
  678 extern __uid_t getuid (void) __THROW;
  681 extern __uid_t geteuid (void) __THROW;
  684 extern __gid_t getgid (void) __THROW;
  687 extern __gid_t getegid (void) __THROW;
  692 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur;
  696 extern int group_member (__gid_t __gid) __THROW;
  703 extern int setuid (__uid_t __uid) __THROW __wur;
  708 extern int setreuid (__uid_t __ruid, __uid_t __euid) __THROW __wur;
  713 extern int seteuid (__uid_t __uid) __THROW __wur;
  720 extern int setgid (__gid_t __gid) __THROW __wur;
  725 extern int setregid (__gid_t __rgid, __gid_t __egid) __THROW __wur;
  730 extern int setegid (__gid_t __gid) __THROW __wur;
  737      __THROW;
  742      __THROW;
  747      __THROW __wur;
  752      __THROW __wur;
  767 extern __pid_t vfork (void) __THROW;
  773 extern char *ttyname (int __fd) __THROW;
  778      __THROW __nonnull ((2)) __wur;
  782 extern int isatty (int __fd) __THROW;
  787 extern int ttyslot (void) __THROW;
  793      __THROW __nonnull ((1, 2)) __wur;
  800      __THROW __nonnull ((2, 4)) __wur;
  806      __THROW __nonnull ((1, 2)) __wur;
  813      __THROW __nonnull ((1, 2)) __wur;
  819 		      const char *__to) __THROW __nonnull ((1, 3)) __wur;
  824      __THROW __nonnull ((2, 3)) __wur;
  828 extern int unlink (const char *__name) __THROW __nonnull ((1));
  833      __THROW __nonnull ((2));
  837 extern int rmdir (const char *__path) __THROW __nonnull ((1));
  841 extern __pid_t tcgetpgrp (int __fd) __THROW;
  844 extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __THROW;
  864 extern int setlogin (const char *__name) __THROW __nonnull ((1));
  880 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
  888      __THROW __nonnull ((1)) __wur;
  892 extern int sethostid (long int __id) __THROW __wur;
  899      __THROW __nonnull ((1)) __wur;
  901      __THROW __nonnull ((1)) __wur;
  907 extern int vhangup (void) __THROW;
  910 extern int revoke (const char *__file) __THROW __nonnull ((1)) __wur;
  920      __THROW __nonnull ((1));
  926 extern int acct (const char *__name) __THROW;
  930 extern char *getusershell (void) __THROW;
  931 extern void endusershell (void) __THROW; /* Discard cached info.  */
  932 extern void setusershell (void) __THROW; /* Rewind and re-read the file.  */
  938 extern int daemon (int __nochdir, int __noclose) __THROW __wur;
  945 extern int chroot (const char *__path) __THROW __nonnull ((1)) __wur;
  963 extern int syncfs (int __fd) __THROW;
  973 extern void sync (void) __THROW;
  979 extern int getpagesize (void)  __THROW __attribute__ ((__const__));
  984 extern int getdtablesize (void) __THROW;
  995      __THROW __nonnull ((1)) __wur;
 1007      __THROW __nonnull ((1)) __wur;
 1017 extern int ftruncate (int __fd, __off_t __length) __THROW __wur;
 1027 extern int ftruncate64 (int __fd, __off64_t __length) __THROW __wur;
 1038 extern int brk (void *__addr) __THROW __wur;
 1044 extern void *sbrk (intptr_t __delta) __THROW;
 1059 extern long int syscall (long int __sysno, ...) __THROW;
 1127      __THROW __nonnull ((1, 2));
 1132      __THROW __nonnull ((1));
 1140 		  ssize_t __n) __THROW __nonnull ((1, 2));
usr/include/utime.h
   46      __THROW __nonnull ((1));
usr/include/utmp.h
   41 extern int login_tty (int __fd) __THROW;
   45 extern void login (const struct utmp *__entry) __THROW;
   48 extern int logout (const char *__ut_line) __THROW;
   52 		     const char *__ut_host) __THROW;
   56      __THROW;
   59 extern int utmpname (const char *__file) __THROW;
   62 extern struct utmp *getutent (void) __THROW;
   65 extern void setutent (void) __THROW;
   68 extern void endutent (void) __THROW;
   72 extern struct utmp *getutid (const struct utmp *__id) __THROW;
   76 extern struct utmp *getutline (const struct utmp *__line) __THROW;
   79 extern struct utmp *pututline (const struct utmp *__utmp_ptr) __THROW;
   84 extern int getutent_r (struct utmp *__buffer, struct utmp **__result) __THROW;
   87 		      struct utmp **__result) __THROW;
   90 			struct utmp *__buffer, struct utmp **__result) __THROW;
usr/include/wchar.h
   89      __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;
  131 extern int wcscoll (const wchar_t *__s1, const wchar_t *__s2) __THROW;
  136 		       const wchar_t *__restrict __s2, size_t __n) __THROW;
  145 		      locale_t __loc) __THROW;
  151 			 size_t __n, locale_t __loc) __THROW;
  154 extern wchar_t *wcsdup (const wchar_t *__s) __THROW __attribute_malloc__;
  165      __THROW __attribute_pure__;
  175      __THROW __attribute_pure__;
  182      __THROW __attribute_pure__;
  188      __THROW __attribute_pure__;
  192      __THROW __attribute_pure__;
  202      __THROW __attribute_pure__;
  213      __THROW __attribute_pure__;
  219 			wchar_t **__restrict __ptr) __THROW;
  222 extern size_t wcslen (const wchar_t *__s) __THROW __attribute_pure__;
  234      __THROW __attribute_pure__;
  241      __THROW __attribute_pure__;
  254      __THROW __attribute_pure__;
  259      __THROW __attribute_pure__;
  263 			 const wchar_t *__restrict __s2, size_t __n) __THROW;
  268      __THROW;
  271 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
  278      __THROW;
  284 extern wint_t btowc (int __c) __THROW;
  288 extern int wctob (wint_t __c) __THROW;
  292 extern int mbsinit (const mbstate_t *__ps) __THROW __attribute_pure__;
  298 		       mbstate_t *__restrict __p) __THROW;
  302 		       mbstate_t *__restrict __ps) __THROW;
  306 			mbstate_t *__restrict __ps) __THROW;
  308 		      mbstate_t *__restrict __ps) __THROW;
  339 			 mbstate_t *__restrict __ps) __THROW;
  345 			 mbstate_t *__restrict __ps) __THROW;
  353 			  size_t __len, mbstate_t *__restrict __ps) __THROW;
  360 			  mbstate_t *__restrict __ps) __THROW;
  367 extern int wcwidth (wchar_t __c) __THROW;
  371 extern int wcswidth (const wchar_t *__s, size_t __n) __THROW;
  378 		      wchar_t **__restrict __endptr) __THROW;
  383 		     wchar_t **__restrict __endptr) __THROW;
  385 			    wchar_t **__restrict __endptr) __THROW;
  397 			  wchar_t **__restrict __endptr) __THROW;
  402 			  wchar_t **__restrict __endptr) __THROW;
  412 			    wchar_t **__restrict __endptr) __THROW;
  417 			    wchar_t **__restrict __endptr) __THROW;
  429 			wchar_t **__restrict __endptr, int __base) __THROW;
  435      __THROW;
  443      __THROW;
  450 					int __base) __THROW;
  459      __THROW;
  466 				       int __base) __THROW;
  475 			  locale_t __loc) __THROW;
  479 				    int __base, locale_t __loc) __THROW;
  484 				int __base, locale_t __loc) __THROW;
  490      __THROW;
  494      __THROW;
  498      __THROW;
  502 			      locale_t __loc) __THROW;
  513 			    locale_t __loc) __THROW;
  519 			    locale_t __loc) __THROW;
  531 			      locale_t __loc) __THROW;
  537 			      locale_t __loc) __THROW;
  552 			const wchar_t *__restrict __src) __THROW;
  558      __THROW;
  567 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __THROW;
  573 extern int fwide (__FILE *__fp, int __mode) __THROW;
  592      __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 4))) */;
  614      __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */;
  633      __THROW /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */;
  688      __THROW /* __attribute__ ((__format__ (__wscanf__, 2, 0))) */;
  837 			const struct tm *__restrict __tp) __THROW;
  845 			  locale_t __loc) __THROW;
usr/include/wctype.h
   52 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;
   98 extern int iswspace_l (wint_t __wc, locale_t __locale) __THROW;
  103 extern int iswupper_l (wint_t __wc, locale_t __locale) __THROW;
  108 extern int iswxdigit_l (wint_t __wc, locale_t __locale) __THROW;
  113 extern int iswblank_l (wint_t __wc, locale_t __locale) __THROW;
  118      __THROW;
  123      __THROW;
  130 extern wint_t towlower_l (wint_t __wc, locale_t __locale) __THROW;
  133 extern wint_t towupper_l (wint_t __wc, locale_t __locale) __THROW;
  138      __THROW;
  142 			   locale_t __locale) __THROW;
usr/include/wordexp.h
   66 extern void wordfree (wordexp_t *__wordexp) __THROW;
usr/include/x86_64-linux-gnu/bits/cpu-set.h
  118      __THROW;
  119 extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
  120 extern void __sched_cpufree (cpu_set_t *__set) __THROW;
usr/include/x86_64-linux-gnu/bits/dlfcn.h
   60 extern void _dl_mcount_wrapper_check (void *__selfpc) __THROW;
usr/include/x86_64-linux-gnu/bits/fcntl-linux.h
  386     __THROW;
  443 			      int __flags) __THROW;
usr/include/x86_64-linux-gnu/bits/getopt_core.h
   92        __THROW __nonnull ((2, 3));
usr/include/x86_64-linux-gnu/bits/getopt_ext.h
   69        __THROW __nonnull ((2, 3));
   73        __THROW __nonnull ((2, 3));
usr/include/x86_64-linux-gnu/bits/iscanonical.h
   24      __THROW __attribute__ ((__const__));
usr/include/x86_64-linux-gnu/bits/libio.h
  435 extern int _IO_feof (_IO_FILE *__fp) __THROW;
  436 extern int _IO_ferror (_IO_FILE *__fp) __THROW;
  444 extern void _IO_flockfile (_IO_FILE *) __THROW;
  445 extern void _IO_funlockfile (_IO_FILE *) __THROW;
  446 extern int _IO_ftrylockfile (_IO_FILE *) __THROW;
  472 extern void _IO_free_backup_area (_IO_FILE *) __THROW;
usr/include/x86_64-linux-gnu/bits/mman-shared.h
   46 int memfd_create (const char *__name, unsigned int __flags) __THROW;
   50 int mlock2 (const void *__addr, size_t __length, unsigned int __flags) __THROW;
   56 int pkey_alloc (unsigned int __flags, unsigned int __access_rights) __THROW;
   60 int pkey_set (int __key, unsigned int __access_rights) __THROW;
   64 int pkey_get (int __key) __THROW;
   68 int pkey_free (int __key) __THROW;
   72 int pkey_mprotect (void *__addr, size_t __len, int __prot, int __pkey) __THROW;
usr/include/x86_64-linux-gnu/bits/ptrace-shared.h
   78 extern long int ptrace (enum __ptrace_request __request, ...) __THROW;
usr/include/x86_64-linux-gnu/bits/resource.h
  205 		    struct rlimit *__old_limit) __THROW;
  219 		      struct rlimit64 *__old_limit) __THROW;
usr/include/x86_64-linux-gnu/bits/sched.h
   85 		  int __flags, void *__arg, ...) __THROW;
   88 extern int unshare (int __flags) __THROW;
   91 extern int sched_getcpu (void) __THROW;
   94 extern int setns (int __fd, int __nstype) __THROW;
usr/include/x86_64-linux-gnu/bits/shm.h
   42 extern int __getpagesize (void) __THROW __attribute__ ((__const__));
usr/include/x86_64-linux-gnu/bits/sigthread.h
   33 			    __sigset_t *__restrict __oldmask)__THROW;
   36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
   41 			     const union sigval __value) __THROW;
usr/include/x86_64-linux-gnu/bits/socket.h
  303 				      struct cmsghdr *__cmsg) __THROW;
usr/include/x86_64-linux-gnu/bits/time.h
   78 extern int clock_adjtime (__clockid_t __clock_id, struct timex *__utx) __THROW;
usr/include/x86_64-linux-gnu/bits/uio-ext.h
   34   __THROW;
   42   __THROW;
usr/include/x86_64-linux-gnu/bits/wctype-wchar.h
   95 extern int iswalnum (wint_t __wc) __THROW;
  101 extern int iswalpha (wint_t __wc) __THROW;
  104 extern int iswcntrl (wint_t __wc) __THROW;
  108 extern int iswdigit (wint_t __wc) __THROW;
  112 extern int iswgraph (wint_t __wc) __THROW;
  117 extern int iswlower (wint_t __wc) __THROW;
  120 extern int iswprint (wint_t __wc) __THROW;
  125 extern int iswpunct (wint_t __wc) __THROW;
  130 extern int iswspace (wint_t __wc) __THROW;
  135 extern int iswupper (wint_t __wc) __THROW;
  140 extern int iswxdigit (wint_t __wc) __THROW;
  146 extern int iswblank (wint_t __wc) __THROW;
  155 extern wctype_t wctype (const char *__property) __THROW;
  159 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
  166 extern wint_t towlower (wint_t __wc) __THROW;
  169 extern wint_t towupper (wint_t __wc) __THROW;
usr/include/x86_64-linux-gnu/sys/auxv.h
   33   __THROW;
usr/include/x86_64-linux-gnu/sys/epoll.h
   96 extern int epoll_create (int __size) __THROW;
  100 extern int epoll_create1 (int __flags) __THROW;
  110 		      struct epoll_event *__event) __THROW;
usr/include/x86_64-linux-gnu/sys/inotify.h
   84 extern int inotify_init (void) __THROW;
   87 extern int inotify_init1 (int __flags) __THROW;
   92   __THROW;
   95 extern int inotify_rm_watch (int __fd, int __wd) __THROW;
usr/include/x86_64-linux-gnu/sys/ioctl.h
   41 extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
usr/include/x86_64-linux-gnu/sys/ipc.h
   50 extern key_t ftok (const char *__pathname, int __proj_id) __THROW;
usr/include/x86_64-linux-gnu/sys/mman.h
   58 		   int __flags, int __fd, __off_t __offset) __THROW;
   71 		     int __flags, int __fd, __off64_t __offset) __THROW;
   76 extern int munmap (void *__addr, size_t __len) __THROW;
   81 extern int mprotect (void *__addr, size_t __len, int __prot) __THROW;
   94 extern int madvise (void *__addr, size_t __len, int __advice) __THROW;
   98 extern int posix_madvise (void *__addr, size_t __len, int __advice) __THROW;
  103 extern int mlock (const void *__addr, size_t __len) __THROW;
  106 extern int munlock (const void *__addr, size_t __len) __THROW;
  111 extern int mlockall (int __flags) __THROW;
  115 extern int munlockall (void) __THROW;
  124      __THROW;
  134 		     int __flags, ...) __THROW;
  139 			     size_t __pgoff, int __flags) __THROW;
usr/include/x86_64-linux-gnu/sys/mount.h
  140 		  const void *__data) __THROW;
  143 extern int umount (const char *__special_file) __THROW;
  146 extern int umount2 (const char *__special_file, int __flags) __THROW;
usr/include/x86_64-linux-gnu/sys/msg.h
   61 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
   64 extern int msgget (key_t __key, int __msgflg) __THROW;
usr/include/x86_64-linux-gnu/sys/personality.h
   76 extern int personality (unsigned long int __persona) __THROW;
usr/include/x86_64-linux-gnu/sys/prctl.h
   27 extern int prctl (int __option, ...) __THROW;
usr/include/x86_64-linux-gnu/sys/resource.h
   51 		      struct rlimit *__rlimits) __THROW;
   62 			struct rlimit64 *__rlimits) __THROW;
   70 		      const struct rlimit *__rlimits) __THROW;
   82 			const struct rlimit64 *__rlimits) __THROW;
   87 extern int getrusage (__rusage_who_t __who, struct rusage *__usage) __THROW;
   93 extern int getpriority (__priority_which_t __which, id_t __who) __THROW;
   98      __THROW;
usr/include/x86_64-linux-gnu/sys/shm.h
   49 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW;
   52 extern int shmget (key_t __key, size_t __size, int __shmflg) __THROW;
   56      __THROW;
   59 extern int shmdt (const void *__shmaddr) __THROW;
usr/include/x86_64-linux-gnu/sys/socket.h
  102 extern int socket (int __domain, int __type, int __protocol) __THROW;
  109 		       int __fds[2]) __THROW;
  113      __THROW;
  117 			socklen_t *__restrict __len) __THROW;
  131 			socklen_t *__restrict __len) __THROW;
  210 		       socklen_t *__restrict __optlen) __THROW;
  216 		       const void *__optval, socklen_t __optlen) __THROW;
  222 extern int listen (int __fd, int __n) __THROW;
  250 extern int shutdown (int __fd, int __how) __THROW;
  255 extern int sockatmark (int __fd) __THROW;
  263 extern int isfdtype (int __fd, int __fdtype) __THROW;
usr/include/x86_64-linux-gnu/sys/stat.h
  206 		 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
  210 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
  225 		   struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
  226 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
  236      __THROW __nonnull ((2, 3));
  251      __THROW __nonnull ((2, 3));
  260 		  struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
  274      __THROW __nonnull ((1, 2));
  281      __THROW __nonnull ((1));
  288      __THROW __nonnull ((1));
  293 extern int fchmod (int __fd, __mode_t __mode) __THROW;
  301      __THROW __nonnull ((2)) __wur;
  308 extern __mode_t umask (__mode_t __mask) __THROW;
  313 extern __mode_t getumask (void) __THROW;
  318      __THROW __nonnull ((1));
  325      __THROW __nonnull ((2));
  333      __THROW __nonnull ((1));
  340 		    __dev_t __dev) __THROW __nonnull ((2));
  347      __THROW __nonnull ((1));
  354      __THROW __nonnull ((2));
  363      __THROW __nonnull ((2));
  368 extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
  396      __THROW __nonnull ((3));
  398 		    struct stat *__stat_buf) __THROW __nonnull ((2, 3));
  400 		     struct stat *__stat_buf) __THROW __nonnull ((2, 3));
  403      __THROW __nonnull ((3, 4));
  429      __THROW __nonnull ((3));
  431 		      struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
  433 		       struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
  436      __THROW __nonnull ((3, 4));
  439 		     __dev_t *__dev) __THROW __nonnull ((2, 4));
  443      __THROW __nonnull ((3, 5));
usr/include/x86_64-linux-gnu/sys/statfs.h
   32      __THROW __nonnull ((1, 2));
   44      __THROW __nonnull ((1, 2));
   51      __THROW __nonnull ((2));
   62      __THROW __nonnull ((2));
usr/include/x86_64-linux-gnu/sys/statvfs.h
   53      __THROW __nonnull ((1, 2));
   67      __THROW __nonnull ((1, 2));
   74      __THROW __nonnull ((2));
   85      __THROW __nonnull ((2));
usr/include/x86_64-linux-gnu/sys/sysinfo.h
   29 extern int sysinfo (struct sysinfo *__info) __THROW;
   33 extern int get_nprocs_conf (void) __THROW;
   36 extern int get_nprocs (void) __THROW;
   40 extern long int get_phys_pages (void) __THROW;
   43 extern long int get_avphys_pages (void) __THROW;
usr/include/x86_64-linux-gnu/sys/syslog.h
  184 extern int setlogmask (int __mask) __THROW;
usr/include/x86_64-linux-gnu/sys/time.h
   69 			 __timezone_ptr_t __tz) __THROW __nonnull ((1));
   76      __THROW;
   83 		    struct timeval *__olddelta) __THROW;
  123 		      struct itimerval *__value) __THROW;
  130 		      struct itimerval *__restrict __old) __THROW;
  136      __THROW __nonnull ((1));
  141      __THROW __nonnull ((1));
  144 extern int futimes (int __fd, const struct timeval __tvp[2]) __THROW;
  152 		      const struct timeval __tvp[2]) __THROW;
usr/include/x86_64-linux-gnu/sys/times.h
   46 extern clock_t times (struct tms *__buffer) __THROW;
usr/include/x86_64-linux-gnu/sys/timex.h
   57 extern int __adjtimex (struct timex *__ntx) __THROW;
   58 extern int adjtimex (struct timex *__ntx) __THROW;
   67 extern int ntp_adjtime (struct timex *__tntx) __THROW;
usr/include/x86_64-linux-gnu/sys/utsname.h
   81 extern int uname (struct utsname *__name) __THROW;