Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmailstats.c45 #define MNAMELEN 20 /* max length of mailer name */ macro
66 char mtable[MAXMAILERS][MNAMELEN + 1];
132 (void) sm_strlcpy(mtable[mno++], "prog", MNAMELEN + 1);
133 (void) sm_strlcpy(mtable[mno++], "*file*", MNAMELEN + 1);
134 (void) sm_strlcpy(mtable[mno++], "*include*", MNAMELEN + 1);
198 s = m + MNAMELEN; /* is [MNAMELEN + 1] */