Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dmacro.c112 { '#', CANONNET }, { '@', CANONHOST }, { ':', CANONUSER },
H A Dparseaddr.c1318 if ((rp[0] & 0377) == CANONUSER)
1526 nodetype != CANONUSER)
1551 case CANONUSER:
2023 while (*tv != NULL && (**tv & 0377) != CANONUSER)
3165 (pvp[4][0] & 0377) != CANONUSER ||
H A Dreadcf.c244 case CANONUSER:
383 nexttoken == CANONUSER ||
398 nexttoken == CANONUSER ||
H A Dsendmail.h1063 #define CANONUSER ((unsigned char)0230) /* canonical user, next N tokens */ macro
/titanic_50/usr/src/lib/libsasl/lib/
H A Ddlopen.c562 type = CANONUSER; in _sasl_load_plugins()