Home
last modified time | relevance | path

Searched refs:records (Results 1 – 3 of 3) sorted by relevance

/coreutils/tests/dd/
Dreblock.sh24 0+2 records in
25 1+1 records out
31 0+2 records in
32 0+2 records out
/coreutils/src/
Ddd.c1794 skip (int fdesc, char const *file, intmax_t records, idx_t blocksize, in skip() argument
1803 if (! ckd_mul (&offset, records, blocksize) in skip()
1818 records = ( offset - st.st_size ) / blocksize; in skip()
1822 records = 0; in skip()
1827 records = 0; in skip()
1830 return records; in skip()
1883 ssize_t nread = iread_fnc (fdesc, buf, records ? blocksize : *bytes); in skip()
1901 if (records != 0) in skip()
1902 records--; in skip()
1906 while (records || *bytes); in skip()
[all …]
/coreutils/doc/
Dcoreutils.texi1745 records (lines by default) in each separately. Synopsis:
3340 the number of records.
3358 possible without exceeding @var{size} bytes. Individual lines or records
3362 the number of records.
3393 l/@var{n} generate @var{n} files without splitting lines or records
3410 it is written completely to the corresponding file. Since lines or records
5125 @c Sort records separated by an arbitrary string by using a pipe to convert
9421 independently of input blocking, and might deal with records that span
9475 @cindex fixed-length records, converting to variable-length
9476 @cindex variable-length records, converting to fixed-length
[all …]