Searched refs:to_sb (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/xinstall/
H A Dxinstall.c146 struct stat from_sb, to_sb; local
340 no_target = stat(to_name, &to_sb);
341 if (!no_target && S_ISDIR(to_sb.st_mode)) {
343 if (lstat(to_name, &to_sb) != 0)
345 if (S_ISLNK(to_sb.st_mode)) {
374 if (!S_ISREG(to_sb.st_mode)) {
378 if (to_sb.st_dev == from_sb.st_dev &&
379 to_sb.st_ino == from_sb.st_ino)
600 struct stat to_sb; local
608 if (stat(to_name, &to_sb))
718 struct stat from_sb, temp_sb, to_sb; local
[all...]
/freebsd-9.3-release/bin/pax/
H A Dfile_subs.c268 mk_link(char *to, struct stat *to_sb, char *from, argument
285 if ((to_sb->st_dev==sb.st_dev)&&(to_sb->st_ino == sb.st_ino)) {
316 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0)
/freebsd-9.3-release/usr.sbin/config/
H A Dmain.c548 struct stat from_sb, to_sb; local
562 if (!changed && fstat(to_fd, &to_sb) < 0)
565 if (!changed && from_sb.st_size != to_sb.st_size)

Completed in 152 milliseconds