HomeSort by relevance Sort by last modified time
    Searched refs:FLEN (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
29a_upcopy.t 25 $FLEN = 40970; # 2410 records of 17 chars each
44 try($FLEN, $FLEN, 0);
49 try($FLEN, $FLEN, undef);
70 try($FLEN, 10000, 0);
71 try($FLEN-10, 10000, 10);
72 try($FLEN-100, 10000, 100);
73 try($FLEN-1000, 200, 1000);
74 try($FLEN-10000, 200, 10000)
    [all...]
28_mtwrite.t 38 $FLEN = 40970; # Use files of this length
39 $oldfile = mkrand($FLEN);
134 $FLEN = 40960; # Force the file to be exactly 40960 bytes long
135 $oldfile = mkrand($FLEN);
157 $FLEN = 42000; # Force the file to be exactly 42000 bytes long
158 $oldfile = mkrand($FLEN);
183 $FLEN = 40970;
184 $oldfile = mkrand($FLEN);
205 die "wrong length!" unless -s $file == $FLEN;
251 next if $a->[0] + $a->[1] >= $FLEN;
    [all...]
27_iwrite.t 26 $FLEN = 40970; # Use files of this length
27 $oldfile = mkrand($FLEN);
124 $FLEN = 40960; # Force the file to be exactly 40960 bytes long
125 $oldfile = mkrand($FLEN);
148 $FLEN = 42000; # Force the file to be exactly 42000 bytes long
149 $oldfile = mkrand($FLEN);
188 die "wrong length!" unless -s $file == $FLEN;
26_twrite.t 191 $FLEN = 40960; # Force the file to be exactly 40960 bytes long
222 $FLEN = 42000; # Force the file to be exactly 42000 bytes long
273 my $recs = defined($FLEN) ?
274 int($FLEN/length($d))+1 : # enough to make up at least $FLEN
277 my $flen = defined($FLEN) ? $FLEN : $recs * 17;
278 substr($oldfile, $FLEN) = "" if defined $FLEN; # truncat
    [all...]
29_downcopy.t 165 $FLEN = 40960; # Force the file to be exactly 40960 bytes long
196 $FLEN = 42000; # Force the file to be exactly 42000 bytes long
247 my $recs = defined($FLEN) ?
248 int($FLEN/length($d))+1 : # enough to make up at least $FLEN
251 my $flen = defined($FLEN) ? $FLEN : $recs * 17;
252 substr($oldfile, $FLEN) = "" if defined $FLEN; # truncat
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.h 56 #define FLEN 15
65 char fname[FLEN];
funcs.c 175 (void) strncpy(pmsg->fname, fname, FLEN);

Completed in 120 milliseconds