Lines Matching defs:base64
80 {"base64", OPT_A, '-', "Same as option -a"},
82 "Used with -[base64|a] to specify base64 buffer as a single line"},
132 int base64 = 0, informat = FORMAT_BINARY, outformat = FORMAT_BINARY;
146 if (strcmp(argv[0], "base64") == 0)
147 base64 = 1;
219 base64 = 1;
322 /* It must be large enough for a base64 encoded line */
323 if (base64 && bsize < 80)
331 if (base64) {
417 if (base64) {