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

/freebsd-11.0-release/contrib/sendmail/include/sm/
H A Dsendmail.h18 #define METAQUOTE ((unsigned char)0377) /* quotes the next octet */ macro
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dutil.c137 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200))
200 op[bufused++] = METAQUOTE;
236 if ((*ip & 0377) == METAQUOTE && !quoted)
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmacro.c279 case METAQUOTE:
308 hiderecurse = (c & 0377) == METAQUOTE;
H A Dutil.c1022 ** PXLF_STRIPMQUOTE -- strip METAQUOTE bytes.
1041 !quotenext && c == METAQUOTE) \
H A Dparseaddr.c2224 ** METAQUOTE essentially quotes the character following, stripping
2287 ** If the current character (c) is METAQUOTE and we
2289 ** is not NUL, then overwrite METAQUOTE with that
2290 ** character (i.e., METAQUOTE ch is changed to
2294 if ((c & 0377) == METAQUOTE && external && *q != '\0')

Completed in 64 milliseconds