Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c87 #define SPECIALS "<|>^();&`$\r\n" macro
194 if (strlen(SPECIALS) * 2 >= sizeof specialbuf)
197 syslog(LOG_ERR, "too many specials: %.40s", SPECIALS);
201 (void) sm_strlcpy(specialbuf, SPECIALS, sizeof specialbuf);
204 (void) sm_strlcat(specialbuf, SPECIALS, sizeof specialbuf);