Searched refs:outfile (Results 1 - 22 of 22) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_doc.c84 print_list(FILE *outfile, IDL_tree list) argument
89 fprintf(outfile, "<ul>\n");
91 fprintf(outfile, " <li>%s\n",
95 fprintf(outfile, "</ul>\n");
158 write_type(IDL_tree type_tree, FILE *outfile) argument
161 fputs("void", outfile);
170 fputs(sign ? "PRInt16" : "PRUint16", outfile);
173 fputs(sign ? "PRInt32" : "PRUint32", outfile);
176 fputs(sign ? "PRInt64" : "PRUint64", outfile);
186 fputs("char", outfile);
[all...]
H A Dxpidl_header.c49 static gboolean write_method_signature(IDL_tree method_tree, FILE *outfile,
51 static gboolean write_attr_accessor(IDL_tree attr_tree, FILE * outfile,
56 write_indent(FILE *outfile) { argument
57 fputs(" ", outfile);
626 write_type(IDL_tree type_tree, gboolean is_out, FILE *outfile) argument
629 fputs("void", outfile);
638 fputs(sign ? "PRInt16" : "PRUint16", outfile);
641 fputs(sign ? "PRInt32" : "PRUint32", outfile);
644 fputs(sign ? "PRInt64" : "PRUint64", outfile);
654 fputs("char", outfile);
736 write_attr_accessor(IDL_tree attr_tree, FILE * outfile, gboolean getter, int mode, const char *className) argument
921 write_param(IDL_tree param_tree, FILE *outfile) argument
967 fputs(IDL_IDENT(IDL_PARAM_DCL(param_tree).simple_declarator).str, outfile); local
997 write_method_signature(IDL_tree method_tree, FILE *outfile, int mode, const char *className) argument
1042 outfile); local
[all...]
H A Dxpidl.h275 printlist(FILE *outfile, GSList *slist);
H A Dxpidl_util.c779 printlist(FILE *outfile, GSList *slist) argument
785 fprintf(outfile,
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c119 int outfile; member in struct:outd
139 if (me->outfile != -1)
144 ret = (int)write(me->outfile, buf, ret);
190 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
200 int outfile, z_stream *strm)
221 outd.outfile = outfile;
370 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
373 to the output file. If outfile is -1, then the gzip stream(s) integrity is
382 local int gunpipe(z_stream *strm, int infile, int outfile) argument
199 lunpipe(unsigned have, unsigned char *next, struct ind *indp, int outfile, z_stream *strm) argument
550 int infile, outfile; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Dimport.pl40 my $outfile = catfile ( $ipxedir, $filename );
41 if ( -s $outfile ) {
42 open my $outfh, "<$outfile" or die "Could not open $outfile: $!\n";
57 ( undef, my $outdir, undef ) = splitpath ( $outfile );
59 open my $outfh, ">$outfile" or die "Could not open $outfile: $!\n";
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile
[all...]
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c457 local char outfile[MAX_NAME_LEN]; local
461 if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) {
466 strcpy(outfile, file);
467 strcat(outfile, GZ_SUFFIX);
474 out = gzopen(outfile, mode);
476 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
492 char *infile, *outfile; local
506 outfile = buf;
507 outfile[len-3] = '\0';
509 outfile
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpt_linker.cpp416 CWResult err = CWGetOutputFileDirectory(context, &targ.outfile);
418 targ.symfile = targ.outfile; /* location of SYM file */
435 BlockMoveData(settings.output, targ.outfile.name, 1 + settings.output[0]);
443 strcat(targ.outfile.path, "\\");
444 strcat(targ.outfile.path, prefsData.outfile);
445 strcpy(targ.symfile.path, targ.outfile.path);
449 targ.runfile = targ.outfile;
450 targ.linkAgainstFile = targ.outfile;
H A Dmac_xpidl_panel.cpp434 err = AECreateDesc(typeChar, prefsData.outfile+1, StrLength(prefsData.outfile), prefsDesc);
516 if (textLength > sizeof(prefsData.outfile) - 1)
517 textLength = sizeof(prefsData.outfile) - 1;
518 BlockMoveData(*dataHand, prefsData.outfile+1, textLength);
519 prefsData.outfile[0] = textLength;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c173 "infile outfile\n", program_name );
235 FILE *outfile; local
254 outfile = fopen ( outfile_name, "w" );
255 if ( ! outfile ) {
262 make_efi_rom ( infile, outfile, &opts );
264 fclose ( outfile );
H A Dnrv2b.c61 FILE *infile, *outfile;
1261 if (fwrite(magic, sizeof(magic), 1, outfile) != 1)
1264 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1267 if (fwrite(&byte, sizeof(byte), 1, outfile) != 1)
1270 if (fwrite(&byte, sizeof(byte), 1, outfile) != 1)
1273 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1276 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1281 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1302 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1306 if (fwrite(out, out_len, 1, outfile) !
[all...]
H A Delf2efi.c740 eprintf ( "Syntax: %s [--subsystem=<number>] infile outfile\n",
796 const char *outfile; local
808 outfile = argv[infile_index + 1];
811 elf2pe ( infile, outfile, &opts );
H A Dzbin.c7 FILE *infile, *outfile; variable
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwritepng.h72 FILE *outfile; member in struct:_mainprog_info
H A Dwpng.c141 wpng_info.outfile = NULL;
279 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) {
339 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
342 fclose(wpng_info.outfile);
344 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) {
355 fclose(wpng_info.outfile);
356 wpng_info.outfile = NULL;
772 if (wpng_info.outfile) {
773 fclose(wpng_info.outfile);
774 wpng_info.outfile
[all...]
H A Dwritepng.c57 * unexpected pnmtype; note that outfile might be stdout */
91 /* make sure outfile is (re)opened in BINARY mode */
93 png_init_io(png_ptr, mainprog_ptr->outfile);
/vbox/src/libs/libxml2-2.6.31/
H A Dregressions.py170 outfile = [] # lists to contain the pipe data
172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
177 ret = compFiles(outfile, expout, inbase, 'test/')
181 if len(outfile) != 0:
182 for l in outfile:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py173 parser.add_option('-o', '--outputfile', action='store', dest='outfile',
183 if options.outfile != None:
184 generatePcdTable(list, options.outfile)
/vbox/src/recompiler/tcg/
H A Dtcg.c853 void tcg_dump_ops(TCGContext *s, FILE *outfile) argument
877 fprintf(outfile, "\n");
878 fprintf(outfile, " ---- 0x%" PRIx64, pc);
892 fprintf(outfile, " %s ", def->name);
895 fprintf(outfile, "%s",
898 fprintf(outfile, ",$0x%" TCG_PRIlx,
901 fprintf(outfile, ",$%d", nb_oargs);
903 fprintf(outfile, ",");
904 fprintf(outfile, "%s",
908 fprintf(outfile, ",");
[all...]
H A Dtcg.h489 void tcg_dump_ops(TCGContext *s, FILE *outfile);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/
H A Dmkdemo.pl148 my $outfile = $_[0];
151 open HTML, ">$outfile" or die "Can't open $outfile.";

Completed in 415 milliseconds