/src/usr.bin/xinstall/ |
xinstall.c | 181 struct stat from_sb, to_sb; local in function:main 397 no_target = stat(to_name = argv[argc - 1], &to_sb); 398 if (!no_target && S_ISDIR(to_sb.st_mode)) { 416 if (!S_ISREG(to_sb.st_mode)) 418 if (to_sb.st_dev == from_sb.st_dev && 419 to_sb.st_ino == from_sb.st_ino) 430 if (to_sb.st_flags & NOCHANGEBITS) 432 to_sb.st_flags & ~(NOCHANGEBITS)); 531 struct stat to_sb; local in function:makelink 539 if (stat(to_name, &to_sb)) 669 struct stat to_sb; local in function:install [all...] |
xinstall.c | 181 struct stat from_sb, to_sb; local in function:main 397 no_target = stat(to_name = argv[argc - 1], &to_sb); 398 if (!no_target && S_ISDIR(to_sb.st_mode)) { 416 if (!S_ISREG(to_sb.st_mode)) 418 if (to_sb.st_dev == from_sb.st_dev && 419 to_sb.st_ino == from_sb.st_ino) 430 if (to_sb.st_flags & NOCHANGEBITS) 432 to_sb.st_flags & ~(NOCHANGEBITS)); 531 struct stat to_sb; local in function:makelink 539 if (stat(to_name, &to_sb)) 669 struct stat to_sb; local in function:install [all...] |
xinstall.c | 181 struct stat from_sb, to_sb; local in function:main 397 no_target = stat(to_name = argv[argc - 1], &to_sb); 398 if (!no_target && S_ISDIR(to_sb.st_mode)) { 416 if (!S_ISREG(to_sb.st_mode)) 418 if (to_sb.st_dev == from_sb.st_dev && 419 to_sb.st_ino == from_sb.st_ino) 430 if (to_sb.st_flags & NOCHANGEBITS) 432 to_sb.st_flags & ~(NOCHANGEBITS)); 531 struct stat to_sb; local in function:makelink 539 if (stat(to_name, &to_sb)) 669 struct stat to_sb; local in function:install [all...] |
xinstall.c | 181 struct stat from_sb, to_sb; local in function:main 397 no_target = stat(to_name = argv[argc - 1], &to_sb); 398 if (!no_target && S_ISDIR(to_sb.st_mode)) { 416 if (!S_ISREG(to_sb.st_mode)) 418 if (to_sb.st_dev == from_sb.st_dev && 419 to_sb.st_ino == from_sb.st_ino) 430 if (to_sb.st_flags & NOCHANGEBITS) 432 to_sb.st_flags & ~(NOCHANGEBITS)); 531 struct stat to_sb; local in function:makelink 539 if (stat(to_name, &to_sb)) 669 struct stat to_sb; local in function:install [all...] |