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

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dbfin-dis.c110 int _print_insn_bfin (bfd_vma pc, disassemble_info * outf);
111 int print_insn_bfin (bfd_vma pc, disassemble_info * outf);
114 fmtconst (const_forms_t cf, TIword x, bfd_vma pc, disassemble_info * outf) argument
125 outf->print_address_func (ea, outf);
367 #define uimm16s4(x) fmtconst (c_uimm16s4, x, 0, outf)
368 #define pcrel4(x) fmtconst (c_pcrel4, x, pc, outf)
369 #define pcrel8(x) fmtconst (c_pcrel8, x, pc, outf)
370 #define pcrel8s4(x) fmtconst (c_pcrel8s4, x, pc, outf)
371 #define pcrel10(x) fmtconst (c_pcrel10, x, pc, outf)
404 amod0(int s0, int x0, disassemble_info *outf) argument
415 amod1(int s0, int x0, disassemble_info *outf) argument
424 amod0amod2(int s0, int x0, int aop0, disassemble_info *outf) argument
451 searchmod(int r0, disassemble_info *outf) argument
464 aligndir(int r0, disassemble_info *outf) argument
471 decode_multfunc(int h0, int h1, int src0, int src1, disassemble_info * outf) argument
492 decode_macfunc(int which, int op, int h0, int h1, int src0, int src1, disassemble_info * outf) argument
526 decode_optmode(int mod, int MM, disassemble_info *outf) argument
567 decode_ProgCtrl_0(TIword iw0, disassemble_info *outf) argument
652 decode_CaCTRL_0(TIword iw0, disassemble_info *outf) argument
716 decode_PushPopReg_0(TIword iw0, disassemble_info *outf) argument
742 decode_PushPopMultiple_0(TIword iw0, disassemble_info *outf) argument
804 decode_ccMV_0(TIword iw0, disassemble_info *outf) argument
836 decode_CCflag_0(TIword iw0, disassemble_info *outf) argument
1011 decode_CC2dreg_0(TIword iw0, disassemble_info *outf) argument
1039 decode_CC2stat_0(TIword iw0, disassemble_info *outf) argument
1096 decode_BRCC_0(TIword iw0, bfd_vma pc, disassemble_info *outf) argument
1135 decode_UJUMP_0(TIword iw0, bfd_vma pc, disassemble_info *outf) argument
1149 decode_REGMV_0(TIword iw0, disassemble_info *outf) argument
1167 decode_ALU2op_0(TIword iw0, disassemble_info *outf) argument
1282 decode_PTR2op_0(TIword iw0, disassemble_info *outf) argument
1351 decode_LOGI2op_0(TIword iw0, disassemble_info *outf) argument
1426 decode_COMP3op_0(TIword iw0, disassemble_info *outf) argument
1517 decode_COMPI2opD_0(TIword iw0, disassemble_info *outf) argument
1547 decode_COMPI2opP_0(TIword iw0, disassemble_info *outf) argument
1576 decode_LDSTpmod_0(TIword iw0, disassemble_info *outf) argument
1695 decode_dagMODim_0(TIword iw0, disassemble_info *outf) argument
1732 decode_dagMODik_0(TIword iw0, disassemble_info *outf) argument
1768 decode_dspLDST_0(TIword iw0, disassemble_info *outf) argument
1931 decode_LDST_0(TIword iw0, disassemble_info *outf) argument
2161 decode_LDSTiiFP_0(TIword iw0, disassemble_info *outf) argument
2192 decode_LDSTii_0(TIword iw0, disassemble_info *outf) argument
2276 decode_LoopSetup_0(TIword iw0, TIword iw1, bfd_vma pc, disassemble_info *outf) argument
2331 decode_LDIMMhalf_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
2397 decode_CALLa_0(TIword iw0, TIword iw1, bfd_vma pc, disassemble_info *outf) argument
2420 decode_LDSTidxI_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
2531 decode_linkage_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
2555 decode_dsp32mac_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
2637 decode_dsp32mult_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
2690 decode_dsp32alu_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
3590 decode_dsp32shift_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
4020 decode_dsp32shiftimm_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
4212 decode_pseudoDEBUG_0(TIword iw0, disassemble_info *outf) argument
4268 decode_pseudodbg_assert_0(TIword iw0, TIword iw1, disassemble_info *outf) argument
4317 _print_insn_bfin(bfd_vma pc, disassemble_info *outf) argument
4418 print_insn_bfin(bfd_vma pc, disassemble_info *outf) argument
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/iostream3/
H A Dtest.cc13 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();
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkheaders.c111 FILE *inf, *outf; local
120 outf = fopen(file, "w");
121 if (outf == 0) {
125 fprintf(outf, "#define %s %d\n", name, count);
126 (void) fclose(outf);
128 outf = fopen(file, "a");
129 if (outf == 0) {
133 fprintf(outf, "#include <%s.h>\n", hname);
134 (void) fclose(outf);
179 outf
[all...]
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A DGather.c36 WriteExtent(gzFile outf, DeviceInfo_t *devp, off_t start, off_t len) argument
54 nwritten = gzwrite(outf, (char*)buffer, amt);
71 gzFile outf; local
106 outf = gzdopen(fd, "wb");
107 if (outf == NULL) {
113 gzwrite(outf, &hdr, sizeof(hdr));
114 gzwrite(outf, objs, sizeof(HFSDataObject) * vop->count);
124 if (WriteExtent(outf, vop->devp, ep->extents[i].base, ep->extents[i].length) == -1) {
132 gzclose(outf);
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dfopen.c437 FILE *outf; local
449 outf=fopen("fgets.test","w+");
450 if(!outf) {
458 fclose(outf);
464 fwrite(buffer,1,strlen(buffer),outf);
469 fclose(outf);
473 outf=fopen("fread.test","w+");
474 if(!outf) {
482 fclose(outf);
488 fwrite(buffer,1,nread,outf);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dtif2ras.c79 char *outf = NULL; local
126 else if (outf == NULL)
127 outf = argv[0];
314 if (outf == NULL || strcmp(outf, "Standard Output") == 0) {
315 outf = "Standard Output";
318 if (!(fp = fopen(outf, "w")))
319 error("%s: %s couldn't be opened for writing.\n", outf);
323 fprintf(stderr, "Writing rasterfile in %s...", outf);
326 error("%s: error writing Sun Rasterfile: %s\n", outf);
[all...]
H A Dras2tif.c81 char *outf = NULL; local
137 } else if (outf == NULL)
138 outf = argv[0];
143 if (outf == NULL)
163 fprintf(stderr, "Writing %s...", outf);
165 tif = TIFFOpen(outf, "w");
168 error("%s: error opening TIFF file %s", outf);
/macosx-10.10.1/OpenSSL098-52/src/demos/
H A Db64.c91 char *inf=NULL,*outf=NULL; local
118 outf= *(++argv);
212 if (outf == NULL)
216 if (BIO_write_filename(out,outf) <= 0)
218 perror(outf);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest004.tcl121 set outf [open $t1 w]
141 puts $outf $k
149 close $outf
H A Dparallel.tcl357 set outf ALL.OUT.$i
358 fileremove -f $outf
363 $test $args" >& $outf &]
H A Dtestutils.tcl218 set outf [open $outfile w]
228 puts $outf $k
230 # puts $outf "$k $d2"
232 close $outf
255 set outf [open $outfile w]
280 puts $outf $data
281 flush $outf
283 close $outf
293 set outf [open $outfile w]
308 puts $outf
[all...]
/macosx-10.10.1/mail_cmds-30/msgs/
H A Dmsgs.c644 FILE *outf; local
655 outf = popen(cmdbuf, "w");
656 if (!outf)
657 outf = stdout;
659 setbuf(outf, (char *)NULL);
662 outf = stdout;
665 putc('\n', outf);
668 fputs(inbuf, outf);
669 if (ferror(outf)) {
670 clearerr(outf);
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_filter.c290 ap_filter_t **outf; local
294 outf = r_filters;
304 outf = p_filters;
313 outf = c_filters;
323 if (INSERT_BEFORE(f, *outf)) {
324 f->next = *outf;
326 if (*outf) {
336 while (first && (first->next != (*outf))) {
341 if (first && first != (*outf)) {
345 *outf
[all...]
/macosx-10.10.1/CPAN-56/
H A DupdateCPAN.pl67 my $outf = "$pl.out";
68 my $out = IO::File->new($outf, 'w') || die "Can't create $outf\n";
88 rename($outf, $pl) || die "Can't rename $outf to $pl\n";
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Denc.c119 char *inf=NULL,*outf=NULL; local
164 outf= *(++argv);
433 if (outf == NULL)
447 if (BIO_write_filename(out,outf) <= 0)
449 perror(outf);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcallproc.c239 char *outf, *tempfile;
444 if ((outf = egetenv ("TMPDIR")))
445 strcpy (tempfile = alloca (strlen (outf) + 20), outf);
1077 char *outf = '\0';
1079 if ((outf = egetenv ("TMPDIR"))
1080 || (outf = egetenv ("TMP"))
1081 || (outf = egetenv ("TEMP")))
1082 strcpy (tempfile = alloca (strlen (outf) + 20), outf);
238 char *outf, *tempfile; variable
1075 char *outf = '\\0'; variable
[all...]
/macosx-10.10.1/efax-38/efax/
H A Defax.c1296 OFILE *outf, IFILE *inf,
1552 if ( ! err ) err = wrpage ( outf, rxpage ) ;
1584 err = wrpage ( outf, rxpage ) ;
1620 outf->w=pagewidth[session[WD]];
1621 outf->h=0;
1622 outf->xres=204.0;
1623 outf->yres=vresolution[session[VR]];
1636 switch ( receive_data ( mf, outf, session, &nerr, &nlines) ) {
1639 msg ( "I-received -> %s", outf->cfname ) ;
1661 msg ( "I-received -> %s", outf
1294 c1sndrcv( TFILE *mf, cap local, char *localid, OFILE *outf, IFILE *inf, int pages, char *header, faxfont *font, int maxpgerr, int noretry, int calling ) argument
1833 c2sndrcv( TFILE *mf, cap local, char *localid, OFILE *outf, IFILE *inf, int pages, char *header, faxfont *font, int maxpgerr, int noretry, int calling ) argument
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/blast/
H A Dblast.c422 local int outf(void *how, unsigned char *buf, unsigned len) function
433 ret = blast(inf, stdin, outf, stdout);
/macosx-10.10.1/apache-793/httpd/modules/dav/fs/
H A Drepos.c337 apr_file_t *outf = NULL; local
371 status = apr_file_open(&outf, dst, APR_WRITE | APR_CREATE | APR_TRUNCATE
388 apr_file_close(outf);
410 status = apr_file_write_full(outf, pbuf->buf, len, NULL);
415 apr_file_close(outf);
434 apr_file_close(outf);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dreadline.c1177 sp->outf = rl_outstream;
1211 rl_outstream = sp->outf;
H A Dreadline.h828 FILE *outf; member in struct:readline_state
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dspecman.vim31 syn keyword specmanMethod out append print outf appendf

Completed in 502 milliseconds