Home
last modified time | relevance | path

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

/freebsd/usr.bin/xinstall/
H A Dxinstall.c560 const struct stat *target_sb) in do_link() argument
565 if (target_sb != NULL) { in do_link()
572 if (target_sb->st_mode & S_IFDIR && rmdir(to_name) == in do_link()
578 if (target_sb->st_flags & NOCHANGEBITS) in do_link()
579 (void)chflags(to_name, target_sb->st_flags & in do_link()
608 const struct stat *target_sb) in do_symlink() argument
612 if (target_sb != NULL) { in do_symlink()
621 if (target_sb->st_mode & S_IFDIR && rmdir(to_name) == -1) { in do_symlink()
626 if (target_sb->st_flags & NOCHANGEBITS) in do_symlink()
627 (void)chflags(to_name, target_sb->st_flags & in do_symlink()
[all …]