Home
last modified time | relevance | path

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

/sunrpc/
A Dclnt_perr.c59 const char *errstr = clnt_sperrno (e.re_status); in clnt_sperror() local
80 res = __asprintf (&str, "%s: %s\n", msg, errstr); in clnt_sperror()
86 msg, errstr, __strerror_r (e.re_errno, in clnt_sperror()
93 msg, errstr, e.re_vers.low, e.re_vers.high); in clnt_sperror()
99 res = __asprintf (&str, _("%s: %s; why = %s\n"), msg, errstr, tmpstr); in clnt_sperror()
103 msg, errstr, (int) e.re_why); in clnt_sperror()
109 msg, errstr, e.re_vers.low, e.re_vers.high); in clnt_sperror()
114 msg, errstr, e.re_lb.s1, e.re_lb.s2); in clnt_sperror()
284 const char *errstr = ""; in libc_hidden_def() local
289 errstr = clnt_sperrno (ce->cf_error.re_status); in libc_hidden_def()
[all …]

Completed in 5 milliseconds