Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c155 static struct output output_file; variable
628 output_missing_newline(&output_file); in dump_append_queue()
632 ck_fwrite(p->text, 1, p->textlen, output_file.fp); in dump_append_queue()
648 ck_fwrite(buf, 1, cnt, output_file.fp); in dump_append_queue()
654 flush_output(output_file.fp); in dump_append_queue()
770 output_file.fp = ck_mkstemp (&input->out_file_name, tmpdir, "sed");
771 output_file.missing_newline = false;
782 if (!output_file.fp)
786 output_file.fp = stdout;
800 if (in_place_extension && output_file.fp != NULL)
[all …]
Dfmt.c208 fmt (const char *line, const char *line_end, int max_length, FILE *output_file) in fmt() argument
212 outfile = output_file; in fmt()
Dsed.h210 extern void fmt P_ ((const char *line, const char *line_end, int max_length, FILE *output_file));
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog730 * sed/execute.c (output_file): Is now struct output; users adjusted