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

  /src/usr.bin/mail/
mime_child.c 147 switch (pid = start_command(cmd, &nset, p[READ], fileno(fo), NULL)) {
149 /* start_command already did a warn(). */
popen.c 225 start_command(const char *cmd, sigset_t *nset, int infd, int outfd, ...) function
259 pid = start_command(shellcmd, &nset, fd0, fd1, "-c", cmd, NULL);
extern.h 248 int start_command(const char *, sigset_t *, int, int, ...);
names.c 351 pid = start_command(shellcmd, &nset,
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 519 start_command (const char *args, int from_tty)
3333 c = add_com ("start", class_run, start_command, _("\
518 start_command (const char *args, int from_tty) function
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 522 start_command (const char *args, int from_tty)
3329 c = add_com ("start", class_run, start_command, _("\
521 start_command (const char *args, int from_tty) function

Completed in 21 milliseconds