Home | History | Annotate | Download | only in 4.3

Lines Matching refs:aname

93 ruserpass(host, aname, apass)
95 char **aname, **apass;
104 _DIAGASSERT(aname != NULL);
159 if (*aname == NULL) {
160 *aname = strdup(tokval);
161 if (*aname == NULL)
162 err(1, "can't strdup *aname");
164 if (strcmp(*aname, tokval))
170 if ((*aname == NULL || strcmp(*aname, "anonymous")) &&