Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h74 DllExport PerlIO* win32_popen( const char *command, const char *mode );
H A Dwin32.c526 return win32_popen(cmd, mode); in Perl_my_popen()
3653 win32_popen(const char *command, const char *mode) in win32_popen() function
H A Dperlhost.h1774 return win32_popen(command, mode); in PerlProcPopen()