Searched defs:__fp (Results 1 – 4 of 4) sorted by relevance
/libio/bits/ |
A D | stdio.h | 56 fgetc_unlocked (FILE *__fp) in fgetc_unlocked() 66 getc_unlocked (FILE *__fp) in getc_unlocked()
|
/libio/ |
A D | iolibio.h | 56 #define _IO_fseek(__fp, __offset, __whence) \ argument
|
A D | libioP.h | 344 struct _IO_FILE_plus __fp; member 379 #define _IO_sputn(__fp, __s, __n) _IO_XSPUTN (__fp, __s, __n) argument 525 #define _IO_setp(__fp, __p, __ep) \ argument 528 #define _IO_wsetp(__fp, __p, __ep) \ argument 565 #define _IO_file_is_open(__fp) ((__fp)->_fileno != -1) argument
|
A D | libio.h | 241 #define _IO_fwide(__fp, __mode) \ argument
|
Completed in 11 milliseconds