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

  /src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c 79 this contains the quoted shell command. I.e., SHELL_COMMAND in
80 {"$SHELL" "-c", SHELL_COMMAND, NULL}. */
187 std::string &shell_command = m_storage; local
189 shell_command = "exec ";
195 shell_command += exec_wrapper;
196 shell_command += ' ';
238 shell_command += '\'';
242 shell_command += "'\\''";
244 shell_command += "\\!";
246 shell_command += *p
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
fork-inferior.c 149 std::string shell_command = "exec "; local
155 shell_command += exec_wrapper;
156 shell_command += ' ';
198 shell_command += '\'';
202 shell_command += "'\\''";
204 shell_command += "\\!";
206 shell_command += *p;
208 shell_command += '\'';
211 shell_command += exec_file;
213 shell_command += ' ' + allargs
    [all...]
  /src/external/bsd/tmux/dist/
tmux.c 44 const char *shell_command; variable
388 shell_command = optarg;
448 if (shell_command != NULL && argc != 0)
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c 955 shell_command (const char *arg, int from_tty)
1083 COMMAND from SHELL_COMMAND, in alternative to |. This is useful in\n\
1120 error (_("Missing delimiter before SHELL_COMMAND"));
1129 const char *shell_command = skip_spaces (arg);
1130 if (*shell_command == '\0')
1131 error (_("Missing SHELL_COMMAND"));
1133 FILE *to_shell_command = popen (shell_command, "w");
1136 error (_("Error launching \"%s\""), shell_command);
1148 error (_("shell command \"%s\" failed: %s"), shell_command,
2803 = add_com ("shell", class_support, shell_command, _("
950 shell_command (const char *arg, int from_tty) function
1124 const char *shell_command = skip_spaces (arg); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c 956 shell_command (const char *arg, int from_tty)
1102 COMMAND from SHELL_COMMAND, in alternative to |. This is useful in\n\
1139 error (_("Missing delimiter before SHELL_COMMAND"));
1148 const char *shell_command = skip_spaces (arg);
1149 if (*shell_command == '\0')
1150 error (_("Missing SHELL_COMMAND"));
1152 FILE *to_shell_command = popen (shell_command, "w");
1155 error (_("Error launching \"%s\""), shell_command);
1167 error (_("shell command \"%s\" failed: %s"), shell_command,
2850 = add_com ("shell", class_support, shell_command, _("
951 shell_command (const char *arg, int from_tty) function
1143 const char *shell_command = skip_spaces (arg); local
    [all...]

Completed in 23 milliseconds