Searched refs:run_command (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/usr.bin/mail/ |
H A D | edit.c | 175 if (run_command(edit, 0, -1, -1, tempname, NULL, NULL) < 0) { in run_editor()
|
H A D | collect.c | 355 rc = run_command(sh, 0, nullfd, fileno(fbuf), in collect() 576 if (run_command(sh, 0, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) { in mespipe()
|
H A D | cmd3.c | 59 run_command(sh, 0, -1, -1, "-c", cmd, NULL); in shell() 77 run_command(sh, 0, -1, -1, NULL, NULL, NULL); in dosh()
|
H A D | extern.h | 199 int run_command(char *, sigset_t *, int, int, char *, char *, char *);
|
H A D | cmd1.c | 433 run_command(cmd, 0, -1, -1, dirname, NULL, NULL); in folders()
|
H A D | popen.c | 206 run_command(char *cmd, sigset_t *mask, int infd, int outfd, char *a0, char *a1, in run_command() function
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | infcmd.c | 104 static void run_command (char *, int); 625 run_command (char *args, int from_tty) in run_command() function 3136 c = add_com ("run", class_run, run_command, _("\ in _initialize_infcmd()
|