Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/lex/
Dmisc.c783 int do_copy = 1; in skelout() local
800 do_copy = C_plus_plus; in skelout()
804 do_copy = ! C_plus_plus; in skelout()
808 do_copy = 1; in skelout()
817 else if ( do_copy ) in skelout()
/freebsd-9-stable/contrib/groff/src/preproc/pic/
Dpic.h99 void do_copy(const char *file);
Dpic.y372 do_copy($2.str);
Dlex.cpp1427 void do_copy(const char *filename) in do_copy() function
/freebsd-9-stable/sys/arm/arm/
Dlocore.S102 b do_copy
107 do_copy: label
/freebsd-9-stable/sys/dev/sbni/
Dif_sbni.c549 goto do_copy; in download_data()
556 do_copy: in download_data()
/freebsd-9-stable/contrib/binutils/bfd/
Dcoff-rs6000.c176 static bfd_boolean do_copy
1723 do_copy (out_bfd, in_bfd) in do_copy() function
2208 if (! do_copy (abfd, sub))
2447 if (! do_copy (abfd, current_bfd))
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.
/freebsd-9-stable/contrib/binutils/binutils/
Dobjcopy.c2015 do_copy: in copy_file()
2046 goto do_copy; in copy_file()
/freebsd-9-stable/contrib/gnu-sort/
DChangeLog571 re_protect, make_path_private, target_directory_operand, do_copy,
588 (do_copy): Rewrite slightly to avoid need for "unreachable" comment.
686 * src/cp.c (do_copy): Likewise.
850 * src/cp.c (do_copy): Likewise.
869 * src/cp.c (long_opts, usage, do_copy, main): Add -t and -T as
912 (long_opts, usage, do_copy, main): Add support for
954 * src/cp.c (do_copy): Use it.
958 * src/cp.c (do_copy): Don't assume argc is positive.
962 * src/cp.c (do_copy): Don't output a usage message because of file
969 * src/cp.c (do_copy): Remove test for trailing slash, since
[all …]
/freebsd-9-stable/contrib/groff/
DChangeLog2165 * src/preproc/pic/pic.y: Remove redundant declaration of `do_copy'.