Home
last modified time | relevance | path

Searched refs:buf_length (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm687 my $buf_length = length($buffer);
692 if ($buf_length >= $len) {
697 if ($buf_length > 0) {
698 $len -= $buf_length;
700 $offset += $buf_length;
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dbuffer.h145 extern int buf_length PROTO((struct buffer *));
H A Dbuffer.c668 buf_length (buf) in buf_length() function
H A Dserver.c4107 size = buf_length (filebuf);
H A DChangeLog4768 * buffer.c (buf_default_memory_error, buf_length): Reindent.
4798 (buf_length): New function.
4799 * buffer.h (buf_free, buf_append_buffer, buf_length): Declare.
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs942 …croak("Lengths: buf=%d, full=%d, partial=%d",vio->buf_length,vio->full_length,vio->partial_length); in bufsize()