Lines Matching defs:buffer

461 	/* Use fixed buffer as sv_catpvf etc. needs SVs */
462 char buffer[1024];
468 sprintf(buffer, "%s:%" IVdf " ", s, (IV) CopLINE(PL_curcop));
469 len = strlen(buffer);
470 vsprintf(buffer+len, fmt, ap);
471 PerlLIO_write(dbg, buffer, strlen(buffer));
2969 * Perl is expecting PerlIO_getc() to fill the buffer Linux's
3019 /* We can get pointer to buffer but not its base
3021 buffer
3223 /* Fake ungetc() to the real buffer in case system's ungetc
3249 * buffer, so we stuff it in the buffer ourselves.
3255 /* If buffer snoop scheme above fails fall back to
3383 * perlio buffer layer
3478 * write() the buffer
3510 /* Seek failed (e.g. pipe or tty). Do NOT clear buffer or pre-read
3619 * Buffer is already a read buffer, we can overwrite any chars
3620 * which have been read back to buffer start
3626 * Buffer is idle, set it up so whole buffer is available for
3748 * If buffer is valid adjust position by amount in buffer
4019 * buffer */
4133 * Blast - found CR as last char in buffer
4148 b->buf++; /* Leave space in front of buffer */
4186 /* Defered CR at end of buffer case - we lied about count */
4203 /* Defered CR at end of buffer case - we lied about count */
4321 PerlIOCrlf_unread, /* Put CR,LF in buffer for each '\n' */
4322 PerlIOCrlf_write, /* Put CR,LF in buffer for each '\n' */
4342 * mmap as "buffer" layer
4349 STDCHAR *bbuf; /* malloced buffer if map fails */
4482 * We have a write buffer or flushed PerlIOBuf read buffer
4491 * Map did not work - recover PerlIOBuf buffer if we have one
4517 * Loose the unwritable mapped buffer
4521 * If flush took the "buffer" see if we have one from before
4540 * No, or wrong sort of, buffer
4547 * If unmap took the "buffer" see if we have one from before
4571 * Unmap the buffer
4578 * We seem to have a PerlIOBuf buffer which was not mapped