Home
last modified time | relevance | path

Searched refs:CONV_8BIT (Results 1 – 8 of 8) sorted by relevance

/dports/mail/heirloom-mailx/mailx-12.4/
H A Dmime.c770 return CONV_8BIT; in gettextconversion()
774 convert = CONV_8BIT; in gettextconversion()
778 convert = CONV_8BIT; in gettextconversion()
1551 && (convert == CONV_TOQP || convert == CONV_8BIT || in mime_write()
1584 case CONV_8BIT: in mime_write()
H A Ddef.h100 CONV_8BIT, /* convert to 8bit (iconv) */ enumerator
H A Dsendout.c107 case CONV_8BIT: in getencoding()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dmime-type.c1359 : (menc == MIMEE_8B ? CONV_8BIT in mx_mimetype_classify_file()
1362 : ((mtc & a_MIMETYPE_C_HIGHBIT) ? CONV_8BIT : CONV_7BIT)))); in mx_mimetype_classify_file()
1366 : (menc == MIMEE_8B ? CONV_8BIT in mx_mimetype_classify_file()
H A Dmime.c1314 (convert == CONV_TOQP || convert == CONV_8BIT || in mime_write()
1369 case CONV_8BIT: in mime_write()
H A Dmime-enc.c384 case CONV_8BIT: rv = &a_me_ctes[a_ME_CTES_8B_OFF]; break; in mime_enc_from_conversion()
H A Dsendout.c366 if(convert == CONV_TOQP || convert == CONV_8BIT || convert == CONV_7BIT in a_sendout_body()
377 if(convert == CONV_TOQP || convert == CONV_8BIT || convert == CONV_7BIT in a_sendout_body()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h178 CONV_8BIT, /* convert to 8bit (iconv) */ enumerator