clnt_sperrno
char *clnt_sperrno(enum clnt_stat num); /* string */
(void) fprintf(stderr,"%s",clnt_sperrno(num));
(void) strncat(str, clnt_sperrno(rpc_createerr.cf_stat), BUFSIZ - 1);
clnt_sperrno(rpc_createerr.cf_error.re_status),
strncat (str, clnt_sperrno(e.re_status), BUFSIZ - 1 - strlen (bufstart));
extern char *clnt_sperrno(enum clnt_stat); /* string */
(void) fprintf(stderr, "%s\n", clnt_sperrno(num));
(void)strncat(str, clnt_sperrno(rpc_createerr.cf_stat), len - 1);
clnt_sperrno(rpc_createerr.cf_error.re_status), len - 4);
(void)strncpy(str, clnt_sperrno(e.re_status), len - 1);
clnt_sperrno((enum clnt_stat) stat));
extern char *clnt_sperrno(enum clnt_stat); /* string */
errx(1, "broadcast failed: %s", clnt_sperrno(rpc_stat));
errx(1, "%s", clnt_sperrno(clnt_stat));
errx(1, "%s", clnt_sperrno(clnt_stat));
success, clnt_sperrno(success));
success, clnt_sperrno(success));
clnt_sperrno(ret));
syslog(LOG_ERR, "%lu %s", SM_PROG, clnt_sperrno(ret));
success, clnt_sperrno(success));
clnt_sperrno(reply_error.re_status));
clnt_sperrno((enum clnt_stat) stat));
server, clnt_sperrno(r));