Searched refs:outfile (Results 1 - 25 of 147) sorted by last modified time

123456

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c11284 char outfile[FILENAME_MAX]; /* Filename for *out */ member in struct:ShellState
15488 if( p->outfile[0]=='|' ){
15520 p->outfile[0] = 0;
18999 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile);
19012 sqlite3_snprintf(sizeof(p->outfile), p->outfile, "%s", zFile);
19929 strlen30(p->outfile) ? p->outfile : "stdout");
/freebsd-11-stable/contrib/less/
H A Dlesskey.c216 char *outfile = NULL ; variable
278 outfile = NULL;
301 outfile = &arg[8];
303 outfile = &arg[9];
315 outfile = &argv[0][2];
317 if (*outfile == '\0')
321 outfile = *(++argv);
846 if (outfile == NULL)
847 outfile = getenv("LESSKEY");
848 if (outfile
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c829 const char *infile, *outfile; local
1044 outfile = NULL;
1046 outfile = argv[1];
1048 create_file(ecp, infile, outfile);
1143 const char *outfile; local
1147 outfile = NULL;
1174 outfile = optarg;
1220 if (outfile != NULL && argc != 1)
1224 create_file(ecp, argv[i], outfile);
1435 Usage: %s [options] infile [outfile]\
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmime.c1259 ** outfile -- output string
1264 ** -1 if infile completely decoded into outfile
1270 mime_fromqp(infile, outfile, maxlen)
1272 unsigned char **outfile;
1273 int maxlen; /* Max # of chars allowed in outfile */
1310 *(*outfile)++ = c1 << 4 | c2;
1316 *(*outfile)++ = c1;
1321 *(*outfile)++ = '\0';
/freebsd-11-stable/usr.bin/sed/
H A Dmain.c100 FILE *outfile; /* Current output file */ variable
341 outfile = stdout;
376 if (outfile != NULL && outfile != stdout)
377 if (fclose(outfile) != 0) {
382 outfile = NULL;
423 if (outfile != NULL && outfile != stdout)
424 fclose(outfile);
425 if ((outfile
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c986 apr_file_t *outfile;
1025 outfile = svn_stream__aprfile(out_stream);
1026 if (outfile)
1029 SVN_ERR(svn_io_open_unique_file3(&outfile, &outfilename, NULL,
1044 &exitcode, outfile, errfile,
1050 SVN_ERR(svn_io_file_close(outfile, pool));
981 apr_file_t *outfile; local
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1549 apr_file_t *infile, *outfile, *errfile;
1554 apr_err = apr_file_open_stdout(&outfile, pool);
1563 infile, outfile, errfile, pool));
1547 apr_file_t *infile, *outfile, *errfile; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3300 apr_file_t *outfile,
3312 SVN_ERR_ASSERT(!((outfile != NULL) && outfile_pipe));
3359 if (outfile)
3361 apr_err = apr_procattr_child_out_set(cmdproc_attr, outfile, NULL);
3364 _("Can't set process '%s' child outfile"),
3490 apr_file_t *outfile,
3497 FALSE, infile, FALSE, outfile, FALSE, errfile,
3513 apr_file_t *outfile,
3569 NULL, outfile, errfile, subpool));
3282 svn_io_start_cmd3(apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, const char *const *env, 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
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
H A Ddeprecated.c1120 apr_file_t *outfile,
1130 outfile, errfile, diff_cmd,
1221 apr_file_t *outfile,
1227 infile_pipe, infile, outfile_pipe, outfile,
1238 apr_file_t *outfile,
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
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.h114 svn_fs_x__write_noderev(svn_stream_t *outfile,
H A Dlow_level.c660 svn_fs_x__write_noderev(svn_stream_t *outfile, argument
667 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_ID ": %s\n",
670 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_NODE ": %s\n",
673 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPY ": %s\n",
676 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TYPE ": %s\n",
681 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PRED ": %s\n",
685 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COUNT ": %d\n",
689 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TEXT ": %s\n",
696 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PROPS ": %s\n",
701 SVN_ERR(svn_stream_printf(outfile, scratch_poo
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.h154 svn_fs_fs__write_noderev(svn_stream_t *outfile,
H A Dlow_level.c1179 svn_fs_fs__write_noderev(svn_stream_t *outfile, argument
1185 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_ID ": %s\n",
1189 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TYPE ": %s\n",
1194 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PRED ": %s\n",
1198 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COUNT ": %d\n",
1202 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TEXT ": %s\n",
1210 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PROPS ": %s\n",
1215 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_CPATH ": %s\n",
1219 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPYFROM ": %ld"
1226 SVN_ERR(svn_stream_printf(outfile, scratch_poo
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c1016 apr_file_t *outfile;
1036 outfile = svn_stream__aprfile(outstream);
1037 if (outfile)
1040 SVN_ERR(svn_io_open_unique_file3(&outfile, &outfilename, NULL,
1057 &exitcode, outfile, errfile,
1063 SVN_ERR(svn_io_file_close(outfile, scratch_pool));
1013 apr_file_t *outfile; local
H A Ddeprecated.c1045 apr_file_t *outfile,
1051 svn_stream_t *outstream = svn_stream_from_aprfile2(outfile, TRUE, pool);
1076 apr_file_t *outfile,
1086 outfile, errfile, changelists, ctx, pool);
1100 apr_file_t *outfile,
1110 outfile, errfile, NULL, ctx, pool);
1123 apr_file_t *outfile,
1131 outfile, errfile, ctx, pool);
1143 apr_file_t *outfile,
1150 outfile, errfil
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...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h1915 * connect it to @a outfile (which may be NULL). If @a errfile_pipe
1952 apr_file_t *outfile,
1973 apr_file_t *outfile,
1993 apr_file_t *outfile,
2032 apr_file_t *outfile,
2049 * stdout of diff will be sent to @a outfile, and the stderr to @a errfile.
2065 apr_file_t *outfile,
2084 apr_file_t *outfile,
H A Dsvn_client.h3257 /** Similar to svn_client_diff6(), but with @a outfile and @a errfile,
3281 apr_file_t *outfile,
3307 apr_file_t *outfile,
3334 apr_file_t *outfile,
3358 apr_file_t *outfile,
3379 apr_file_t *outfile,
3452 /** Similar to svn_client_diff6_peg6(), but with @a outfile and @a errfile,
3476 apr_file_t *outfile,
3502 apr_file_t *outfile,
3529 apr_file_t *outfile,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp259 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None);
260 outfile.write(Obj.getBufferStart(), Obj.getBufferSize());
261 outfile.close();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1133 const FileSpec &outfile) {
1140 if (pos->save_core && pos->save_core(process_sp, outfile, error))
1132 SaveCore(const lldb::ProcessSP &process_sp, const FileSpec &outfile) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp776 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); variable
778 if (outfile) {
780 std::make_unique<StreamFile>(std::move(outfile.get()));
806 result.AppendError(llvm::toString(outfile.takeError()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp344 FileSP outfile = std::make_shared<NativeFile>(out, false); local
345 return ReportEventState(event, outfile);
H A DSBDebugger.cpp535 FileSP outfile = std::make_shared<NativeFile>(out, false); local
537 return HandleProcessEvent(process, event, outfile, errfile);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h48 const FileSpec &outfile, Status &error);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h197 const FileSpec &outfile);
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc104 int outfile = fileno(stdout); local
187 outfile = open(optarg, O_CREAT | O_TRUNC | O_WRONLY, 0666);
188 if (outfile == -1)
356 (tree.*write_fn)(outfile);
357 close(outfile);

Completed in 427 milliseconds

123456