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

/openbsd-current/libexec/ftpd/
H A Dftpd.c2737 char *vpw; local
2747 vpw = malloc(strlen(guest ? guestpw : pw->pw_name) * 4 + 1);
2748 if (vpw == NULL)
2757 strvis(vpw, guest? guestpw : pw->pw_name, VIS_SAFE|VIS_NOSLASH);
2766 vpw, 0 /* none yet */,
2768 free(vpw);

Completed in 119 milliseconds