Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dparseaddr.c1359 if ((rp[0] & 0377) == CANONUSER)
1567 nodetype != CANONUSER)
1592 case CANONUSER:
2074 while (*tv != NULL && (**tv & 0377) != CANONUSER)
3264 (pvp[4][0] & 0377) != CANONUSER ||
H A Dmacro.c109 { '#', CANONNET }, { '@', CANONHOST }, { ':', CANONUSER },
H A Dreadcf.c306 case CANONUSER:
445 nexttoken == CANONUSER ||
460 nexttoken == CANONUSER ||
H A Dsendmail.h1312 #define CANONUSER ((unsigned char)0230) /* canonical user, next N tokens */ macro