Searched refs:start_command (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/usr.bin/mail/ |
H A D | popen.c | 119 pid = start_command(value("SHELL"), &nset, fd0, fd1, "-c", cmd, NULL); in Popen() 247 start_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) in start_command() function
|
H A D | extern.h | 234 pid_t start_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
|
H A D | names.c | 288 pid = start_command(shell, &nset, in outof()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | infcmd.c | 498 start_command (char *args, int from_tty) in start_command() function 2121 c = add_com ("start", class_run, start_command, in _initialize_infcmd()
|
H A D | ChangeLog | 5863 (start_command): New function.
|