Home
last modified time | relevance | path

Searched refs:CANONUSER (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/sendmail/src/
HDmacro.c110 { '#', CANONNET }, { '@', CANONHOST }, { ':', CANONUSER },
HDparseaddr.c1317 if ((rp[0] & 0377) == CANONUSER)
1525 nodetype != CANONUSER)
1550 case CANONUSER:
2022 while (*tv != NULL && (**tv & 0377) != CANONUSER)
3172 (pvp[4][0] & 0377) != CANONUSER ||
HDreadcf.c253 case CANONUSER:
392 nexttoken == CANONUSER ||
407 nexttoken == CANONUSER ||
HDsendmail.h1079 #define CANONUSER ((unsigned char)0230) /* canonical user, next N tokens */ macro