Searched defs:start_command (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/
H A Dproc.c437 if ((pid = start_command(state.var.shell, 0, fd0, fd1, "-c", cmd, NiL)) < 0) {
467 if ((pid = start_command(cmd, critical, infd, outfd, a0, a1, a2)) < 0)
479 start_command(char* cmd, int critical, int infd, int outfd, char* a0, char* a1, char* a2) function

Completed in 9 milliseconds