Searched refs:RECSIZE (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/awk/ |
| H A D | awk.h | 66 #define RECSIZE (8 * 1024) /* sets limit on records, fields, etc., etc. */ macro
|
| H A D | lib.c | 43 int recsize = RECSIZE; 45 int fieldssize = RECSIZE;
|
| H A D | FIXES.1e | 961 increased RECSIZE to 8192 to push problems further over the horizon.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq5.pod | 1045 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;
|