Searched refs:EF_HAS8BIT (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | savemail.c | 571 if (bitset(EF_HAS8BIT, e->e_flags) && 645 if (p == NULL && bitset(EF_HAS8BIT, e->e_flags)) 1376 bitset(EF_HAS8BIT, e->e_parent->e_flags))
|
| D | collect.c | 890 e->e_flags |= EF_HAS8BIT;
|
| D | envelope.c | 1262 { "HAS8BIT", EF_HAS8BIT },
|
| D | deliver.c | 1900 if (bitset(EF_HAS8BIT, e->e_flags) && 3212 if (bitset(EF_HAS8BIT, e->e_flags) && 5147 if (bitset(EF_HAS8BIT, e->e_flags) && 5588 if (bitset(EF_HAS8BIT, e->e_flags) &&
|
| D | usersmtp.c | 2048 bitset(EF_HAS8BIT, e->e_flags) && 2061 !bitset(EF_HAS8BIT, e->e_flags) ||
|
| D | headers.c | 1912 bitset(EF_HAS8BIT, e->e_flags) &&
|
| D | sendmail.h | 973 #define EF_HAS8BIT 0x00020000L /* at least one 8-bit char in body */ macro
|
| D | queue.c | 671 if (bitset(EF_HAS8BIT, e->e_flags)) 4272 e->e_flags |= EF_HAS8BIT;
|