HomeSort by: relevance | last modified time | path
    Searched refs:shell_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
fork-inferior.c 40 arguments to the program. If starting with a shell, SHELL_FILE
41 is the shell to run. Otherwise, SHELL_FILE is NULL. */
43 const char *shell_file);
70 const char *shell_file);
142 escape_bang_in_quoted_argument (const char *shell_file)
144 size_t shell_file_len = strlen (shell_file);
153 if (shell_file[shell_file_len - 3] == 'c'
154 && shell_file[shell_file_len - 2] == 's'
155 && shell_file[shell_file_len - 1] == 'h')
165 const char *shell_file)
276 const char *shell_file; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c 40 arguments to the program. If starting with a shell, SHELL_FILE
41 is the shell to run. Otherwise, SHELL_FILE is NULL. */
43 const char *shell_file);
70 const char *shell_file);
142 escape_bang_in_quoted_argument (const char *shell_file)
144 size_t shell_file_len = strlen (shell_file);
153 if (shell_file[shell_file_len - 3] == 'c'
154 && shell_file[shell_file_len - 2] == 's'
155 && shell_file[shell_file_len - 1] == 'h')
165 const char *shell_file)
276 const char *shell_file; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
procfs.c 2768 const char *shell_file = get_shell (); local
2772 if (strchr (shell_file, '/') == NULL)
2775 /* We will be looking down the PATH to find shell_file. If we
2807 tryname = (char *) alloca (strlen (path) + strlen (shell_file) + 2);
2818 strcat (tryname, shell_file);
2835 __LINE__, shell_file);
2837 shell_file = tryname;
2845 NULL, procfs_pre_trace, shell_file, NULL);
  /src/external/gpl3/gdb.old/dist/gdb/
procfs.c 2763 const char *shell_file = get_shell (); local
2767 if (strchr (shell_file, '/') == NULL)
2770 /* We will be looking down the PATH to find shell_file. If we
2802 tryname = (char *) alloca (strlen (path) + strlen (shell_file) + 2);
2813 strcat (tryname, shell_file);
2830 __LINE__, shell_file);
2832 shell_file = tryname;
2840 NULL, procfs_pre_trace, shell_file, NULL);

Completed in 32 milliseconds