Lines Matching refs:msg
54 clnt_sperror (CLIENT * rpch, const char *msg) in clnt_sperror() argument
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()
130 clnt_perror (CLIENT * rpch, const char *msg) in libc_hidden_nolink_sunrpc()
132 (void) __fxprintf (NULL, "%s", clnt_sperror (rpch, msg)); in libc_hidden_nolink_sunrpc()
278 clnt_spcreateerror (const char *msg) in libc_hidden_def()
303 msg, clnt_sperrno (ce->cf_stat), connector, errstr) < 0) in libc_hidden_def()
315 clnt_pcreateerror (const char *msg) in libc_hidden_nolink_sunrpc()
317 (void) __fxprintf (NULL, "%s", clnt_spcreateerror (msg)); in libc_hidden_nolink_sunrpc()