Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c1139 FILE *to_shell_command = popen (shell_command, "w"); in pipe_command() local
1141 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()