Searched refs:to_name (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/usr.bin/xinstall/ |
| D | xinstall.c | 185 char *p, *to_name; in main() local 397 no_target = stat(to_name = argv[argc - 1], &to_sb); in main() 399 for (; *argv != to_name; ++argv) in main() 400 install(*argv, to_name, iflags | DIRECTORY); in main() 417 errx(EXIT_FAILURE, "%s: not a regular file", to_name); in main() 421 to_name); in main() 431 (void)chflags(to_name, in main() 435 backup(to_name); in main() 437 (void)unlink(to_name); in main() 439 install(*argv, to_name, iflags); in main() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kuser/ |
| D | copy_cred_cache.c | 89 const char *from_name, *to_name; in copy_cred_cache() local 126 to_name = argv[0]; in copy_cred_cache() 129 to_name = argv[1]; in copy_cred_cache() 150 ret = krb5_cc_resolve(heimtools_context, to_name, &to_ccache); in copy_cred_cache() 152 krb5_err(heimtools_context, 1, ret, "%s", to_name); in copy_cred_cache()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_rpc.c | 286 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_message() 476 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client() 551 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_queued_client() 656 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client_with_pause() 706 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_client_timeout() 751 EVTAG_ASSIGN(msg, to_name, "phoenix"); in rpc_test() 810 !EVTAG_HAS(msg2, to_name) || in rpc_test()
|
| D | regress.rpc | 5 string to_name = 2;
|
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | regress_rpc.c | 288 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_message() 478 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client() 553 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_queued_client() 658 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_basic_client_with_pause() 708 EVTAG_ASSIGN(msg, to_name, "tester"); in rpc_client_timeout() 753 EVTAG_ASSIGN(msg, to_name, "phoenix"); in rpc_test() 812 !EVTAG_HAS(msg2, to_name) || in rpc_test()
|
| D | regress.rpc | 5 string to_name = 2;
|
| /netbsd/src/sys/fs/sysvbfs/ |
| D | sysvbfs_vnops.c | 564 const char *to_name = ap->a_tcnp->cn_nameptr; in sysvbfs_rename() local 567 DPRINTF("%s: %s->%s\n", __func__, from_name, to_name); in sysvbfs_rename() 592 error = bfs_file_delete(bfs, to_name, true); in sysvbfs_rename() 596 error = bfs_file_rename(bfs, from_name, to_name); in sysvbfs_rename()
|
| D | bfs.c | 337 bfs_file_rename(struct bfs *bfs, const char *from_name, const char *to_name) in bfs_file_rename() argument 347 strncpy(dirent->name, to_name, BFS_FILENAME_MAXLEN); in bfs_file_rename() 352 from_name, to_name, err); in bfs_file_rename()
|
| /netbsd/src/sys/fs/v7fs/ |
| D | v7fs_vnops.c | 792 const char *to_name = a->a_tcnp->cn_nameptr; in v7fs_rename() local 798 to_name, fvp, tvp); in v7fs_rename() 808 &parent_to->inode, to_name, to_len); in v7fs_rename()
|