Home
last modified time | relevance | path

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

/include/
A Dstdio.h487 #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
918 #define clearerr(_fp) __CLEARERR(_fp) argument
919 #define feof(_fp) __FEOF(_fp) argument
920 #define ferror(_fp) __FERROR(_fp) argument
[all …]

Completed in 13 milliseconds