Home
last modified time | relevance | path

Searched defs:ofile (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/coders/
Dmeta.c291 static ssize_t parse8BIM(Image *ifile, Image *ofile) in parse8BIM()
587 static ssize_t parse8BIMW(Image *ifile, Image *ofile) in parse8BIMW()
868 static int jpeg_transfer_1(Image *ifile, Image *ofile) in jpeg_transfer_1()
891 static int jpeg_read_remaining(Image *ifile, Image *ofile) in jpeg_read_remaining()
900 static int jpeg_skip_variable(Image *ifile, Image *ofile) in jpeg_skip_variable()
920 static int jpeg_skip_variable2(Image *ifile, Image *ofile) in jpeg_skip_variable2()
939 static int jpeg_nextmarker(Image *ifile, Image *ofile) in jpeg_nextmarker()
995 static int jpeg_embed(Image *ifile, Image *ofile, Image *iptc) in jpeg_embed()
1069 static void jpeg_strip(Image *ifile, Image *ofile) in jpeg_strip()
1083 static int jpeg_extract(Image *ifile, Image *ofile) in jpeg_extract()
[all …]
/external/python/cpython2/Lib/
Dmimify.py122 def unmimify_part(ifile, ofile, decode_base64 = 0): argument
280 def mimify_part(ifile, ofile, is_mime): argument
/external/selinux/policycoreutils/hll/pp/
Dpp.c73 const char *ofile = NULL; in main() local
/external/skia/experimental/tools/
DcoreGraphicsPdf2png.cpp58 FILE* ofile = (!output || !output[0] || 0 == strcmp(output, "-")) in main() local
/external/openssh/
Dmoduli.c153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout()
/external/curl/tests/server/
Dtftpd.c111 int ofile; /* file descriptor for output file when uploading to us */ member
/external/python/cpython2/Modules/
D_ssl.c3548 PyObject *ofile = NULL; in PySSL_get_default_verify_paths() local