Lines Matching refs:bufstart
80 char *bufstart = get_buf(); in clnt_sperror() local
81 char *str = bufstart; in clnt_sperror()
92 strncat (str, ": ", BUFSIZ - 1 - strlen (bufstart)); in clnt_sperror()
94 strncat (str, clnt_sperrno(e.re_status), BUFSIZ - 1 - strlen (bufstart)); in clnt_sperror()
117 if (str - bufstart + 10 + strlen(strerror(e.re_errno)) < BUFSIZ) in clnt_sperror()
125 if(str - bufstart + 33 + 22 < BUFSIZ) in clnt_sperror()
136 if(str - bufstart + 8 < BUFSIZ) in clnt_sperror()
140 if(str - bufstart + strlen(err) < BUFSIZ) in clnt_sperror()
144 if(str - bufstart + 33 + 11 < BUFSIZ) in clnt_sperror()
154 if(str - bufstart + 33 + 22 < BUFSIZ) in clnt_sperror()
164 if(str - bufstart + 14 + 22 < BUFSIZ) in clnt_sperror()
172 if (str - bufstart + 1 < BUFSIZ) in clnt_sperror()