Home
last modified time | relevance | path

Searched defs:_fp (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h486 #define getc(_fp) __GETC(_fp) argument
532 #define putc(_ch, _fp) __PUTC(_ch, _fp) argument
900 #define fgetc(_fp) __FGETC(_fp) argument
901 #define fputc(_ch, _fp) __FPUTC(_ch, _fp) argument
905 #define getc_unlocked(_fp) __GETC_UNLOCKED(_fp) argument
907 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp) argument
911 #define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp) argument
924 #define clearerr(_fp) __CLEARERR(_fp) argument
925 #define feof(_fp) __FEOF(_fp) argument
926 #define ferror(_fp) __FERROR(_fp) argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/
A Dstdio-lock.h80 #define _IO_cleanup_region_start(_fct, _fp) \ argument
90 # define _IO_acquire_lock(_fp) \ argument
96 # define _IO_acquire_lock_clear_flags2(_fp) \ argument
103 # define _IO_acquire_lock(_fp) _IO_acquire_lock_needs_exceptions_enabled argument
104 # define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp) argument
106 # define _IO_release_lock(_fp) ; } while (0) argument

Completed in 5 milliseconds