Searched refs:errfile (Results 1 - 17 of 17) sorted by path

/freebsd-11-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-11-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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh40 errfile=$3
51 >/dev/null 2>$errfile <<EOF
59 echo $inc failed: `cat $errfile | head -1` > $ofile
63 rm -f $errfile
97 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
98 doit $file $ofile $errfile &
/freebsd-11-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-11-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-11-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-11-stable/lib/libedit/
H A Dmap.c906 EL_ABORT((el->errfile, "Emacs map incorrect\n"));
908 EL_ABORT((el->errfile, "Vi command map incorrect\n"));
910 EL_ABORT((el->errfile, "Vi insert map incorrect\n"));
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp536 FileSP errfile = std::make_shared<NativeFile>(err, false); local
537 return HandleProcessEvent(process, event, outfile, errfile);
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.c660 static int errfile (lua_State *L, const char *what, int fnameindex) { function
716 if (lf.f == NULL) return errfile(L, "open", fnameindex);
722 if (lf.f == NULL) return errfile(L, "reopen", fnameindex);
732 return errfile(L, "read", fnameindex);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h3257 /** Similar to svn_client_diff6(), but with @a outfile and @a errfile,
3282 apr_file_t *errfile,
3308 apr_file_t *errfile,
3335 apr_file_t *errfile,
3359 apr_file_t *errfile,
3380 apr_file_t *errfile,
3452 /** Similar to svn_client_diff6_peg6(), but with @a outfile and @a errfile,
3477 apr_file_t *errfile,
3503 apr_file_t *errfile,
3530 apr_file_t *errfile,
[all...]
H A Dsvn_io.h1917 * to @a errfile (which may be NULL). (Callers must pass FALSE for
1933 * will result in error output being written to @a errfile, if non-NULL, and
1954 apr_file_t *errfile,
1975 apr_file_t *errfile,
1994 apr_file_t *errfile,
2033 apr_file_t *errfile,
2049 * stdout of diff will be sent to @a outfile, and the stderr to @a errfile.
2066 apr_file_t *errfile,
2085 apr_file_t *errfile,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c1046 apr_file_t *errfile,
1052 svn_stream_t *errstream = svn_stream_from_aprfile2(errfile, TRUE, pool);
1077 apr_file_t *errfile,
1086 outfile, errfile, changelists, ctx, pool);
1101 apr_file_t *errfile,
1110 outfile, errfile, NULL, ctx, pool);
1124 apr_file_t *errfile,
1131 outfile, errfile, ctx, pool);
1144 apr_file_t *errfile,
1150 outfile, errfile, ct
1030 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
1063 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
1088 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
1112 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
1133 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
1199 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
1245 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
1283 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
1317 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
1340 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.c1017 apr_file_t *errfile;
1044 errfile = svn_stream__aprfile(errstream);
1045 if (errfile)
1048 SVN_ERR(svn_io_open_unique_file3(&errfile, &errfilename, NULL,
1057 &exitcode, outfile, errfile,
1072 SVN_ERR(svn_io_file_close(errfile, scratch_pool));
1014 apr_file_t *errfile; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1121 apr_file_t *errfile,
1130 outfile, errfile, diff_cmd,
1223 apr_file_t *errfile,
1228 errfile_pipe, errfile, pool);
1239 apr_file_t *errfile,
1243 infile, FALSE, outfile, FALSE, errfile, pool);
1110 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
1211 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
1230 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.c3265 #define ERRFILE_KEY "svn-io-start-cmd-errfile" local
3274 apr_file_t *errfile;
3280 errfile = p;
3282 if (errfile) argument
3284 apr_file_printf(errfile, "%s: %s",
3302 apr_file_t *errfile,
3313 SVN_ERR_ASSERT(!((errfile != NULL) && errfile_pipe));
3367 if (errfile)
3369 apr_err = apr_procattr_child_err_set(cmdproc_attr, errfile, NULL);
3372 _("Can't set process '%s' child errfile"),
3474 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
3496 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-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1549 apr_file_t *infile, *outfile, *errfile;
1557 apr_err = apr_file_open_stderr(&errfile, pool);
1563 infile, outfile, errfile, pool));
1547 apr_file_t *infile, *outfile, *errfile; local
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c987 apr_file_t *errfile;
1032 errfile = svn_stream__aprfile(err_stream);
1033 if (errfile)
1036 SVN_ERR(svn_io_open_unique_file3(&errfile, &errfilename, NULL,
1044 &exitcode, outfile, errfile,
1059 SVN_ERR(svn_io_file_close(errfile, pool));
982 apr_file_t *errfile; local

Completed in 385 milliseconds