Home | History | Annotate | Download | only in include

Lines Matching refs:__wur

172 extern FILE *tmpfile (void) __wur;
175 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur;
182 extern FILE *tmpfile64 (void) __wur;
186 extern char *tmpnam (char *__s) __THROW __wur;
192 extern char *tmpnam_r (char *__s) __THROW __wur;
205 __THROW __attribute_malloc__ __wur;
250 __const char *__restrict __modes) __wur;
257 FILE *__restrict __stream) __wur;
262 __wur;
266 __wur;
275 __const char *__restrict __modes) __wur;
278 FILE *__restrict __stream) __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;
376 __THROW __attribute__ ((__format__ (__printf__, 2, 0))) __wur;
379 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
382 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
404 __const char *__restrict __format, ...) __wur;
409 extern int scanf (__const char *__restrict __format, ...) __wur;
423 __isoc99_fscanf) __wur;
425 __isoc99_scanf) __wur;
431 __const char *__restrict __format, ...) __wur;
432 extern int __isoc99_scanf (__const char *__restrict __format, ...) __wur;
451 __attribute__ ((__format__ (__scanf__, 2, 0))) __wur;
458 __attribute__ ((__format__ (__scanf__, 1, 0))) __wur;
476 __attribute__ ((__format__ (__scanf__, 2, 0))) __wur;
479 __attribute__ ((__format__ (__scanf__, 1, 0))) __wur;
488 _G_va_list __arg) __wur;
490 _G_va_list __arg) __wur;
601 __wur;
608 extern char *gets (char *__s) __wur;
619 FILE *__restrict __stream) __wur;
636 FILE *__restrict __stream) __wur;
639 FILE *__restrict __stream) __wur;
649 FILE *__restrict __stream) __wur;
679 size_t __n, FILE *__restrict __stream) __wur;
685 size_t __n, FILE *__restrict __s) __wur;
707 size_t __n, FILE *__restrict __stream) __wur;
709 size_t __n, FILE *__restrict __stream) __wur;
723 extern long int ftell (FILE *__stream) __wur;
747 extern __off_t ftello (FILE *__stream) __wur;
788 extern __off64_t ftello64 (FILE *__stream) __wur;
797 extern int feof (FILE *__stream) __THROW __wur;
799 extern int ferror (FILE *__stream) __THROW __wur;
805 extern int feof_unlocked (FILE *__stream) __THROW __wur;
806 extern int ferror_unlocked (FILE *__stream) __THROW __wur;
827 extern int fileno (FILE *__stream) __THROW __wur;
832 extern int fileno_unlocked (FILE *__stream) __THROW __wur;
842 extern FILE *popen (__const char *__command, __const char *__modes) __wur;
886 extern int ftrylockfile (FILE *__stream) __THROW __wur;