Searched refs:new_path (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/share/zoneinfo/tests/
H A Dzoneinfo_common.sh47 new_path=$ZONEINFO_DIR/$dest
49 atf_check test -f $new_path
52 atf_check cmp $old_path $new_path
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h50 ConstString &new_path) const;
64 bool RemapPath(ConstString path, ConstString &new_path) const;
66 /// Remaps a source file given \a path into \a new_path.
75 /// \param[out] new_path
79 /// /b true if \a path was successfully located and \a new_path
81 bool RemapPath(llvm::StringRef path, std::string &new_path) const;
/freebsd-11-stable/sys/compat/linsysfs/
H A Dlinsysfs.c267 char *device, *host, *new_path, *devname; local
269 new_path = path;
281 new_path = malloc(MAXPATHLEN, M_TEMP,
283 new_path[0] = '\000';
284 strcpy(new_path, path);
292 strcat(new_path, "/");
293 strcat(new_path, device);
334 strcat(new_path, "/");
335 strcat(new_path, host);
342 strlen(new_path)
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp278 std::string new_path("PATH=\"");
279 const size_t empty_path_len = new_path.size();
282 new_path += working_dir.GetPath();
286 new_path += cwd;
290 if (new_path.size() > empty_path_len)
291 new_path += ':';
292 new_path += curr_path;
294 new_path += "\" ";
295 shell_command.PutCString(new_path);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp148 ConstString &new_path) const {
151 new_path.SetString(remapped);
158 std::string &new_path) const {
181 new_path = remapped.GetPath();
246 ConstString new_path, bool notify) {
250 m_pairs[idx].second = new_path;
297 ConstString &new_path) const {
300 new_path = m_pairs[idx].second;
245 Replace(ConstString path, ConstString new_path, bool notify) argument
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.h132 cam_status xpt_compile_path(struct cam_path *new_path,
137 cam_status xpt_clone_path(struct cam_path **new_path,
139 void xpt_copy_path(struct cam_path *new_path,
H A Dcam_xpt.c3470 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, argument
3529 new_path->periph = perph;
3530 new_path->bus = bus;
3531 new_path->target = target;
3532 new_path->device = device;
3533 CAM_DEBUG(new_path, CAM_DEBUG_TRACE, ("xpt_compile_path\n"));
3548 struct cam_path *new_path; local
3550 new_path = (struct cam_path *)malloc(sizeof(*path), M_CAMPATH, M_NOWAIT);
3551 if (new_path == NULL)
3553 xpt_copy_path(new_path, pat
3559 xpt_copy_path(struct cam_path *new_path, struct cam_path *path) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp422 llvm::SmallString<64> new_path(component);
425 llvm::sys::path::append(new_path,
428 SetFile(new_path, m_style);
431 void FileSpec::PrependPathComponent(const FileSpec &new_path) { argument
432 return PrependPathComponent(new_path.GetPath(false));
442 void FileSpec::AppendPathComponent(const FileSpec &new_path) { argument
443 return AppendPathComponent(new_path.GetPath(false));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h385 void PrependPathComponent(const FileSpec &new_path);
388 void AppendPathComponent(const FileSpec &new_path);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c176 struct cam_path *new_path; local
190 status = xpt_create_path(&new_path, NULL,
209 new_path, targbhasync,
218 if ((periph = cam_periph_find(new_path, "targbh")) != NULL)
225 xpt_free_path(new_path);
H A Dscsi_xpt.c2304 struct cam_path *new_path; local
2341 status = xpt_create_path(&new_path, NULL,
2351 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c192 const char *new_path = relpath;
197 new_path = svn_dirent_join(anchor, new_path, result_pool);
202 const char *child_path = svn_dirent_is_child(relative_to_dir, new_path,
206 new_path = child_path;
207 else if (! strcmp(relative_to_dir, new_path))
208 new_path = ".";
210 return MAKE_ERR_BAD_RELATIVE_PATH(new_path, relative_to_dir);
255 if (new_path[0] == '\0')
256 new_path
190 const char *new_path = relpath; local
[all...]
H A Dexternals.c78 const char *new_path; local
86 SVN_ERR(svn_io_open_uniquely_named(NULL, &new_path,
110 svn_error_clear(svn_io_remove_file2(new_path, TRUE, scratch_pool));
114 err = svn_wc__rename_wc(wc_ctx, local_abspath, new_path,
123 err = svn_io_file_rename2(local_abspath, new_path, FALSE, scratch_pool);
131 notify = svn_wc_create_notify(err ? local_abspath : new_path,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp446 char new_path[PATH_MAX]; variable
451 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
453 new_path);
460 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
464 new_path);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2556 char *new_path = apr_pcalloc(pool, 4);
2557 new_path[0] = dup_path[0];
2558 new_path[1] = ':';
2559 new_path[2] = '/';
2560 new_path[3] = '\0';
2561 dup_path = new_path;
2554 char *new_path = apr_pcalloc(pool, 4); local
H A Dmergeinfo.c2147 const char *new_path; local
2149 new_path = svn_fspath__skip_ancestor(prefix_path, original_path);
2150 SVN_ERR_ASSERT(new_path);
2152 svn_hash_sets(*out_catalog, new_path, value);
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c862 const char *orig_path = NULL, *new_path = NULL;
927 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
936 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
945 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
952 SVN_ERR(prepare_tmpfiles(&orig_path, &new_path, &binary,
1043 orig_path, new_path,
1080 new_path, opts, pool));
1097 out_stream, diff, orig_path, new_path,
857 const char *orig_path = NULL, *new_path = NULL; local
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h810 * @param new_path The path of the file.
813 APR_DECLARE(apr_status_t) apr_file_name_get(const char **new_path,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c1181 const char *new_path; local
1206 SVN_ERR(svn_sort__array_insert2(revprops->manifest, &new_path, idx + 1));
1209 new_path = get_revprop_pack_filepath(revprops, &new_entry, scratch_pool);
1210 SVN_ERR(svn_fs_x__batch_fsync_open_file(file, batch, new_path,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1410 std::string new_path(file.GetPath());
1412 if (old_path.find(new_path) == 0) {
1589 std::string &new_path) const {
1591 return m_source_mappings.RemapPath(path, new_path);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h841 /// Remaps a source file given \a path into \a new_path.
850 /// \param[out] new_path
854 /// /b true if \a path was successfully located and \a new_path
856 bool RemapSourceFile(llvm::StringRef path, std::string &new_path) const;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c713 int new_path = 0; local
717 new_path = 1;
728 if (new_path)
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c1570 struct cam_path *new_path; local
1592 status = xpt_create_path(&new_path, NULL,
1602 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c4094 * the new_path parameter is populated with the updated path to
4100 * applies to the new_path parameter if allocated.
4103 import_checkpointed_state(char *target, nvlist_t *cfg, char **new_path) argument
4136 if (new_path != NULL && path_start != NULL)
4137 (void) asprintf(new_path, "%s%s", bogus_name, path_start);

Completed in 383 milliseconds