Home
last modified time | relevance | path

Searched refs:RECSIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/awk/
H A Dawk.h66 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
H A Dlib.c43 int recsize = RECSIZE;
45 int fieldssize = RECSIZE;
H A DFIXES.1e961 increased RECSIZE to 8192 to push problems further over the horizon.
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq5.pod1045 my $RECSIZE = 220; # size of record, in bytes
1048 seek $fh, $recno * $RECSIZE, 0;
1049 read $fh, $record, $RECSIZE == $RECSIZE or die "can't read record $recno: $!";
1051 seek $fh, -$RECSIZE, 1;