lib/libtelnet/sra.c
126
user = malloc(SMALL_LEN);
lib/libtelnet/sra.c
128
pass = malloc(SMALL_LEN);
lib/libtelnet/sra.c
130
passprompt = malloc(SMALL_LEN);
lib/libtelnet/sra.c
259
char uprompt[SMALL_LEN], tuser[SMALL_LEN];
lib/libtelnet/sra.c
286
if (telnet_gets(uprompt, tuser, SMALL_LEN - 1, 1) == NULL) {
lib/libtelnet/sra.c
291
strlcpy(user, UserNameRequested, SMALL_LEN);
lib/libtelnet/sra.c
300
strlcpy(user, tuser, SMALL_LEN);
lib/libtelnet/sra.c
326
(void)strlcpy(passprompt, "Password: ", SMALL_LEN);
lib/libtelnet/sra.c
329
memset(pass, 0, SMALL_LEN);
lib/libtelnet/sra.c
330
if (telnet_gets(passprompt, pass, SMALL_LEN - 1, 0) == NULL) {
lib/libtelnet/sra.c
533
(void)strlcpy(passprompt, msg[i]->msg, SMALL_LEN);
lib/libtelnet/sra.c
603
strlcpy(name, item, SMALL_LEN);