Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake-bootstrap.sh.in56 do_link() { function
95 do_link bmake main.o job.o ${BASE_OBJECTS} ${LST_OBJECTS} ${LIB_OBJECTS}
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsedit.c274 # define do_link(s,t) link(s,t) macro
276 static int do_link P((char const*,char const*));
278 do_link(s, t) in do_link() function
1647 if (do_link(from,to) != 0 || un_link(from) != 0)
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c92 static int do_link(const char *, const char *, const struct stat *);
368 do_link(const char *from_name, const char *to_name, in do_link() function
469 if (do_link(from_name, to_name, target_sb) == -1) { in makelink()