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

/freebsd-13-stable/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}
/freebsd-13-stable/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c82 int do_link(const char *pfile);
101 { ST_CTIME, "st_ctime", do_link },
264 do_link(const char *pfile) function
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c149 do_link(const char *pfile) function
294 { ST_CTIME, "st_ctime", do_link },
/freebsd-13-stable/usr.bin/xinstall/
H A Dxinstall.c142 static int do_link(const char *, const char *, const struct stat *);
524 * do_link --
529 do_link(const char *from_name, const char *to_name, function
630 if (do_link(from_name, to_name, target_sb) == -1) {

Completed in 107 milliseconds