Searched refs:do_link (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | make-bootstrap.sh.in | 58 do_link() { 97 do_link bmake main.o job.o ${BASE_OBJECTS} ${LST_OBJECTS} ${LIB_OBJECTS} 57 do_link() { global() function
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 80 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 D | ctime.c | 155 do_link(const char *pfile) in do_link() function 296 { ST_CTIME, "st_ctime", do_link },
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 150 static int do_link(const char *, const char *, const struct stat *); 559 do_link(const char *from_name, const char *to_name, in do_link() function 662 if (do_link(from_name, to_name, target_sb) == -1) { in makelink()
|