| /src/usr.bin/xinstall/ |
| xinstall.c | 163 static int do_link(char *, char *); 460 * do_link -- 465 do_link(char *from_name, char *to_name) function 535 if (do_link(from_name, to_name) == -1) {
|
| /src/external/gpl2/rcs/dist/src/ |
| rcsedit.c | 46 * (do_link): Simplify logic. 274 # define do_link(s,t) link(s,t) macro 276 static int do_link P((char const*,char const*)); 278 do_link(s, t) function 1649 if (do_link(from,to) != 0 || un_link(from) != 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect2.cc | 752 do_link (char **ld_argv, const char *atsuffix) 1642 do_link (ld1_argv, "ld1_args"); 1703 do_link (ld1_argv, "ld1_args"); 1804 do_link (ld2_argv, "ld2_args"); 746 do_link (char **ld_argv, const char *atsuffix) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect2.cc | 752 do_link (char **ld_argv, const char *atsuffix) 1638 do_link (ld1_argv, "ld1_args"); 1699 do_link (ld1_argv, "ld1_args"); 1800 do_link (ld2_argv, "ld2_args"); 746 do_link (char **ld_argv, const char *atsuffix) function
|
| /src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| bfin.cc | 869 do_link (rtx spreg, HOST_WIDE_INT frame_size, bool all) 899 /* Like do_link, but used for epilogues to deallocate the stack frame. 981 do_link (spreg, frame_size, all); 1136 do_link (spreg, frame_size, all); 867 do_link (rtx spreg, HOST_WIDE_INT frame_size, bool all) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| bfin.cc | 869 do_link (rtx spreg, HOST_WIDE_INT frame_size, bool all) 899 /* Like do_link, but used for epilogues to deallocate the stack frame. 981 do_link (spreg, frame_size, all); 1136 do_link (spreg, frame_size, all); 867 do_link (rtx spreg, HOST_WIDE_INT frame_size, bool all) function
|