Searched refs:SMALL_LEN (Results 1 – 1 of 1) sorted by relevance
/minix/lib/libtelnet/ |
H A D | sra.c | 76 #define SMALL_LEN 256 macro 126 user = malloc(SMALL_LEN); in sra_init() 128 pass = malloc(SMALL_LEN); in sra_init() 130 passprompt = malloc(SMALL_LEN); in sra_init() 259 char uprompt[SMALL_LEN], tuser[SMALL_LEN]; in sra_reply() 291 strlcpy(user, UserNameRequested, SMALL_LEN); in sra_reply() 300 strlcpy(user, tuser, SMALL_LEN); in sra_reply() 326 (void)strlcpy(passprompt, "Password: ", SMALL_LEN); in sra_reply() 329 memset(pass, 0, SMALL_LEN); in sra_reply() 533 (void)strlcpy(passprompt, msg[i]->msg, SMALL_LEN); in auth_conv() [all …]
|