Lines Matching defs:buffer
50 * into the buffer. In case of error ->start() and ->next() return
145 * @buf: the buffer to read to
208 /* grab buffer if we didn't have one */
214 // something left in the buffer - copy it out first
223 // get a non-empty record in the buffer
241 // need a bigger buffer
255 // one non-empty record is in the buffer; if they want more,
362 * seq_escape_mem - print data into buffer, escaping some characters
363 * @m: target buffer
364 * @src: source buffer
365 * @len: size of source buffer
369 * Puts data into buffer, replacing each occurrence of character from
430 * mangle_path - mangle and copy path to buffer beginning
431 * @s: buffer start
432 * @p: beginning of path in above buffer
689 * @m: seq_file identifying the buffer to which data should be written
739 * @m: seq_file identifying the buffer to which data should be written
823 * seq_write - write arbitrary data to buffer
824 * @seq: seq_file identifying the buffer to which data should be written
843 * seq_pad - write padding spaces to buffer
844 * @m: seq_file identifying the buffer to which data should be written
870 char *buffer;
893 size = seq_get_buf(m, &buffer);
895 buffer, size, ascii);