Home
last modified time | relevance | path

Searched refs:w32_poor_mans_fork (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dw32util.h206 W32_DLL_IMPORT pid_t w32_poor_mans_fork ( char* pszCommandLine, int* pnWriteToChildStdinFD );
H A Dprinter.c721 pid = w32_poor_mans_fork ( dev->filename+1, &dev->fd ); in open_printer()
H A Dhscmisc.c1443 rc = w32_poor_mans_fork( pszNewCommandLine, NULL ); in herc_system()
H A Dw32util.c2320 DLL_EXPORT pid_t w32_poor_mans_fork ( char* pszCommandLine, int* pnWriteToChildStdinFD ) in w32_poor_mans_fork() function