Lines Matching refs:endl

304 		cout << endl;  in rezip_single()
327 cout << "%" << endl; in rezip_all()
335 cout << "File: " << argv[i] << endl; in list_all()
371 cout << "Usage: advpng [options] [FILES...]" << endl; in usage()
372 cout << endl; in usage()
373 cout << "Modes:" << endl; in usage()
374 …<< " " SWITCH_GETOPT_LONG("-l, --list ", "-l") " List the content of the files" << endl; in usage()
375 …< " " SWITCH_GETOPT_LONG("-z, --recompress ", "-z") " Recompress the specified files" << endl; in usage()
376 cout << "Options:" << endl; in usage()
377 cout << " " SWITCH_GETOPT_LONG("-0, --shrink-store ", "-0") " Don't compress" << endl; in usage()
378 cout << " " SWITCH_GETOPT_LONG("-1, --shrink-fast ", "-1") " Compress fast (zlib)" << endl; in usage()
379 … << " " SWITCH_GETOPT_LONG("-2, --shrink-normal ", "-2") " Compress normal (libdeflate)" << endl; in usage()
380 cout << " " SWITCH_GETOPT_LONG("-3, --shrink-extra ", "-3") " Compress extra (7z)" << endl; in usage()
381 …out << " " SWITCH_GETOPT_LONG("-4, --shrink-insane ", "-4") " Compress extreme (zopfli)" << endl; in usage()
382 cout << " " SWITCH_GETOPT_LONG("-i N, --iter=N ", "-i") " Compress iterations" << endl; in usage()
383 …WITCH_GETOPT_LONG("-f, --force ", "-f") " Force the new file also if it's bigger" << endl; in usage()
384 …ut << " " SWITCH_GETOPT_LONG("-q, --quiet ", "-q") " Don't print on the console" << endl; in usage()
385 cout << " " SWITCH_GETOPT_LONG("-h, --help ", "-h") " Help of the program" << endl; in usage()
386 cout << " " SWITCH_GETOPT_LONG("-V, --version ", "-V") " Version of the program" << endl; in usage()
491 cerr << e << endl; in main()
494 cerr << "Low memory" << endl; in main()
497 cerr << "Unknown error" << endl; in main()