Home
last modified time | relevance | path

Searched refs:do_copy (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dmisc.c692 bool do_copy = true; in skelout() local
696 sko_peek(&do_copy); in skelout()
698 sko_push(do_copy=true); in skelout()
733 sko_push(do_copy); in skelout()
735 out_str("/*(state = (%s) */",do_copy?"true":"false"); in skelout()
740 sko_pop(&do_copy); in skelout()
742 out_str("/*(state = (%s) */",do_copy?"true":"false"); in skelout()
747 sko_push(do_copy); in skelout()
748 do_copy = reentrant && do_copy; in skelout()
751 sko_push(do_copy); in skelout()
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dauto_array_test.cpp52 do_copy(tools::auto_array< test_array >& ta) in do_copy() function in test_array
146 auto_array< test_array > t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY()
259 t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dauto_array_test.cpp54 do_copy(atf::auto_array< test_array >& ta) in do_copy() function in test_array
148 auto_array< test_array > t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY()
261 t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.h101 void do_copy(const char *file);
H A Dpic.y374 do_copy($2.str);
H A Dlex.cpp1429 void do_copy(const char *filename) in do_copy() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c478 bool *do_copy, bool *do_remove) in gomp_decrement_refcount() argument
482 *do_copy = *do_remove = false; in gomp_decrement_refcount()
530 *do_copy = (set_to_zero || (!new_encountered_refcount && is_zero)); in gomp_decrement_refcount()
1932 bool do_copy, do_remove; in gomp_unmap_vars_internal() local
1933 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove); in gomp_unmap_vars_internal()
1935 if ((do_copy && do_copyfrom && tgt->list[i].copy_from) in gomp_unmap_vars_internal()
2985 bool do_copy, do_remove; in gomp_exit_data() local
2986 gomp_decrement_refcount (k, refcount_set, delete_p, &do_copy, in gomp_exit_data()
2989 if ((kind == GOMP_MAP_FROM && do_copy) in gomp_exit_data()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-rs6000.c148 static bool do_copy (bfd *, bfd *);
1935 do_copy (bfd *out_bfd, bfd *in_bfd) in do_copy() function
2338 || !do_copy (abfd, iterator.current.member) in xcoff_write_archive_contents_old()
2566 || !do_copy (abfd, iterator.current.member) in xcoff_write_archive_contents_big()
H A Delfxx-mips.c9234 bool do_copy = true; in allocate_dynrelocs() local
9241 do_copy = false; in allocate_dynrelocs()
9252 if (do_copy) in allocate_dynrelocs()
H A DChangeLog-02039847 (do_copy) : New function for object file copying in archives.
9851 (xcoff_write_armap_big) : Use do_copy and do_pad.
9853 do_copy and do_pad.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-rs6000.c148 static bool do_copy (bfd *, bfd *);
2019 do_copy (bfd *out_bfd, bfd *in_bfd) in do_copy() function
2431 || !do_copy (abfd, iterator.current.member) in xcoff_write_archive_contents_old()
2659 || !do_copy (abfd, iterator.current.member) in xcoff_write_archive_contents_big()
H A Delfxx-mips.c9324 bool do_copy = true; in allocate_dynrelocs() local
9331 do_copy = false; in allocate_dynrelocs()
9342 if (do_copy) in allocate_dynrelocs()
H A DChangeLog-02039847 (do_copy) : New function for object file copying in archives.
9851 (xcoff_write_armap_big) : Use do_copy and do_pad.
9853 do_copy and do_pad.
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c3626 int *do_copy) in get_session() argument
3629 *do_copy = 0; in get_session()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c3737 int *do_copy) in get_session() argument
3740 *do_copy = 0; in get_session()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c3863 do_copy: in copy_file()
3917 goto do_copy; in copy_file()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c3959 do_copy: in copy_file()
4010 goto do_copy; in copy_file()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-02039847 (do_copy) : New function for object file copying in archives.
9851 (xcoff_write_armap_big) : Use do_copy and do_pad.
9853 do_copy and do_pad.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-02039847 (do_copy) : New function for object file copying in archives.
9851 (xcoff_write_armap_big) : Use do_copy and do_pad.
9853 do_copy and do_pad.
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog2165 * src/preproc/pic/pic.y: Remove redundant declaration of `do_copy'.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git28033 * coff-rs6000.c (do_copy): Likewise, and use sizeof.