Searched refs:do_link (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dmake-bootstrap.sh.in48 do_link() { function
84 do_link bmake main.o ${BASE_OBJECTS} ${LST_OBJECTS} ${LIB_OBJECTS}
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c43 * (do_link): Simplify logic.
271 # define do_link(s,t) link(s,t) macro
273 static int do_link P((char const*,char const*));
275 do_link(s, t) function
1642 if (do_link(from,to) != 0 || un_link(from) != 0)
/freebsd-11.0-release/usr.bin/xinstall/
H A Dxinstall.c129 static int do_link(const char *, const char *, const struct stat *);
511 * do_link --
516 do_link(const char *from_name, const char *to_name, function
613 if (do_link(from_name, to_name, target_sb) == -1) {

Completed in 108 milliseconds