Searched refs:guestpw (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/libexec/ftpd/
H A Dftpd.c152 char *guestpw; variable
908 free(guestpw);
909 guestpw = strdup(passwd);
910 if (guestpw == NULL) {
2747 vpw = malloc(strlen(guest ? guestpw : pw->pw_name) * 4 + 1);
2757 strvis(vpw, guest? guestpw : pw->pw_name, VIS_SAFE|VIS_NOSLASH);

Completed in 131 milliseconds