Searched refs:written (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | iopoll.c | 228 const size_t written = fwrite (buf, 1, size, f); in fwrite_wait() local 229 size -= written; in fwrite_wait() 237 buf += written; in fwrite_wait()
|
D | basenc.c | 1052 for (idx_t written = 0; written < len; ) in wrap_write() local 1054 idx_t to_write = MIN (wrap_column - *current_column, len - written); in wrap_write() 1064 if (fwrite (buffer + written, 1, to_write, stdout) < to_write) in wrap_write() 1067 written += to_write; in wrap_write()
|
/coreutils/ |
D | README | 113 a well-written ChangeLog entry, unified (diff -u format) diffs relative
|
D | COPYING | 259 written offer, valid for at least three years and valid for as 270 written offer to provide the Corresponding Source. This 356 it. (Additional permissions may be written to require their own 404 form of a separately written license, or stated as exceptions;
|
D | NEWS | 379 exits, rather than waiting for more input to induce an exit when written. 383 Previously tee could truncate data written to such an output and fail, 1306 written to a terminal. 2343 It now affects only the per-directory block counts written by -l, 2344 and the sizes written by -s. This is for compatibility with BSD 3118 tail --follow --pid now avoids a race condition where data written
|
/coreutils/doc/ |
D | perm.texi | 442 to write to it. The above mode could be written in several different
|
D | fdl.texi | 467 To use this License in a document you have written, include a copy of
|
D | coreutils.texi | 561 distributions, which were written by David MacKenzie and updated by Jim 564 original @command{fmt} man page was written by Ross Paterson. Fran@,{c}ois 3410 it is written completely to the corresponding file. Since lines or records 3411 are not split even if they overlap a partition, the files written 3575 By default, @command{csplit} prints the number of bytes written to each 4205 By default, for each valid line, one line is written to standard 5041 Note that if you had written @option{-k 2n} instead of @option{-k 2,2n} 6298 the selected input is written in the same order that it is read, and 6299 is written exactly once. 8408 per-directory block count written in long format, [all …]
|