Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake-bootstrap.sh.in60 do_link() { function
99 do_link bmake main.o job.o ${BASE_OBJECTS} ${LST_OBJECTS} ${LIB_OBJECTS}
/freebsd/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c80 int do_link(const char *pfile);
99 { ST_CTIME, "st_ctime", do_link },
262 do_link(const char *pfile) in do_link() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dctime.c147 do_link(const char *pfile) in do_link() function
288 { ST_CTIME, "st_ctime", do_link },
/freebsd/usr.bin/xinstall/
H A Dxinstall.c158 static int do_link(const char *, const char *, const struct stat *);
574 do_link(const char *from_name, const char *to_name, in do_link() function
677 if (do_link(from_name, to_name, target_sb) == -1) { in makelink()