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

/freebsd-10-stable/contrib/libarchive/tar/test/
H A Dtest_leading_slash.c31 char *errfile; local
45 errfile = slurpfile(&errfile_size, "test.err");
46 assert(strstr(errfile, expected_errmsg) != NULL);
47 free(errfile);
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c955 apr_file_t *errfile,
961 svn_stream_t *errstream = svn_stream_from_aprfile2(errfile, TRUE, pool);
986 apr_file_t *errfile,
995 outfile, errfile, changelists, ctx, pool);
1010 apr_file_t *errfile,
1019 outfile, errfile, NULL, ctx, pool);
1033 apr_file_t *errfile,
1040 outfile, errfile, ctx, pool);
1053 apr_file_t *errfile,
1059 outfile, errfile, ct
939 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
972 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
997 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
1021 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
1042 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
1061 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
1107 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
1145 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
1179 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
1202 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.c792 apr_file_t *errfile;
821 errfile = svn_stream__aprfile(errstream);
822 if (errfile)
825 SVN_ERR(svn_io_open_unique_file3(&errfile, &errfilename, NULL,
834 &exitcode, outfile, errfile,
849 SVN_ERR(svn_io_file_close(errfile, scratch_pool));
789 apr_file_t *errfile; local
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h1823 * to @a errfile (which may be NULL). (Callers must pass FALSE for
1839 * will result in error output being written to @a errfile, if non-NULL, and
1860 apr_file_t *errfile,
1881 apr_file_t *errfile,
1900 apr_file_t *errfile,
1939 apr_file_t *errfile,
1955 * stdout of diff will be sent to @a outfile, and the stderr to @a errfile.
1972 apr_file_t *errfile,
1991 apr_file_t *errfile,
H A Dsvn_client.h3120 /** Similar to svn_client_diff6(), but with @a outfile and @a errfile,
3145 apr_file_t *errfile,
3171 apr_file_t *errfile,
3198 apr_file_t *errfile,
3222 apr_file_t *errfile,
3243 apr_file_t *errfile,
3284 /** Similar to svn_client_diff6_peg6(), but with @a outfile and @a errfile,
3309 apr_file_t *errfile,
3335 apr_file_t *errfile,
3362 apr_file_t *errfile,
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c708 apr_file_t *errfile,
717 outfile, errfile, diff_cmd,
810 apr_file_t *errfile,
815 errfile_pipe, errfile, pool);
826 apr_file_t *errfile,
830 infile, FALSE, outfile, FALSE, errfile, pool);
697 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
798 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
817 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.c2993 #define ERRFILE_KEY "svn-io-start-cmd-errfile" local
3002 apr_file_t *errfile;
3008 errfile = p;
3010 if (errfile) argument
3012 apr_file_printf(errfile, "%s: %s",
3030 apr_file_t *errfile,
3041 SVN_ERR_ASSERT(!((errfile != NULL) && errfile_pipe));
3095 if (errfile)
3097 apr_err = apr_procattr_child_err_set(cmdproc_attr, errfile, NULL);
3100 _("Can't set process '%s' child errfile"),
3202 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
3224 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-stable/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-stable/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-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c964 apr_file_t *errfile;
1009 errfile = svn_stream__aprfile(err_stream);
1010 if (errfile)
1013 SVN_ERR(svn_io_open_unique_file3(&errfile, &errfilename, NULL,
1021 &exitcode, outfile, errfile,
1036 SVN_ERR(svn_io_file_close(errfile, pool));
959 apr_file_t *errfile; local
/freebsd-10-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1244 apr_file_t *infile, *outfile, *errfile;
1252 apr_err = apr_file_open_stderr(&errfile, pool);
1258 infile, outfile, errfile, pool));
1242 apr_file_t *infile, *outfile, *errfile; local

Completed in 180 milliseconds