Home
last modified time | relevance | path

Searched refs:win32_setvbuf (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h100 DllExport int win32_setvbuf(FILE *pf, char *buf, int type, size_t size);
274 #define setvbuf win32_setvbuf
H A Dperlhost.h758 return win32_setvbuf(pf, buffer, type, size); in PerlStdIOSetVBuf()
791 win32_setvbuf(pf, NULL, _IOLBF, 0); in PerlStdIOSetlinebuf()
H A Dwin32.c4734 win32_setvbuf(FILE *pf, char *buf, int type, size_t size) in win32_setvbuf() function