Searched refs:exitwhy (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dproc.c602 apr_exit_why_e *exitwhy,
607 return apr_proc_wait(proc, exitcode, exitwhy, waithow);
611 int *exitcode, apr_exit_why_e *exitwhy,
624 if (exitwhy == NULL) {
625 exitwhy = &ignorewhy;
640 *exitwhy = APR_PROC_EXIT;
644 *exitwhy = APR_PROC_SIGNAL;
648 *exitwhy |= APR_PROC_SIGNAL_CORE;
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_thread_proc.h622 * @param exitwhy Why the child died, the bitwise or of:
642 int *exitcode, apr_exit_why_e *exitwhy,
654 * @param exitwhy Why the child died, the bitwise or of:
673 apr_exit_why_e *exitwhy,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dhooks.c73 apr_exit_why_e exitwhy;
77 err = svn_io_wait_for_cmd(cmd_proc, cmd, &exitcode, &exitwhy, pool);
84 if (APR_PROC_CHECK_EXIT(exitwhy) && exitcode == 0)
119 if (!APR_PROC_CHECK_EXIT(exitwhy))
124 name, exitwhy, exitcode);
72 apr_exit_why_e exitwhy; local
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_io.h1754 * If @a exitwhy is not NULL, set @a *exitwhy to indicate why the process
1755 * terminated and do not consider any reason to be an error. If @a exitwhy
1765 apr_exit_why_e *exitwhy,
1777 apr_exit_why_e *exitwhy,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2789 apr_exit_why_e *exitwhy,
2805 if (exitwhy)
2806 *exitwhy = exitwhy_val;
2822 _("Process '%s' failed (exitwhy %d, exitcode %d)"),
2841 apr_exit_why_e *exitwhy,
2854 return svn_io_wait_for_cmd(&cmd_proc, cmd, exitcode, exitwhy, pool);
2777 svn_io_wait_for_cmd(apr_proc_t *cmd_proc, const char *cmd, int *exitcode, apr_exit_why_e *exitwhy, apr_pool_t *pool) argument
2828 svn_io_run_cmd(const char *path, const char *cmd, const char *const *args, int *exitcode, apr_exit_why_e *exitwhy, svn_boolean_t inherit, apr_file_t *infile, apr_file_t *outfile, apr_file_t *errfile, apr_pool_t *pool) argument

Completed in 228 milliseconds