Home
last modified time | relevance | path

Searched refs:copy (Results 176 – 200 of 1215) sorted by relevance

12345678910>>...49

/dragonfly/contrib/binutils-2.27/include/
H A DCOPYING35 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/gdb-7/
H A DCOPYING35 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A DCOPYING5 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A DCOPYING5 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/gdb-7/include/
H A DCOPYING35 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/gcc-8.0/
H A DCOPYING35 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A DCOPYING5 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/less/
H A DCOPYING5 Everyone is permitted to copy and distribute verbatim copies
42 giving you legal permission to copy, distribute and/or modify it.
95 computer or modifying a private copy. Propagation includes copying,
101 a computer network, with no transfer of a copy, is not conveying.
203 recipients a copy of this License along with the Program.
223 License to anyone who comes into possession of a copy. This
262 copy of the Corresponding Source for all the software in the
266 conveying of source, or (2) access to copy the
278 further charge. You need not require recipients to copy the
440 to receive a copy likewise does not require acceptance. However,
[all …]
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-breakpoint.c617 char *copy = xstrdup (spec); in bppy_init() local
618 struct cleanup *cleanup = make_cleanup (xfree, copy); in bppy_init()
625 copy, NULL, -1, NULL, in bppy_init()
637 watch_command_wrapper (copy, 0, internal_bp); in bppy_init()
639 awatch_command_wrapper (copy, 0, internal_bp); in bppy_init()
641 rwatch_command_wrapper (copy, 0, internal_bp); in bppy_init()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dnumeric20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
42 * Permission to use, copy, modify, distribute and sell this software
/dragonfly/sys/dev/drm/radeon/
H A Dni_dma.c159 if ((rdev->asic->copy.copy_ring_index == R600_RING_TYPE_DMA_INDEX) || in cayman_dma_stop()
160 (rdev->asic->copy.copy_ring_index == CAYMAN_RING_TYPE_DMA1_INDEX)) in cayman_dma_stop()
255 if ((rdev->asic->copy.copy_ring_index == R600_RING_TYPE_DMA_INDEX) || in cayman_dma_resume()
256 (rdev->asic->copy.copy_ring_index == CAYMAN_RING_TYPE_DMA1_INDEX)) in cayman_dma_resume()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h76 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
234 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
295 copy(istreambuf_iterator<_CharT> __first, in _GLIBCXX_VISIBILITY()
353 traits_type::copy(__result, __sb->gptr(), __n); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/gcc/doc/include/
H A Dgpl_v3.texi11 Everyone is permitted to copy and distribute verbatim copies of this
25 Everyone is permitted to copy and distribute verbatim copies of this
64 giving you legal permission to copy, distribute and/or modify it.
125 through a computer network, with no transfer of a copy, is not
227 recipients a copy of this License along with the Program.
252 anyone who comes into possession of a copy. This License will
295 anyone who possesses the object code either (1) a copy of the
313 further charge. You need not require recipients to copy the
394 When you convey a copy of a covered work, you may at your option
486 a copy of the Program. Ancillary propagation of a covered work
[all …]
/dragonfly/stand/boot/pc32/btxld/
H A Dbtxld.c111 static void copy(int, int, size_t, off_t);
255 copy(fdi[i], fdo, ldr_size, 0); in btxld()
260 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx), in btxld()
264 copy(fdi[i], fdo, ihdr.size, 0); in btxld()
423 copy(int fdi, int fdo, size_t nbyte, off_t offset) in copy() function
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgcc.texi47 Permission is granted to copy, distribute and/or modify this document
52 (see below). A copy of the license is included in the section entitled
61 You have freedom to copy and modify this GNU Manual, like GNU
151 how you can copy and share GCC.
152 * GNU Free Documentation License:: How you can copy and share this manual.
H A Dgccint.texi33 Permission is granted to copy, distribute and/or modify this document
38 (see below). A copy of the license is included in the section entitled
47 You have freedom to copy and modify this GNU Manual, like GNU
132 how you can copy and share GCC.
133 * GNU Free Documentation License:: How you can copy and share this manual.
/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_lib.c287 if (!pctx->pmeth || !pctx->pmeth->copy) in EVP_PKEY_CTX_dup()
319 if (pctx->pmeth->copy(rctx, pctx) > 0) in EVP_PKEY_CTX_dup()
503 int (*copy)(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src)) in EVP_PKEY_meth_set_copy()
505 pmeth->copy = copy; in EVP_PKEY_meth_set_copy()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpasses.def16 You should have received a copy of the GNU General Public License
234 /* At this point the majority of const/copy propagations
241 /* The only const/copy propagation opportunities left after
244 only examines PHIs to discover const/copy propagation
331 /* The only const/copy propagation opportunities left after
334 only examines PHIs to discover const/copy propagation
365 /* Perform simple scalar cleanup which is constant/copy propagation. */
372 /* Copy propagation also copy-propagates constants, this is necessary
/dragonfly/etc/sendmail/
H A Ddragonfly.submit.mc17 # this file, copy it to /etc/mail/<hostname>.submit.mc and modify -or-
18 # copy it to any location and set SENDMAIL_SUBMIT_MC in /etc/make.conf
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dctgmath20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dctime20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dccomplex20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcstdarg20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcstdarg20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dctgmath20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;

12345678910>>...49