Lines Matching refs:sprintf
140 (void) sprintf(str, "%s: ", s); in clnt_sperror()
167 (void) sprintf(str, "; %s", netdir_sperror()); in clnt_sperror()
173 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]); in clnt_sperror()
175 (void) sprintf(str, "; %d", e.re_terrno); in clnt_sperror()
180 (void) sprintf(str, "; %s", strerror(e.re_errno)); in clnt_sperror()
182 (void) sprintf(str, "; %d", e.re_errno); in clnt_sperror()
191 (void) sprintf(str, "; errno = %s", in clnt_sperror()
194 (void) sprintf(str, "; errno = %d", e.re_errno); in clnt_sperror()
200 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]); in clnt_sperror()
202 (void) sprintf(str, "; %d", e.re_terrno); in clnt_sperror()
208 (void) sprintf(str, in clnt_sperror()
216 (void) sprintf(str, "; why = "); in clnt_sperror()
219 (void) sprintf(str, "%s", err); in clnt_sperror()
221 (void) sprintf(str, in clnt_sperror()
229 (void) sprintf(str, in clnt_sperror()
235 (void) sprintf(str, "; s1 = %" PRIu32 ", s2 = %" PRIu32, in clnt_sperror()