Searched refs:mail_run_background (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_run.h17 extern int mail_run_background(const char *, char **);
H A Dmail_run.c13 /* int mail_run_background(dir, argv)
29 /* mail_run_background() runs the named command in the background.
41 /* command. mail_run_background() returns the process id in case
111 /* mail_run_background - run command in background */
113 int mail_run_background(const char *dir, char **argv) function
/macosx-10.9.5/postfix-252/postfix/src/sendmail/
H A Dsendmail.c1366 err = (mail_run_background(var_command_dir, ext_argv->argv) < 0);

Completed in 159 milliseconds