Searched refs:copies (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | yes.c | 118 for (size_t copies = bufalloc / copysize; --copies; ) in main() local
|
/coreutils/doc/ |
D | fdl.texi | 11 Everyone is permitted to copy and distribute verbatim copies 94 Examples of suitable formats for Transparent copies include plain 114 The ``publisher'' means any person or entity that distributes copies 138 to the Document are reproduced in all copies, and that you add no other 141 copying of the copies you make or distribute. However, you may accept 142 compensation in exchange for copies. If you distribute a large enough 143 number of copies you must also follow the conditions in section 3. 145 You may also lend copies, under the same conditions stated above, and 146 you may publicly display copies. 151 If you publish printed copies (or copies in media that commonly have [all …]
|
D | coreutils.texi | 1642 @command{cat} copies each @var{file} (@samp{-} means standard input), or 1743 @command{tac} copies each @var{file} (@samp{-} means standard input), or 7051 @command{tr} copies standard input to standard output, performing 7214 copies of character @var{c}. Thus, @samp{[y*6]} is the same as 7216 to as many copies of @var{c} as are needed to make @var{array2} as long as 8854 @command{cp} copies files (or, optionally, directories). The copy is 8867 If two file names are given, @command{cp} copies the first file to the 8874 @command{cp} copies each @var{source} file to the specified directory, 8907 By default, @command{cp} copies the contents of special files only 8987 they point to, and preserve hard links between source files in the copies. [all …]
|
/coreutils/ |
D | COPYING | 5 Everyone is permitted to copy and distribute verbatim copies 24 have the freedom to distribute copies of free software (and charge for 31 certain responsibilities if you distribute copies of the software, or if 34 For example, if you distribute copies of such a program, whether 100 parties to make or receive copies. Mere interaction with a user through 172 and control, on terms that prohibit them from making any copies of 197 You may convey verbatim copies of the Program's source code as you 269 c) Convey individual copies of the object code with a copy of the 430 licenses of parties who have received copies or rights from you under 530 patent license (a) in connection with copies of the covered work [all …]
|
D | NEWS | 162 Previously copies could fail with permission errors on 360 This may be more efficient, by avoiding user space copies, 432 simple copies between regular files. This may be more efficient, by avoiding 433 user space copies, and possibly employing copy offloading or reflinking. 451 For example, 'dd count=100KiB' now copies 100 KiB of data, not 665 cp now copies /dev/fd/N correctly on platforms like Solaris where 1199 cp --parents --no-preserve=mode, no longer copies permissions from source 1345 cp now correctly copies files with a hole at the end of the file, 1353 install -D again copies relative file names when absolute file names 1657 now copies all input to stdout. Previously nothing was output in this case. [all …]
|