Searched defs:ofile (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp48 UUIDsMatch(Module *module, ObjectFile *ofile, lldb_private::Stream *feedback_strm) argument
50 if (module && ofile)
55 if (!ofile->GetUUID(&dsym_uuid))
60 ofile->GetFileSpec().Dump(feedback_strm);
79 ofile->GetFileSpec().Dump(feedback_strm);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp311 ObjectFile *ofile = module_sp->GetObjectFile(); local
312 if (!ofile)
/external/openssh/
H A Dmoduli.c154 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
164 res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ",
172 if (BN_print_fp(ofile, omodulus) < 1)
175 res = fprintf(ofile, "\n");
176 fflush(ofile);
/external/ImageMagick/coders/
H A Dmeta.c295 static ssize_t parse8BIM(Image *ifile, Image *ofile)
428 currentpos = TellBlob(ofile);
431 offset=SeekBlob(ofile,savedpos,SEEK_SET);
434 (void) WriteBlobMSBLong(ofile,(unsigned int) diff);
435 offset=SeekBlob(ofile,currentpos,SEEK_SET);
442 (void) WriteBlobByte(ofile,0x00);
445 (void) WriteBlobString(ofile,"8BIM");
446 (void) WriteBlobMSBShort(ofile,(unsigned short) recnum);
450 (void) WriteBlobByte(ofile,nlen);
453 (void) WriteBlobByte(ofile,(unsigne
291 parse8BIM(Image *ifile, Image *ofile) argument
587 parse8BIMW(Image *ifile, Image *ofile) argument
868 jpeg_transfer_1(Image *ifile, Image *ofile) argument
891 jpeg_read_remaining(Image *ifile, Image *ofile) argument
900 jpeg_skip_variable(Image *ifile, Image *ofile) argument
920 jpeg_skip_variable2(Image *ifile, Image *ofile) argument
939 jpeg_nextmarker(Image *ifile, Image *ofile) argument
995 jpeg_embed(Image *ifile, Image *ofile, Image *iptc) argument
1069 jpeg_strip(Image *ifile, Image *ofile) argument
1083 jpeg_extract(Image *ifile, Image *ofile) argument
1713 formatString(Image *ofile, const char *s, int len) argument
1824 formatIPTC(Image *ifile, Image *ofile) argument
1958 formatIPTCfromBuffer(Image *ofile, char *s, ssize_t len) argument
2070 format8BIM(Image *ifile, Image *ofile) argument
[all...]
/external/curl/tests/server/
H A Dtftpd.c111 int ofile; /* file descriptor for output file when uploading to us */ member in struct:testcase
565 if(!test->ofile) {
569 test->ofile=open(outfile, O_CREAT|O_RDWR|O_BINARY, 0777);
571 test->ofile=open(outfile, O_CREAT|O_RDWR, 0777);
573 if(test->ofile == -1) {
589 return write(test->ofile, writebuf, count);
597 lseek(test->ofile, -1, SEEK_CUR); /* smash lf on top of the cr */
605 if(1 != write(test->ofile, &c, 1))
888 if(test.ofile > 0) {
889 close(test.ofile);
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp292 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap (ObjectFile* ofile) : argument
293 SymbolFile(ofile),

Completed in 410 milliseconds