Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Tie/
DFile.pm1457 sub BYTES() { 3 } subroutine
1516 $self->[BYTES] -= length($oldval);
1520 $self->[BYTES] += length($val);
1521 $self->flush if $self->[BYTES] > $self->[MAX];
1528 $self->[BYTES] -= length $old_data;
1546 $self->[BYTES] -= length $old_data;
1589 $self->[BYTES] = 0;
1607 $self->[BYTES] -= length($oldval) if defined $oldval;
1610 $self->[BYTES] += length($val);
1611 $self->[BYTES] -= length($oldval) if defined $oldval;
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/
Dwarnings.pm291 $BYTES = 12 ;
/mirbsd/src/bin/mksh/
Dfuncs.c1809 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator
1840 readmode = c == 'N' ? BYTES : UPTO; in c_read()
1987 case BYTES: in c_read()
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcgen-ibld.in315 BYTES is the length of the needed value.
/mirbsd/src/gnu/usr.bin/lynx/
Dlynx.cfg700 # FALSE or BYTES for bytes/second.
702 # BYTES,ETA to show BYTES/second with estimated completion time.
704 # BYTES2,ETA to show BYTES/second with estimated completion time using 2-digits.
706 SHOW_KB_RATE:BYTES,ETA