/glibc-2.36/nis/rpcsvc/ |
D | nislib.h | 54 __THROW; 56 __THROW; 58 const nis_object *obj) __THROW; 60 const nis_object *obj) __THROW; 116 const void *__userdata) __THROW; 119 unsigned int __flags) __THROW; 122 unsigned int __flags) __THROW; 125 unsigned int __flags) __THROW; 126 extern nis_result *nis_first_entry (const_nis_name __table_name) __THROW; 128 const netobj *__cookie) __THROW; [all …]
|
D | nis.h | 541 extern nis_result * nis_lookup_3 (ns_request *, CLIENT *) __THROW; 542 extern nis_result * nis_lookup_3_svc (ns_request *, struct svc_req *) __THROW; 544 extern nis_result * nis_add_3 (ns_request *, CLIENT *) __THROW; 545 extern nis_result * nis_add_3_svc (ns_request *, struct svc_req *) __THROW; 547 extern nis_result * nis_modify_3 (ns_request *, CLIENT *) __THROW; 548 extern nis_result * nis_modify_3_svc (ns_request *, struct svc_req *) __THROW; 550 extern nis_result * nis_remove_3 (ns_request *, CLIENT *) __THROW; 551 extern nis_result * nis_remove_3_svc (ns_request *, struct svc_req *) __THROW; 553 extern nis_result * nis_iblist_3 (ib_request *, CLIENT *) __THROW; 554 extern nis_result * nis_iblist_3_svc (ib_request *, struct svc_req *) __THROW; [all …]
|
D | ypclnt.h | 60 extern int yp_bind (const char *) __THROW; 61 extern void yp_unbind (const char *) __THROW; 62 extern int yp_get_default_domain (char **) __THROW; 64 const int, char **, int *) __THROW; 66 int *, char **, int *) __THROW; 68 const int, char **, int *, char **, int *) __THROW; 69 extern int yp_master (const char *, const char *, char **) __THROW; 70 extern int yp_order (const char *, const char *, unsigned int *) __THROW; 72 const struct ypall_callback *) __THROW; 73 extern const char *yperr_string (const int) __THROW; [all …]
|
/glibc-2.36/posix/ |
D | unistd.h | 287 extern int access (const char *__name, int __type) __THROW __nonnull ((1)); 293 __THROW __nonnull ((1)); 297 __THROW __nonnull ((1)); 302 __THROW __nonnull ((2, 3)); 310 __THROW __nonnull ((2)) __wur; 339 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW; 351 __THROW; 363 extern void closefrom (int __lowfd) __THROW; 437 extern int pipe (int __pipedes[2]) __THROW __wur; 442 extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur; [all …]
|
D | spawn.h | 94 __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 …]
|
/glibc-2.36/stdlib/ |
D | stdlib.h | 98 extern size_t __ctype_get_mb_cur_max (void) __THROW __wur; 103 __THROW __attribute_pure__ __nonnull ((1)) __wur; 106 __THROW __attribute_pure__ __nonnull ((1)) __wur; 109 __THROW __attribute_pure__ __nonnull ((1)) __wur; 114 __THROW __attribute_pure__ __nonnull ((1)) __wur; 120 __THROW __nonnull ((1)); 125 char **__restrict __endptr) __THROW __nonnull ((1)); 129 __THROW __nonnull ((1)); 137 __THROW __nonnull ((1)); 143 __THROW __nonnull ((1)); [all …]
|
/glibc-2.36/string/ |
D | string.h | 44 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)); 81 __THROW __attribute_pure__ __nonnull ((1, 2)); 88 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1)); 90 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1)); 94 memchr (void *__s, int __c, size_t __n) __THROW in memchr() 100 memchr (const void *__s, int __c, size_t __n) __THROW in memchr() [all …]
|
D | 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)); 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 …]
|
/glibc-2.36/resolv/ |
D | resolv.h | 182 void fp_nquery (const unsigned char *, int, FILE *) __THROW 184 void fp_query (const unsigned char *, FILE *) __THROW 186 const char * hostalias (const char *) __THROW 188 void p_query (const unsigned char *) __THROW 190 void res_close (void) __THROW; 191 int res_init (void) __THROW; 192 int res_isourserver (const struct sockaddr_in *) __THROW 196 unsigned char *, int) __THROW; 198 __THROW; 200 unsigned char *, int) __THROW; [all …]
|
/glibc-2.36/sysdeps/htl/ |
D | pthread.h | 81 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1)); 85 __THROW __nonnull ((1)); 92 __THROW __nonnull ((1, 2)); 98 __THROW __nonnull ((1)); 104 __THROW __nonnull ((1, 2)); 109 __param) __THROW __nonnull ((1, 2)); 115 __THROW __nonnull ((1, 2)); 120 __THROW __nonnull ((1)); 127 __THROW __nonnull ((1, 2)); 133 __THROW __nonnull ((1)); [all …]
|
/glibc-2.36/wcsmbs/ |
D | 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; [all …]
|
/glibc-2.36/sysdeps/nptl/ |
D | pthread.h | 224 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW; 269 extern int pthread_detach (pthread_t __th) __THROW; 273 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__)); 277 __THROW __attribute__ ((__const__)); 285 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1)); 289 __THROW __nonnull ((1)); 294 __THROW __nonnull ((1, 2)); 299 __THROW __nonnull ((1)); 305 __THROW __nonnull ((1, 2)); 310 __THROW __nonnull ((1)); [all …]
|
/glibc-2.36/signal/ |
D | signal.h | 78 __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 …]
|
/glibc-2.36/sunrpc/rpc/ |
D | 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; [all …]
|
D | svc.h | 190 rpcprot_t __protocol) __THROW; 199 extern void svc_unregister (rpcprog_t __prog, rpcvers_t __vers) __THROW; 207 extern void xprt_register (SVCXPRT *__xprt) __THROW; 215 extern void xprt_unregister (SVCXPRT *__xprt) __THROW; 245 caddr_t __xdr_location) __THROW; 247 extern void svcerr_decode (SVCXPRT *__xprt) __THROW; 249 extern void svcerr_weakauth (SVCXPRT *__xprt) __THROW; 251 extern void svcerr_noproc (SVCXPRT *__xprt) __THROW; 254 rpcvers_t __high_vers) __THROW; 256 extern void svcerr_auth (SVCXPRT *__xprt, enum auth_stat __why) __THROW; [all …]
|
/glibc-2.36/wctype/ |
D | 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; [all …]
|
/glibc-2.36/math/ |
D | 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; [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/sys/ |
D | io.h | 33 int __turn_on) __THROW; 38 extern int iopl (int __level) __THROW; 42 extern unsigned long int _bus_base (void) __THROW __attribute__ ((const)); 43 extern unsigned long int bus_base (void) __THROW __attribute__ ((const)); 46 extern unsigned long _bus_base_sparse (void) __THROW __attribute__ ((const)); 47 extern unsigned long bus_base_sparse (void) __THROW __attribute__ ((const)); 50 extern int _hae_shift (void) __THROW __attribute__ ((const)); 51 extern int hae_shift (void) __THROW __attribute__ ((const)); 69 __THROW __attribute__ ((const)); 76 unsigned char *__buf) __THROW; [all …]
|
/glibc-2.36/libio/ |
D | libioP.h | 359 extern void _IO_switch_to_main_get_area (FILE *) __THROW; 360 extern void _IO_switch_to_backup_area (FILE *) __THROW; 364 extern int _IO_sputbackc (FILE *, int) __THROW; 366 extern int _IO_sungetc (FILE *) __THROW; 367 extern void _IO_un_link (struct _IO_FILE_plus *) __THROW; 369 extern void _IO_link_in (struct _IO_FILE_plus *) __THROW; 371 extern void _IO_doallocbuf (FILE *) __THROW; 373 extern void _IO_unsave_markers (FILE *) __THROW; 375 extern void _IO_setb (FILE *, char *, char *, int) __THROW; 377 extern unsigned _IO_adjust_column (unsigned, const char *, int) __THROW; [all …]
|
D | iolibio.h | 13 extern FILE *_IO_fdopen (int, const char*) __THROW; 15 extern FILE *_IO_old_fdopen (int, const char*) __THROW; 16 extern FILE *_IO_new_fdopen (int, const char*) __THROW; 28 extern FILE *__fopen_maybe_mmap (FILE *) __THROW attribute_hidden; 41 extern void _IO_perror (const char*) __THROW; 46 extern void _IO_setbuffer (FILE *, char*, size_t) __THROW; 48 extern int _IO_setvbuf (FILE*, char*, int, size_t) __THROW; 50 extern int _IO_sscanf (const char*, const char*, ...) __THROW; 51 extern int _IO_sprintf (char *, const char*, ...) __THROW; 52 extern int _IO_ungetc (int, FILE*) __THROW; [all …]
|
/glibc-2.36/time/ |
D | time.h | 72 extern clock_t clock (void) __THROW; 76 extern time_t time (time_t *__timer) __THROW; 80 __THROW __attribute__ ((__const__)); 83 extern time_t mktime (struct tm *__tp) __THROW; 102 const struct tm *__restrict __tp) __THROW; 109 __THROW; 119 locale_t __loc) __THROW; 125 locale_t __loc) __THROW; 132 extern struct tm *gmtime (const time_t *__timer) __THROW; 136 extern struct tm *localtime (const time_t *__timer) __THROW; [all …]
|
/glibc-2.36/login/ |
D | 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; [all …]
|
/glibc-2.36/resolv/arpa/ |
D | nameser.h | 399 int ns_msg_getflag (ns_msg, int) __THROW; 400 unsigned int ns_get16 (const unsigned char *) __THROW; 401 unsigned long ns_get32 (const unsigned char *) __THROW; 402 void ns_put16 (unsigned int, unsigned char *) __THROW; 403 void ns_put32 (unsigned long, unsigned char *) __THROW; 404 int ns_initparse (const unsigned char *, int, ns_msg *) __THROW; 406 ns_sect, int) __THROW; 407 int ns_parserr (ns_msg *, ns_sect, int, ns_rr *) __THROW; 410 __THROW __NAMESER_DEPRECATED; 415 __THROW __NAMESER_DEPRECATED; [all …]
|
/glibc-2.36/wctype/bits/ |
D | 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; [all …]
|
/glibc-2.36/inet/arpa/ |
D | 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 [all …]
|