Searched refs:to_shell_command (Results 1 – 1 of 1) sorted by relevance
1139 FILE *to_shell_command = popen (shell_command, "w"); in pipe_command() local1141 if (to_shell_command == nullptr) in pipe_command()1146 stdio_file pipe_file (to_shell_command); in pipe_command()1152 pclose (to_shell_command); in pipe_command()1156 int exit_status = pclose (to_shell_command); in pipe_command()