Searched refs:_IO_setvbuf (Results 1 – 4 of 4) sorted by relevance
/libio/ |
A D | iosetvbuf.c | 34 _IO_setvbuf (FILE *fp, char *buf, int mode, size_t size) in _IO_setvbuf() function 96 libc_hidden_def (_IO_setvbuf) 98 weak_alias (_IO_setvbuf, setvbuf)
|
A D | setlinebuf.c | 35 _IO_setvbuf (stream, NULL, 1, 0); in setlinebuf()
|
A D | iolibio.h | 48 extern int _IO_setvbuf (FILE*, char*, int, size_t) __THROW; 49 libc_hidden_proto (_IO_setvbuf) 77 #define _IO_setlinebuf(_FP) _IO_setvbuf (_FP, NULL, 1, 0)
|
A D | Versions | 36 _IO_setbuffer; _IO_setlinebuf; _IO_setvbuf; _IO_sgetn;
|
Completed in 6 milliseconds