Home
last modified time | relevance | path

Searched refs:copy (Results 151 – 175 of 1215) sorted by relevance

12345678910>>...49

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.c2299 gimple_bind_set_body (copy, new_seq); in gimple_copy()
2308 gimple_catch_set_types (copy, t); in gimple_copy()
2315 gimple_eh_filter_set_types (copy, t); in gimple_copy()
2327 gimple_try_set_eval (copy, new_seq); in gimple_copy()
2336 gimple_omp_for_set_clauses (copy, t); in gimple_copy()
2337 copy->gimple_omp_for.iter in gimple_copy()
2397 gimple_omp_set_body (copy, new_seq); in gimple_copy()
2424 gimple_set_def_ops (copy, NULL); in gimple_copy()
2425 gimple_set_use_ops (copy, NULL); in gimple_copy()
2435 gimple_set_modified (copy, true); in gimple_copy()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.set.c328 Char *copy; in doset() local
330 copy = Strsave(p); in doset()
332 asx(vp, subscr, copy); in doset()
333 cleanup_ignore(copy); in doset()
334 cleanup_until(copy); in doset()
625 Char *copy; in setcopy() local
627 copy = Strsave(val); in setcopy()
628 cleanup_push(copy, xfree); in setcopy()
629 setv(var, copy, flags); in setcopy()
630 cleanup_ignore(copy); in setcopy()
[all …]
H A Dtc.printf.c422 va_list copy; in xvasprintf() local
427 va_copy(copy, va); in xvasprintf()
428 doprnt(xaddchar, fmt, copy); in xvasprintf()
429 va_end(copy); in xvasprintf()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dchar_traits.h120 copy(char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
195 copy(char_type* __s1, const char_type* __s2, std::size_t __n) in _GLIBCXX_VISIBILITY()
198 std::copy(__s2, __s2 + __n, __s1); in _GLIBCXX_VISIBILITY()
348 copy(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
460 copy(char_type* __s1, const char_type* __s2, size_t __n) in _GLIBCXX_VISIBILITY()
569 copy(char_type* __s1, const char_type* __s2, size_t __n)
666 copy(char_type* __s1, const char_type* __s2, size_t __n)
H A Ddeque.tcc117 _M_erase_at_end(std::copy(__x.begin(), __x.end(), in operator =()
122 std::copy(__x.begin(), __mid, this->_M_impl._M_start); in operator =()
580 { std::copy(__first, __last, std::inserter(*this, __pos)); } in _M_range_insert_aux()
781 std::copy(__first, __last, __pos - difference_type(__n)); in _M_insert_aux()
792 std::copy(__mid, __last, __old_start); in _M_insert_aux()
821 std::copy(__first, __last, __pos); in _M_insert_aux()
832 std::copy(__first, __mid, __pos); in _M_insert_aux()
932 std::copy(this->_M_impl._M_start._M_node, in _M_insert_aux()
949 std::copy(this->_M_impl._M_start._M_node, in _M_insert_aux()
986 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux() function
[all …]
/dragonfly/sys/vfs/ufs/
H A Dffs_inode.c472 ufs_daddr_t *copy = NULL, nb, nlbn, last; in ffs_indirtrunc() local
533 copy = kmalloc(fs->fs_bsize, M_TEMP, M_WAITOK); in ffs_indirtrunc()
534 bcopy((caddr_t)bap, (caddr_t)copy, (uint)fs->fs_bsize); in ffs_indirtrunc()
544 bap = copy; in ffs_indirtrunc()
579 if (copy != NULL) { in ffs_indirtrunc()
580 kfree(copy, M_TEMP); in ffs_indirtrunc()
/dragonfly/contrib/ncurses/progs/
H A Dtset.c369 char *copy, *p; in add_mapping() local
373 copy = strdup(arg); in add_mapping()
375 if (copy == 0 || mapp == 0) in add_mapping()
378 assert(copy != 0); in add_mapping()
457 err("illegal -m option format: %s", copy); in add_mapping()
461 free(copy); in add_mapping()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vpm.c132 char *copy; in x509_param_set_hosts_internal() local
148 copy = strndup(name, namelen); in x509_param_set_hosts_internal()
149 if (copy == NULL) in x509_param_set_hosts_internal()
154 free(copy); in x509_param_set_hosts_internal()
158 if (!sk_OPENSSL_STRING_push(id->hosts, copy)) { in x509_param_set_hosts_internal()
159 free(copy); in x509_param_set_hosts_internal()
/dragonfly/usr.bin/dsynth/
H A Dconfig.c342 char copy[1024]; in parseConfigFile() local
395 bcopy(buf, copy, len + 1); in parseConfigFile()
397 l1 = strtok(copy, "="); in parseConfigFile()
532 char copy[1024]; in parseProfile() local
587 bcopy(buf, copy, len + 1); in parseProfile()
588 l1 = strtok(copy, "="); in parseProfile()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Diterator20 // 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
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/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Diterator20 // 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
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/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Ddeque.tcc101 _M_erase_at_end(std::copy(__x.begin(), __x.end(), in operator =()
106 std::copy(__x.begin(), __mid, this->_M_impl._M_start); in operator =()
533 { std::copy(__first, __last, std::inserter(*this, __pos)); } in _M_range_insert_aux()
734 std::copy(__first, __last, __pos - difference_type(__n)); in _M_insert_aux()
745 std::copy(__mid, __last, __old_start); in _M_insert_aux()
774 std::copy(__first, __last, __pos); in _M_insert_aux()
785 std::copy(__first, __mid, __pos); in _M_insert_aux()
885 std::copy(this->_M_impl._M_start._M_node, in _M_insert_aux()
902 std::copy(this->_M_impl._M_start._M_node, in _M_insert_aux()
939 copy(_Deque_iterator<_Tp, const _Tp&, const _Tp*> __first, in _M_insert_aux() function
[all …]
/dragonfly/lib/libc/db/btree/
H A Dbt_utils.c62 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy) in __bt_ret() argument
82 } else if (copy || F_ISSET(t, B_DB_LOCK)) { in __bt_ret()
107 } else if (copy || F_ISSET(t, B_DB_LOCK)) { in __bt_ret()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-version.h.in8 * modify, copy, or redistribute it subject to the terms and conditions
11 * You should have received a copy of the GNU Lesser General Public License
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dmemory22 // You should have received a copy of the GNU General Public License and
23 // a copy of the GCC Runtime Library Exception along with this program;
31 * Permission to use, copy, modify, distribute and sell this software
/dragonfly/contrib/mpfr/
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/diffutils/
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/binutils-2.34/
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-4.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/gmp/
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/grep/
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/binutils-2.27/
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/gas/
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 …]

12345678910>>...49