Symbol: __wur
src/system/libroot/posix/glibc/include/misc/sys/cdefs.h
310
#ifndef __wur
src/system/libroot/posix/glibc/libio/stdio.h
205
extern FILE *tmpfile (void) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
208
extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
215
extern FILE *tmpfile64 (void) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
219
extern char *tmpnam (char *__s) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
225
extern char *tmpnam_r (char *__s) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
238
__THROW __attribute_malloc__ __wur;
src/system/libroot/posix/glibc/libio/stdio.h
283
const char *__restrict __modes) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
290
FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
295
__wur;
src/system/libroot/posix/glibc/libio/stdio.h
299
__wur;
src/system/libroot/posix/glibc/libio/stdio.h
308
const char *__restrict __modes) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
311
FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
316
extern FILE *fdopen (int __fd, const char *__modes) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
324
_IO_cookie_io_functions_t __io_funcs) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
330
__THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
335
extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
411
__THROWNL __attribute__ ((__format__ (__printf__, 2, 0))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
414
__THROWNL __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
417
__THROWNL __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
436
const char *__restrict __format, ...) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
441
extern int scanf (const char *__restrict __format, ...) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
455
__isoc99_fscanf) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
457
__isoc99_scanf) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
463
const char *__restrict __format, ...) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
464
extern int __isoc99_scanf (const char *__restrict __format, ...) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
483
__attribute__ ((__format__ (__scanf__, 2, 0))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
490
__attribute__ ((__format__ (__scanf__, 1, 0))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
508
__attribute__ ((__format__ (__scanf__, 2, 0))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
511
__attribute__ ((__format__ (__scanf__, 1, 0))) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
520
_G_va_list __arg) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
522
_G_va_list __arg) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
633
__wur;
src/system/libroot/posix/glibc/libio/stdio.h
648
extern char *gets (char *__s) __wur __attribute_deprecated__;
src/system/libroot/posix/glibc/libio/stdio.h
660
FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
677
FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
680
FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
690
FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
720
size_t __n, FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
748
size_t __n, FILE *__restrict __stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
764
extern long int ftell (FILE *__stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
788
extern __off_t ftello (FILE *__stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
829
extern __off64_t ftello64 (FILE *__stream) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
838
extern int feof (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
840
extern int ferror (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
846
extern int feof_unlocked (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
847
extern int ferror_unlocked (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
868
extern int fileno (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
873
extern int fileno_unlocked (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/libio/stdio.h
882
extern FILE *popen (const char *__command, const char *__modes) __wur;
src/system/libroot/posix/glibc/libio/stdio.h
926
extern int ftrylockfile (FILE *__stream) __THROW __wur;
src/system/libroot/posix/glibc/stdio-common/printf.h
116
extern int register_printf_modifier (const wchar_t *__str) __wur __THROW;
src/system/libroot/posix/glibc/stdio-common/printf.h
122
extern int register_printf_type (printf_va_arg_function __fct) __wur __THROW;