Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dread_password.c77 char key_string[BUFSIZ]; local
108 if (!fgets(key_string, sizeof(key_string), stdin)) {
112 if ((ptr = strchr(key_string, '\n')))
114 if (strcmp(s,key_string)) {
136 memset(key_string, 0, sizeof (key_string));