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

/ast/src/cmd/mailx/
H A Dcollect.c78 #define CODE_QP (1<<1) macro
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)))
574 sfprintf(state.path.temp, "uuencode -h -x %s", (code & CODE_QP) ? "quoted-printable " : "base64 ");

Completed in 214 milliseconds