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

/external/skia/experimental/tools/
H A DcoreGraphicsPdf2png.cpp58 FILE* ofile = (!output || !output[0] || 0 == strcmp(output, "-")) local
60 ASSERT(ofile);
61 CGDataConsumerRef consumer = CGDataConsumerCreate(ofile, &procs);
/external/selinux/policycoreutils/hll/pp/
H A Dpp.c73 const char *ofile = NULL; local
108 ofile = argv[2];
109 out = fopen(ofile, "w");
111 log_err("Failed to open %s: %s", ofile, strerror(errno));
131 if (ofile) {
133 char *cil_path = strdup(ofile);
/external/openssh/
H A Dmoduli.c153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
163 res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ",
171 if (BN_print_fp(ofile, omodulus) < 1)
174 res = fprintf(ofile, "\n");
175 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/python/cpython2/Modules/
H A D_ssl.c3548 PyObject *ofile = NULL; local
3561 CONVERT(X509_get_default_cert_file(), ofile); local
3566 return Py_BuildValue("NNNN", ofile_env, ofile, odir_env, odir);
3570 Py_XDECREF(ofile);

Completed in 601 milliseconds