Searched refs:CODE_64 (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/
H A Dcollect.c77 #define CODE_64 (1<<0) macro
323 type = (code & CODE_64) ? "application/octet-stream" : "text/plain";
329 fprintf(fp, "\nContent-Transfer-Encoding: %s\n", (code & CODE_64) ? "base64" : (code & CODE_QP) ? "quoted-printable" : "7bit");
551 code |= cc ? ((cc < tc / 80) ? CODE_QP : CODE_64) : CODE_TEXT;
553 if (!(code & (CODE_64|CODE_QP)))

Completed in 44 milliseconds