MAXUSERLEN
char user[MAXUSERLEN + 1];
(void) strlcpy(user, input, MAXUSERLEN + 1);
(void) strlcpy(user, cp + 1, MAXUSERLEN + 1);