HomeSort by: relevance | last modified time | path
    Searched defs:to_name (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/sysvbfs/
sysvbfs_vnops.c 564 const char *to_name = ap->a_tcnp->cn_nameptr; local in function:sysvbfs_rename
567 DPRINTF("%s: %s->%s\n", __func__, from_name, to_name);
592 error = bfs_file_delete(bfs, to_name, true);
596 error = bfs_file_rename(bfs, from_name, to_name);
  /src/sys/fs/v7fs/
v7fs_vnops.c 792 const char *to_name = a->a_tcnp->cn_nameptr; local in function:v7fs_rename
798 to_name, fvp, tvp);
808 &parent_to->inode, to_name, to_len);
  /src/usr.bin/xinstall/
xinstall.c 185 char *p, *to_name; local in function:main
397 no_target = stat(to_name = argv[argc - 1], &to_sb);
399 for (; *argv != to_name; ++argv)
400 install(*argv, to_name, iflags | DIRECTORY);
417 errx(EXIT_FAILURE, "%s: not a regular file", to_name);
421 to_name);
431 (void)chflags(to_name,
435 backup(to_name);
437 (void)unlink(to_name);
439 install(*argv, to_name, iflags)
    [all...]

Completed in 19 milliseconds