Searched refs:__THROW (Results 1 – 25 of 91) sorted by relevance
1234
/include/ |
A D | fenv.h | 65 extern int feclearexcept (int __excepts) __THROW; 72 extern int feraiseexcept (int __excepts) __THROW; 80 extern int fetestexcept (int __excepts) __THROW; 86 extern int fegetround (void) __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; 110 extern int feupdateenv (const fenv_t *__envp) __THROW; 123 extern int feenableexcept (int __excepts) __THROW; 128 extern int fedisableexcept (int __excepts) __THROW; [all …]
|
A D | utmp.h | 42 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; 58 __THROW; 61 extern int utmpname (const char *__file) __THROW; 64 extern struct utmp *getutent (void) __THROW; 67 extern void setutent (void) __THROW; 70 extern void endutent (void) __THROW; 89 struct utmp **__result) __THROW; [all …]
|
A D | wctype.h | 116 extern int iswalnum (wint_t __wc) __THROW; 123 extern int iswalpha (wint_t __wc) __THROW; 126 extern int iswcntrl (wint_t __wc) __THROW; 130 extern int iswdigit (wint_t __wc) __THROW; 134 extern int iswgraph (wint_t __wc) __THROW; 139 extern int iswlower (wint_t __wc) __THROW; 143 extern int iswprint (wint_t __wc) __THROW; 302 __THROW; 307 __THROW; 326 __THROW; [all …]
|
A D | resolv.h | 314 int res_init (void) __THROW; 324 u_char *, int) __THROW; 404 __THROW; 416 __THROW; 419 char *, int) __THROW; 435 __THROW; 437 __THROW; 439 __THROW; 441 __THROW; 446 int) __THROW; [all …]
|
A D | stdlib.h | 368 __THROW __nonnull ((2)); 410 __THROW __nonnull ((1)); 415 __THROW __nonnull ((1)); 420 __THROW __nonnull ((1)); 469 __THROW __nonnull ((2)); 505 __THROW __wur; 554 __THROW __nonnull ((1)); 596 __THROW __nonnull ((2)); 905 __THROW; 973 __THROW __nonnull ((2)); [all …]
|
A D | unistd.h | 297 __THROW __nonnull ((1)); 301 __THROW __nonnull ((1)); 355 __THROW; 484 __THROW; 595 __THROW __nonnull ((2)); 656 __THROW __nonnull ((1)); 790 __THROW; 795 __THROW; 801 __THROW __wur; 808 __THROW __wur; [all …]
|
A D | string.h | 39 __THROW __nonnull ((1, 2)); 44 __THROW __nonnull ((1, 2)); 54 __THROW __nonnull ((1, 2)); 92 __THROW __nonnull ((1, 2)); 97 __THROW __nonnull ((1, 2)); 102 __THROW __nonnull ((1, 2)); 125 __THROW __nonnull ((2)); 226 __THROW __nonnull ((2)); 236 __THROW __nonnull ((2, 3)); 309 __THROW __nonnull ((2)); [all …]
|
A D | 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; 63 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW; 68 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW; 74 const struct termios *__termios_p) __THROW; 80 extern void cfmakeraw (struct termios *__termios_p) __THROW; 84 extern int tcsendbreak (int __fd, int __duration) __THROW; 94 extern int tcflush (int __fd, int __queue_selector) __THROW; 98 extern int tcflow (int __fd, int __action) __THROW; [all …]
|
A D | stdio_ext.h | 46 extern size_t __fbufsize (FILE *__fp) __THROW; 51 extern int __freading (FILE *__fp) __THROW; 56 extern int __fwriting (FILE *__fp) __THROW; 61 extern int __freadable (FILE *__fp) __THROW; 64 extern int __fwritable (FILE *__fp) __THROW; 68 extern int __flbf (FILE *__fp) __THROW; 72 extern void __fpurge (FILE *__fp) __THROW; 75 extern size_t __fpending (FILE *__fp) __THROW; 82 extern int __fsetlocking (FILE *__fp, int __type) __THROW;
|
A D | signal.h | 117 __THROW; 120 __THROW; 130 __THROW; 148 __THROW; 168 extern int raise (int __sig) __THROW; 175 __THROW; 176 extern int gsignal (int __sig) __THROW; 252 __THROW __nonnull ((1)); 364 __THROW; 424 __THROW __attribute_deprecated__; [all …]
|
A D | time.h | 184 extern clock_t clock (void) __THROW; 193 __THROW __attribute__ ((__const__)); 217 __THROW; 229 __locale_t __loc) __THROW; 236 __locale_t __loc) __THROW; 257 struct tm *__restrict __tp) __THROW; 283 char *__restrict __buf) __THROW; 288 char *__restrict __buf) __THROW; 297 extern void tzset (void) __THROW; 355 __THROW; [all …]
|
A D | wchar.h | 139 __THROW; 148 __THROW; 299 __THROW; 310 __THROW; 423 __THROW; 431 __THROW; 448 __THROW; 494 __THROW; 499 __THROW; 503 __THROW; [all …]
|
A D | ctype.h | 36 extern int isalnum(int __c) __THROW; 38 extern int isalpha(int __c) __THROW; 40 extern int iscntrl(int __c) __THROW; 42 extern int isdigit(int __c) __THROW; 44 extern int islower(int __c) __THROW; 46 extern int isgraph(int __c) __THROW; 48 extern int isprint(int __c) __THROW; 50 extern int ispunct(int __c) __THROW; 52 extern int isspace(int __c) __THROW; 54 extern int isupper(int __c) __THROW; [all …]
|
A D | strings.h | 38 __THROW __nonnull ((1, 2)); 41 extern void bzero (void *__s, size_t __n) __THROW __nonnull ((1)); 45 __THROW __attribute_pure__ __nonnull ((1, 2)); 49 __THROW __attribute_pure__ __nonnull ((1)); 53 __THROW __attribute_pure__ __nonnull ((1)); 70 extern int ffs (int __i) __THROW __attribute__ ((__const__)); 79 __THROW __attribute__ ((__const__)); 85 __THROW __attribute_pure__ __nonnull ((1, 2)); 90 __THROW __attribute_pure__ __nonnull ((1, 2)); 103 __THROW __attribute_pure__ __nonnull ((1, 2, 3)); [all …]
|
A D | mntent.h | 66 extern FILE *setmntent (const char *__file, const char *__mode) __THROW; 72 extern struct mntent *getmntent (FILE *__stream) __THROW; 79 int __bufsize) __THROW; 86 const struct mntent *__restrict __mnt) __THROW; 89 extern int endmntent (FILE *__stream) __THROW; 95 const char *__opt) __THROW;
|
A D | mqueue.h | 43 extern mqd_t mq_open (const char *__name, int __oflag, ...) __THROW; 47 extern int mq_close (mqd_t __mqdes) __THROW; 50 extern int mq_getattr (mqd_t __mqdes, struct mq_attr *__mqstat) __THROW; 56 struct mq_attr *__restrict __omqstat) __THROW; 59 extern int mq_unlink (const char *__name) __THROW; 64 __THROW;
|
A D | ttyent.h | 58 extern struct ttyent *getttyent (void) __THROW; 60 extern struct ttyent *getttynam (const char *__tty) __THROW; 61 extern int setttyent (void) __THROW; 63 extern int endttyent (void) __THROW;
|
/include/arpa/ |
A D | inet.h | 34 extern in_addr_t inet_addr (const char *__cp) __THROW; 38 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW; 43 __THROW; 52 extern in_addr_t inet_network (const char *__cp) __THROW; 57 extern char *inet_ntoa (struct in_addr __in) __THROW; 68 void *__restrict __buf) __THROW; 76 __THROW; 96 char *__buf, size_t __len) __THROW; 102 void *__buf, size_t __len) __THROW; 108 unsigned char *__buf, int __len) __THROW; [all …]
|
A D | nameser.h | 496 u_int ns_get16 (const u_char *) __THROW; 497 u_long ns_get32 (const u_char *) __THROW; 498 void ns_put16 (u_int, u_char *) __THROW; 499 void ns_put32 (u_long, u_char *) __THROW; 502 __THROW; 507 __THROW; 511 char *, size_t) __THROW; 535 const u_char **) __THROW; 541 ns_tcp_tsig_state *) __THROW; 546 __THROW; [all …]
|
/include/sys/ |
A D | xattr.h | 41 __THROW; 48 __THROW; 53 size_t __size, int __flags) __THROW; 58 void *__value, size_t __size) __THROW; 64 void *__value, size_t __size) __THROW; 69 size_t __size) __THROW; 75 __THROW; 81 __THROW; 86 __THROW; 90 extern int removexattr (const char *__path, const char *__name) __THROW; [all …]
|
A D | mman.h | 58 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; 83 extern int mprotect (void *__addr, size_t __len, int __prot) __THROW; 120 extern int mlock (const void *__addr, size_t __len) __THROW; 123 extern int munlock (const void *__addr, size_t __len) __THROW; 128 extern int mlockall (int __flags) __THROW; 132 extern int munlockall (void) __THROW; 152 __THROW; 162 int __flags, ...) __THROW; [all …]
|
A D | resource.h | 51 struct rlimit *__rlimits) __THROW; 63 struct rlimit64 *__rlimits) __THROW; 71 const struct rlimit *__rlimits) __THROW; 84 const struct rlimit64 *__rlimits) __THROW; 89 extern int getrusage (__rusage_who_t __who, struct rusage *__usage) __THROW; 95 extern int getpriority (__priority_which_t __which, id_t __who) __THROW; 101 __THROW; 109 struct rlimit *__old_limit) __THROW; 123 struct rlimit64 *__old_limit) __THROW;
|
A D | shm.h | 50 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW; 53 extern int shmget (key_t __key, size_t __size, int __shmflg) __THROW; 57 __THROW; 60 extern int shmdt (const void *__shmaddr) __THROW;
|
A D | stat.h | 244 __THROW __nonnull ((2, 3)); 260 __THROW __nonnull ((2, 3)); 285 __THROW __nonnull ((1, 2)); 293 __THROW __nonnull ((1)); 301 __THROW __nonnull ((1)); 332 __THROW __nonnull ((1)); 340 __THROW __nonnull ((2)); 349 __THROW __nonnull ((1)); 365 __THROW __nonnull ((1)); 372 __THROW __nonnull ((2)); [all …]
|
/include/netinet/ |
A D | ether.h | 36 extern char *ether_ntoa (const struct ether_addr *__addr) __THROW; 38 __THROW; 42 extern struct ether_addr *ether_aton (const char *__asc) __THROW; 44 struct ether_addr *__addr) __THROW; 49 __THROW; 53 __THROW; 57 char *__hostname) __THROW;
|
Completed in 58 milliseconds
1234