Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xinstall/
H A Dxinstall.c369 const struct stat *target_sb) in do_link() argument
374 if (safecopy && target_sb != NULL) { in do_link()
387 if (target_sb->st_flags & NOCHANGEBITS) in do_link()
417 const struct stat *target_sb) in do_symlink() argument
421 if (safecopy && target_sb != NULL) { in do_symlink()
435 if (target_sb->st_flags & NOCHANGEBITS) in do_symlink()
462 const struct stat *target_sb) in makelink() argument
514 do_symlink(src, to_name, target_sb); in makelink()
524 do_symlink(from_name, to_name, target_sb); in makelink()
567 do_symlink(lnk, to_name, target_sb); in makelink()
[all …]