HomeSort by: relevance | last modified time | path
    Searched defs:aauth (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 1076 struct authinfo aauth; local in function:do_auth
1080 aauth = *wauth;
1082 aauth = *pauth;
1084 if (verbose || aauth.auth == NULL ||
1085 aauth.user == NULL || aauth.pass == NULL)
1092 if (aauth.auth != NULL) {
1102 aauth.user = NULL;
1103 aauth.pass = NULL;
1106 if (auth_url(*auth, &response, &aauth) == 0)
    [all...]

Completed in 14 milliseconds