Searched refs:tmpstr (Results 1 – 1 of 1) sorted by relevance
63 char *tmpstr; in clnt_sperror() local97 tmpstr = auth_errmsg (e.re_why); in clnt_sperror()98 if (tmpstr != NULL) in clnt_sperror()99 res = __asprintf (&str, _("%s: %s; why = %s\n"), msg, errstr, tmpstr); in clnt_sperror()
Completed in 3 milliseconds