Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dfetch.c146 auth_url(const char *challenge, char **response, const char *guser, in auth_url() argument
191 if (guser != NULL) { in auth_url()
192 (void)strlcpy(uuser, guser, sizeof(uuser)); in auth_url()