TTYLEN
static char buffer[TTYLEN + LMAX + 1] = "/dev/";
(void) strcpy(buffer + TTYLEN, pers->tty);
buffer[TTYLEN+LMAX] = 0;
static char _savettytype[TTYLEN+1]; /* the place to save those names */
if ((length = strlen(ttytype)) >= TTYLEN) {
TTYLEN-1);
_savettytype[TTYLEN] = '\0';