HomeSort by: relevance | last modified time | path
    Searched defs:outf (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl2/lvm2/dist/include/
text_export.h 21 #define outf(args...) do {if (!out_text(args)) return_0;} while (0) macro
  /src/external/gpl2/lvm2/dist/lib/format_text/
text_export.h 21 #define outf(args...) do {if (!out_text(args)) return_0;} while (0) macro
export.c 334 outf(f, "# Generated by LVM2 version %s: %s", LVM_VERSION, ctime(&t));
335 outf(f, CONTENTS_FIELD " = \"" CONTENTS_VALUE "\"");
336 outf(f, FORMAT_VERSION_FIELD " = %d", FORMAT_VERSION_VALUE);
344 outf(f, "description = \"%s\"", escape_double_quotes(buf, desc));
346 outf(f, "creation_host = \"%s\"\t# %s %s %s %s %s", _utsname.nodename,
349 outf(f, "creation_time = %jd\t# %s", (intmax_t)t, ctime(&t));
359 outf(f, "status = %s", buffer);
363 outf(f, "flags = %s", buffer);
375 outf(f, "id = \"%s\"", buffer);
377 outf(f, "seqno = %u", vg->seqno)
804 #undef outf macro
    [all...]
  /src/common/dist/zlib/contrib/iostream3/
test.cc 13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
test.cc 13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
test.cc 13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
test.cc 13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
test.cc 13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
  /src/games/mille/
extern.c 167 FILE *outf; variable
  /src/external/gpl2/dtc/dist/
dtc.c 172 FILE *outf = NULL; local
344 outf = stdout;
346 outf = fopen(outname, "wb");
347 if (! outf)
353 dt_to_source(outf, dti);
358 dt_to_yaml(outf, dti);
361 dt_to_blob(outf, dti, outversion);
363 dt_to_asm(outf, dti, outversion);
  /src/common/dist/zlib/contrib/blast/
blast.c 440 local int outf(void *how, unsigned char *buf, unsigned len) function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL);
  /src/games/fortune/strfile/
strfile.c 156 FILE *inf, *outf; local
173 if ((outf = fopen(Outfile, "w")) == NULL)
176 (void) fseek(outf, sizeof Tbl, SEEK_SET);
187 add_offset(outf, ftell(inf));
197 add_offset(outf, pos);
244 (void) fseek(outf, (off_t) 0, SEEK_SET);
250 (void) fwrite((char *) &Tbl, sizeof Tbl, 1, outf);
253 fwrite_be_offt(Seekpts[i], outf);
255 fflush(outf);
256 if (ferror(outf))
    [all...]
  /src/games/monop/
execute.c 245 FILE *outf; local
266 outf = fopen(buf, "w");
267 if (outf == NULL) {
275 fprintf(outf, "NetBSD monop format v%d\n", CUR_FORMAT_VERSION);
276 fprintf(outf, "time %s", ctime(&t)); /* ctime includes a \n */
277 fprintf(outf, "numplayers %d\n", num_play);
278 fprintf(outf, "currentplayer %d\n", player);
279 fprintf(outf, "doubles %d\n", num_doub);
283 fprintf(outf, "player %d {\n", i);
284 fprintf(outf, " name %s\n", name_list[i])
    [all...]
  /src/usr.bin/ctags/
ctags.c 68 FILE *outf; /* ioptr for tags file */ variable
217 if (!(outf = fopen(outfile, aflag ? "a" : "w")))
220 (void)fflush(outf);
221 if (ferror(outf))
223 (void)fclose(outf);
  /src/external/gpl3/binutils/dist/zlib/contrib/blast/
blast.c 440 local int outf(void *how, unsigned char *buf, unsigned len) function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
blast.c 440 local int outf(void *how, unsigned char *buf, unsigned len) function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL);
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-json.cc 69 /* Flush the top-level array to OUTF. */
71 flush_to_file (FILE *outf)
73 m_toplevel_array->dump (outf, m_formatted);
74 fprintf (outf, "\n");
339 FILE *outf = fopen (filename, "w"); local
340 if (!outf)
348 flush_to_file (outf);
349 fclose (outf);
  /src/external/gpl3/gdb/dist/zlib/contrib/blast/
blast.c 440 local int outf(void *how, unsigned char *buf, unsigned len) function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
blast.c 440 local int outf(void *how, unsigned char *buf, unsigned len) function
453 ret = blast(inf, stdin, outf, stdout, &left, NULL);
  /src/bin/pax/
ar_io.c 1638 FILE *outf; local
1641 outf = stdout;
1643 outf = stderr;
1664 (void)fprintf(outf, "%s: %s", argv0, buf);
1692 (void)fprintf(outf, "%s: %s", argv0, buf);
  /src/external/bsd/unbound/dist/testcode/
unitauth.c 729 char* fname, *outf; local
737 outf = create_tmp_file(NULL);
738 if(!auth_zone_write_file(z, outf)) {
741 checkfile(fname, outf);
744 del_tmp_file(outf);
  /src/external/gpl2/texinfo/dist/info/
infokey.c 196 FILE *outf;
215 outf = fopen (output_filename, FOPEN_WBIN);
216 if (!outf)
227 if (!write_infokey_file (outf, sections))
233 if (fclose (outf) == EOF)
195 FILE *outf; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 34 FILE *outf; /* Stream to write to. */ member in struct:__anon12617
114 putc ('\n', print.outf);
173 print.outf = out_stream;
249 putc (' ', print.outf);
257 putc (' ', print.outf);
269 putc (' ', print.outf);
285 fputs ("#pragma ", print.outf);
288 fprintf (print.outf, "%s %s", space, name);
290 fprintf (print.outf, "%s", name);
305 linemap_dump_location (line_table, token->src_loc, print.outf);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc 32 FILE *outf; /* Stream to write to. */ member in struct:__anon15237
110 putc ('\n', print.outf);
162 print.outf = out_stream;
226 putc (' ', print.outf);
234 putc (' ', print.outf);
246 putc (' ', print.outf);
259 fputs ("#pragma ", print.outf);
262 fprintf (print.outf, "%s %s", space, name);
264 fprintf (print.outf, "%s", name);
276 linemap_dump_location (line_table, token->src_loc, print.outf);
    [all...]
  /src/usr.bin/msgs/
msgs.c 631 FILE *outf; local
644 outf = popen(cmdbuf, "w");
645 if (!outf)
646 outf = stdout;
648 setbuf(outf, NULL);
651 outf = stdout;
654 putc('\n', outf);
657 fputs(inbuf, outf);
658 if (ferror(outf)) {
659 clearerr(outf);
    [all...]

Completed in 28 milliseconds

1 2