Lines Matching defs:_fp
487 #define getc(_fp) __GETC(_fp) argument
533 #define putc(_ch, _fp) __PUTC(_ch, _fp) argument
894 #define fgetc(_fp) __FGETC(_fp) argument
895 #define fputc(_ch, _fp) __FPUTC(_ch, _fp) argument
899 #define getc_unlocked(_fp) __GETC_UNLOCKED(_fp) argument
901 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp) argument
905 #define fgetc_unlocked(_fp) __FGETC_UNLOCKED(_fp) argument
906 #define fputc_unlocked(_ch, _fp) __FPUTC_UNLOCKED(_ch, _fp) argument
918 #define clearerr(_fp) __CLEARERR(_fp) argument
919 #define feof(_fp) __FEOF(_fp) argument
920 #define ferror(_fp) __FERROR(_fp) argument
923 #define clearerr_unlocked(_fp) __CLEARERR_UNLOCKED(_fp) argument
924 #define feof_unlocked(_fp) __FEOF_UNLOCKED(_fp) argument
925 #define ferror_unlocked(_fp) __FERROR_UNLOCKED(_fp) argument