Searched refs:outf (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | test.cc | 13 gzofstream outf; in main() local 17 outf.open("test1.txt.gz"); in main() 18 outf << "The quick brown fox sidestepped the lazy canine\n" in main() 20 outf.close(); in main() 32 outf.rdbuf()->pubsetbuf(0,0); in main() 33 outf.open("test2.txt.gz"); in main() 34 outf << setcompression(Z_NO_COMPRESSION) in main() 37 outf.close(); in main()
|
A D | README | 4 gzofstream outf("blah.gz"); 5 outf << "These go into the gzip file " << 123 << endl;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/ |
A D | tif2ras.c | 79 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);
|
A D | ras2tif.c | 81 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);
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | makeqstrdefs.py | 115 outf = open(args.output_dir + "/out", "wb") 122 outf.write(all_lines) 123 outf.close()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | upip.py | 71 with open(fname, "wb") as outf: 76 outf.write(file_buf, sz)
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/ |
A D | blast.c | 440 local int outf(void *how, unsigned char *buf, unsigned len) in outf() function 453 ret = blast(inf, stdin, outf, stdout, &left, NULL); in main()
|
Completed in 21 milliseconds