Searched refs:_fp (Results 1 – 2 of 2) sorted by relevance
80 #define _IO_cleanup_region_start(_fct, _fp) \ argument81 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)90 # define _IO_acquire_lock(_fp) \ argument94 = (_fp); \96 # define _IO_acquire_lock_clear_flags2(_fp) \ argument100 = (_fp); \103 # define _IO_acquire_lock(_fp) _IO_acquire_lock_needs_exceptions_enabled argument104 # define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp) argument106 # define _IO_release_lock(_fp) ; } while (0) argument
486 #define getc(_fp) __GETC(_fp) argument532 #define putc(_ch, _fp) __PUTC(_ch, _fp) argument900 #define fgetc(_fp) __FGETC(_fp) argument901 #define fputc(_ch, _fp) __FPUTC(_ch, _fp) argument905 #define getc_unlocked(_fp) __GETC_UNLOCKED(_fp) argument907 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp) argument911 #define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp) argument924 #define clearerr(_fp) __CLEARERR(_fp) argument925 #define feof(_fp) __FEOF(_fp) argument926 #define ferror(_fp) __FERROR(_fp) argument[all …]
Completed in 4 milliseconds