Searched refs:win32_setvbuf (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 100 DllExport int win32_setvbuf(FILE *pf, char *buf, int type, size_t size); 274 #define setvbuf win32_setvbuf
|
H A D | perlhost.h | 758 return win32_setvbuf(pf, buffer, type, size); in PerlStdIOSetVBuf() 791 win32_setvbuf(pf, NULL, _IOLBF, 0); in PerlStdIOSetlinebuf()
|
H A D | win32.c | 4734 win32_setvbuf(FILE *pf, char *buf, int type, size_t size) in win32_setvbuf() function
|