HomeSort by: relevance | last modified time | path
    Searched defs:to_shell_command (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 1133 FILE *to_shell_command = popen (shell_command, "w");
1135 if (to_shell_command == nullptr)
1140 SCOPE_EXIT { exit_status = pclose (to_shell_command); };
1142 stdio_file pipe_file (to_shell_command);
1128 FILE *to_shell_command = popen (shell_command, "w"); local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 1152 FILE *to_shell_command = popen (shell_command, "w");
1154 if (to_shell_command == nullptr)
1159 SCOPE_EXIT { exit_status = pclose (to_shell_command); };
1161 stdio_file pipe_file (to_shell_command);
1147 FILE *to_shell_command = popen (shell_command, "w"); local

Completed in 23 milliseconds