Lines Matching refs:sprintf
138 (void) sprintf(str, "%s: ", s); in clnt_sperror()
165 (void) sprintf(str, "; %s", netdir_sperror()); in clnt_sperror()
171 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]); in clnt_sperror()
173 (void) sprintf(str, "; %d", e.re_terrno); in clnt_sperror()
178 (void) sprintf(str, "; %s", strerror(e.re_errno)); in clnt_sperror()
180 (void) sprintf(str, "; %d", e.re_errno); in clnt_sperror()
189 (void) sprintf(str, "; errno = %s", in clnt_sperror()
192 (void) sprintf(str, "; errno = %d", e.re_errno); in clnt_sperror()
198 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]); in clnt_sperror()
200 (void) sprintf(str, "; %d", e.re_terrno); in clnt_sperror()
206 (void) sprintf(str, in clnt_sperror()
214 (void) sprintf(str, "; why = "); in clnt_sperror()
217 (void) sprintf(str, "%s", err); in clnt_sperror()
219 (void) sprintf(str, in clnt_sperror()
227 (void) sprintf(str, in clnt_sperror()
233 (void) sprintf(str, "; s1 = %" PRIu32 ", s2 = %" PRIu32, in clnt_sperror()