Searched refs:to_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/kyua/utils/fs/ |
| H A D | lua_module.cpp | 92 to_path(lutok::state& state, const int index) in to_path() function 113 const fs::path path = to_path(state, -1); in lua_fs_basename() 133 const fs::path path = to_path(state, -1); in lua_fs_dirname() 153 const fs::path path = qualify_path(state, to_path(state, -1)); in lua_fs_exists() 232 const fs::path path = qualify_path(state, to_path(state, -1)); in lua_fs_files() 270 const fs::path path = to_path(state, -1); in lua_fs_is_absolute() 292 const fs::path path1 = to_path(state, -2); in lua_fs_join() 293 const fs::path path2 = to_path(state, -1); in lua_fs_join()
|
| /freebsd-14.2/usr.sbin/config/ |
| H A D | main.cc | 592 char *from_path, *to_path; in moveifchanged() local 601 to_path = path(to_name); in moveifchanged() 605 if ((to_fd = open(to_path, O_RDONLY)) < 0) in moveifchanged() 612 err(EX_OSERR, "moveifchanged fstat(%s)", to_path); in moveifchanged() 627 err(EX_OSERR, "mmap %s", to_path); in moveifchanged() 635 if (rename(from_path, to_path) < 0) in moveifchanged() 636 err(EX_OSERR, "rename(%s, %s)", from_path, to_path); in moveifchanged() 647 free(to_path); in moveifchanged()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sftp-client.h | 173 const char *from_path, const char *to_path, 181 const char *from_path, const char *to_path,
|
| H A D | sftp-client.c | 2454 const char *from_path, const char *to_path, in sftp_crossload() argument 2505 if (send_open(to, to_path, "dest", in sftp_crossload() 2553 handle_dest_replies(to, to_path, 0, in sftp_crossload() 2657 debug("truncating \"%s\" at 0", to_path); in sftp_crossload() 2660 if (send_open(to, to_path, "dest", in sftp_crossload() 2701 const char *from_path, const char *to_path, in crossload_dir_internal() argument 2737 "directory \"%s\"", to_path); in crossload_dir_internal() 2751 if (sftp_mkdir(to, to_path, &curdir, 0) != 0) { in crossload_dir_internal() 2752 if (sftp_stat(to, to_path, 0, &newdir) != 0) in crossload_dir_internal() 2813 sftp_setstat(to, to_path, &curdir); in crossload_dir_internal() [all …]
|