Lines Matching refs:NCHARS
16 NCHARS=${NCHARS:-64}
38 if ! tst_is_int $NCHARS || [ $NCHARS -lt 1 ]; then
39 tst_res TBROK "NCHARS must be > 0"
48 tst_res TINFO "creating test files (chars: $NCHARS, lines: $NLINES)"
50 generate_file flock_data $NCHARS $NLINES 0
51 generate_file flock_odata $NCHARS $NLINES 1
62 nfs_flock 0 flock_idata $NCHARS $NLINES &
64 nfs_flock 1 flock_idata $NCHARS $NLINES &