Searched refs:start_background_program_with_io (Results 1 – 4 of 4) sorted by relevance
257 int start_background_program_with_io(const char *cmd,int *childin,
795 int start_background_program_with_io(const char *cmd,int *childin, function845 int start_background_program_with_io(const char *cmd,int *childin, function
1795 * sysdep.c: start_background_program_with_io for Windows.1845 * sysdep.c: Add the start_background_program_with_io function.1849 * sysdep.h: Add start_background_program_with_io
3432 if ( ! start_background_program_with_io(cmd,&toserver,&fromserver) ) { in open_connection()