Home
last modified time | relevance | path

Searched refs:start_command (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/mail/
H A Dpopen.c119 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 Dextern.h234 pid_t start_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
H A Dnames.c288 pid = start_command(shell, &nset, in outof()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcmd.c498 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 DChangeLog5863 (start_command): New function.