Lines Matching refs:buf
149 char buf[MAX_PROMPT_NESTING_LEVELS][MAX_BUFFER_SIZE];
156 *buf[0] = plevel = 0;
157 start = buf[0];
209 curarg[plevel] = *buf[plevel] = 0;
210 start = buf[plevel];
221 start = buf[plevel] + strlen(buf[plevel]);
225 strcpy(start, buf[plevel + 1]);
226 start += strlen(buf[plevel + 1]);
243 apr_file_printf(req->sout, "%s", buf[0]);
244 apr_file_gets(buf[0], MAX_BUFFER_SIZE, req->sin);
245 chomp(buf[0]);
246 if (strcmp(buf[0], "")) {
247 /* if (strcmp(buf[0], nullstr)) */
248 return apr_pstrdup(handle->pool, buf[0]);
290 char buf[256];
321 apr_strerror(status,buf,255),apr_pvsprintf(p,fmt,vp));
327 apr_strerror(status,buf,255),apr_pvsprintf(p,fmt,vp));
501 char buf[65536];
509 apr_file_gets(buf, 65536, req->sin);
510 chomp(buf);
511 if (!strcmp(buf, "")) {
514 name = apr_pstrdup(handle->pool, buf);
545 char buf[65536];
553 apr_file_gets(buf, 65536, req->sin);
554 chomp(buf);
555 if (!strcmp(buf, "")) {
558 name = apr_pstrdup(handle->pool, buf);
664 char buf[65536];
667 apr_file_gets(buf, 65536, req->sin);
668 chomp(buf);
669 if (!strcmp(buf, "")) {
672 name = apr_pstrdup(handle->pool, buf);