Lines Matching refs:str
132 char *str;
135 str = kmem_alloc(MAXPATHLEN, KM_SLEEP);
136 strstart = str;
140 (void) sprintf(str, "%s: ", s);
141 str += strlen(str);
143 (void) strcpy(str, clnt_sperrno(e.re_status));
144 str += strlen(str);
167 (void) sprintf(str, "; %s", netdir_sperror());
173 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]);
175 (void) sprintf(str, "; %d", e.re_terrno);
177 str += strlen(str);
180 (void) sprintf(str, "; %s", strerror(e.re_errno));
182 (void) sprintf(str, "; %d", e.re_errno);
191 (void) sprintf(str, "; errno = %s",
194 (void) sprintf(str, "; errno = %d", e.re_errno);
196 str += strlen(str);
200 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]);
202 (void) sprintf(str, "; %d", e.re_terrno);
208 (void) sprintf(str,
216 (void) sprintf(str, "; why = ");
217 str += strlen(str);
219 (void) sprintf(str, "%s", err);
221 (void) sprintf(str,
229 (void) sprintf(str,
235 (void) sprintf(str, "; s1 = %" PRIu32 ", s2 = %" PRIu32,