Searched refs:setvbuf (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diosetvbuf.c106 weak_alias (_IO_setvbuf, setvbuf)
H A Dstdio.h109 /* The possibilities for the third argument to `setvbuf'. */
290 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
/haiku/headers/cpp/
H A Diostdio.h89 #define setvbuf _IO_setvbuf macro
/haiku/src/tests/system/libroot/posix/
H A Dtst-wprintf2.c50 setvbuf(fp, NULL, _IONBF, 0);
/haiku/headers/private/kernel/boot/
H A Dstdio.h72 extern int setvbuf(FILE *file, char *buff, int mode, size_t size);
/haiku/headers/posix/
H A Dstdio.h137 extern int setvbuf(FILE *file, char *buff, int mode, size_t size);
/haiku/src/bin/unzip/
H A Dfileio.c428 setvbuf(G.outfile, (char *)slide, _IOFBF, WSIZE);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2438 void setvbuf() {} function
H A Dlibroot_stubs_legacy.c2428 void setvbuf() {} function

Completed in 97 milliseconds