HomeSort by: relevance | last modified time | path
    Searched refs:to_sb (Results 1 - 2 of 2) sorted by relevancy

  /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...]
  /src/bin/pax/
file_subs.c 393 mk_link(char *to, struct stat *to_sb, char *from, int ign)
409 if ((to_sb->st_dev==sb.st_dev)&&(to_sb->st_ino == sb.st_ino)) {
440 if (chk_path(from, to_sb->st_uid, to_sb->st_gid) == 0)

Completed in 49 milliseconds