Searched refs:errfile (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh30 $dtrace -wq -o $tmpfile -s /dev/stdin 2> $errfile <<EOF
76 errfile=/tmp/tst.badfreopen.$$.stderr
90 i=`wc -l $errfile | nawk '{ print $1 }'`
97 cat $errfile > /dev/fd/2
100 rm $tmpfile $errfile
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh41 errfile=$3
52 >/dev/null 2>$errfile <<EOF
60 echo $inc failed: `cat $errfile | head -1` > $ofile
64 rm -f $errfile
103 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
104 doit $file $ofile $errfile &
/freebsd-10.3-release/contrib/atf/atf-c/
H A Dcheck.c77 const atf_fs_path_t *errfile)
90 atf_error_t err = atf_fs_unlink(errfile);
131 const atf_fs_path_t *errfile, atf_process_stream_t *errsb)
139 err = init_sb(errfile, errsb);
169 const atf_fs_path_t *errfile, atf_process_status_t *status)
176 err = init_sbs(outfile, &outsb, errfile, &errsb);
76 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile, const atf_fs_path_t *errfile) argument
130 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb, const atf_fs_path_t *errfile, atf_process_stream_t *errsb) argument
168 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, const atf_fs_path_t *errfile, atf_process_status_t *status) argument
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c157 _dt_set_errno(dtrace_hdl_t *dtp, int err, const char *errfile, int errline) argument
160 dtp->dt_errfile = errfile;
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c933 apr_file_t *errfile,
939 svn_stream_t *errstream = svn_stream_from_aprfile2(errfile, TRUE, pool);
964 apr_file_t *errfile,
973 outfile, errfile, changelists, ctx, pool);
988 apr_file_t *errfile,
997 outfile, errfile, NULL, ctx, pool);
1011 apr_file_t *errfile,
1018 outfile, errfile, ctx, pool);
1031 apr_file_t *errfile,
1037 outfile, errfile, ct
917 svn_client_diff5(const apr_array_header_t *diff_options, const char *path1, const svn_opt_revision_t *revision1, const char *path2, const svn_opt_revision_t *revision2, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t show_copies_as_adds, svn_boolean_t ignore_content_type, svn_boolean_t use_git_diff_format, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
950 svn_client_diff4(const apr_array_header_t *options, const char *path1, const svn_opt_revision_t *revision1, const char *path2, const svn_opt_revision_t *revision2, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
975 svn_client_diff3(const apr_array_header_t *options, const char *path1, const svn_opt_revision_t *revision1, const char *path2, const svn_opt_revision_t *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
999 svn_client_diff2(const apr_array_header_t *options, const char *path1, const svn_opt_revision_t *revision1, const char *path2, const svn_opt_revision_t *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1020 svn_client_diff(const apr_array_header_t *options, const char *path1, const svn_opt_revision_t *revision1, const char *path2, const svn_opt_revision_t *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1039 svn_client_diff_peg5(const apr_array_header_t *diff_options, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t show_copies_as_adds, svn_boolean_t ignore_content_type, svn_boolean_t use_git_diff_format, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1085 svn_client_diff_peg4(const apr_array_header_t *options, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1123 svn_client_diff_peg3(const apr_array_header_t *options, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1157 svn_client_diff_peg2(const apr_array_header_t *options, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1180 svn_client_diff_peg(const apr_array_header_t *options, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
H A Ddiff.c796 apr_file_t *errfile;
824 errfile = svn_stream__aprfile(errstream);
825 if (errfile)
828 SVN_ERR(svn_io_open_unique_file3(&errfile, &errfilename, NULL,
837 &exitcode, outfile, errfile,
852 SVN_ERR(svn_io_file_close(errfile, scratch_pool));
793 apr_file_t *errfile; local
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_io.h1670 * to @a errfile (which may be NULL). (Callers must pass FALSE for
1686 * will result in error output being written to @a errfile, if non-NULL, and
1707 apr_file_t *errfile,
1728 apr_file_t *errfile,
1747 apr_file_t *errfile,
1786 apr_file_t *errfile,
1802 * stdout of diff will be sent to @a outfile, and the stderr to @a errfile.
1819 apr_file_t *errfile,
1838 apr_file_t *errfile,
H A Dsvn_client.h3046 /** Similar to svn_client_diff6(), but with @a outfile and @a errfile,
3071 apr_file_t *errfile,
3097 apr_file_t *errfile,
3124 apr_file_t *errfile,
3148 apr_file_t *errfile,
3169 apr_file_t *errfile,
3210 /** Similar to svn_client_diff6_peg6(), but with @a outfile and @a errfile,
3235 apr_file_t *errfile,
3261 apr_file_t *errfile,
3288 apr_file_t *errfile,
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c705 apr_file_t *errfile,
714 outfile, errfile, diff_cmd,
807 apr_file_t *errfile,
812 errfile_pipe, errfile, pool);
823 apr_file_t *errfile,
827 infile, FALSE, outfile, FALSE, errfile, pool);
694 svn_io_run_diff(const char *dir, const char *const *user_args, int num_user_args, const char *label1, const char *label2, const char *from, const char *to, int *pexitcode, apr_file_t *outfile, apr_file_t *errfile, const char *diff_cmd, apr_pool_t *pool) argument
795 svn_io_start_cmd2(apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, svn_boolean_t inherit, svn_boolean_t infile_pipe, apr_file_t *infile, svn_boolean_t outfile_pipe, apr_file_t *outfile, svn_boolean_t errfile_pipe, apr_file_t *errfile, apr_pool_t *pool) argument
814 svn_io_start_cmd(apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, svn_boolean_t inherit, apr_file_t *infile, apr_file_t *outfile, apr_file_t *errfile, apr_pool_t *pool) argument
H A Dio.c2630 #define ERRFILE_KEY "svn-io-start-cmd-errfile" local
2639 apr_file_t *errfile;
2645 errfile = p;
2647 if (errfile) argument
2649 apr_file_printf(errfile, "%s: %s",
2667 apr_file_t *errfile,
2678 SVN_ERR_ASSERT(!((errfile != NULL) && errfile_pipe));
2728 if (errfile)
2730 apr_err = apr_procattr_child_err_set(cmdproc_attr, errfile, NULL);
2733 _("Can't set process '%s' child errfile"),
2835 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
2857 svn_io_run_diff2(const char *dir, const char *const *user_args, int num_user_args, const char *label1, const char *label2, const char *from, const char *to, int *pexitcode, apr_file_t *outfile, apr_file_t *errfile, const char *diff_cmd, apr_pool_t *pool) argument
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl104 my($errfile) = $parms[1];
121 print README "; see $errfile\n";
151 $msg = $msg . "; see $errfile in failure.$n\n";
/freebsd-10.3-release/lib/libedit/
H A Dmap.c899 EL_ABORT((el->errfile, "Emacs map incorrect\n"));
901 EL_ABORT((el->errfile, "Vi command map incorrect\n"));
903 EL_ABORT((el->errfile, "Vi insert map incorrect\n"));
/freebsd-10.3-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c957 apr_file_t *errfile;
1002 errfile = svn_stream__aprfile(err_stream);
1003 if (errfile)
1006 SVN_ERR(svn_io_open_unique_file3(&errfile, &errfilename, NULL,
1014 &exitcode, outfile, errfile,
1029 SVN_ERR(svn_io_file_close(errfile, pool));
952 apr_file_t *errfile; local
/freebsd-10.3-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1042 apr_file_t *infile, *outfile, *errfile;
1050 apr_err = apr_file_open_stderr(&errfile, pool);
1056 infile, outfile, errfile, pool));
1040 apr_file_t *infile, *outfile, *errfile; local

Completed in 256 milliseconds