Searched refs:full_path (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c248 const char *full_path,
258 db->path = full_path;
281 const char *full_path;
286 full_path = svn_fspath__join(eb->base_path,
293 _("Got source path but no source revision for '%s'"), full_path);
306 SVN_ERR(check_authz(eb, full_path, eb->txn_root,
315 SVN_ERR(svn_fs_check_path(&kind, eb->txn_root, full_path, subpool));
317 return svn_error_trace(out_of_date(full_path, kind));
340 eb->txn_root, full_path, subpool));
350 SVN_ERR(check_authz(eb, full_path, e
244 make_dir_baton(struct edit_baton *edit_baton, struct dir_baton *parent_baton, const char *full_path, svn_boolean_t was_copied, svn_revnum_t base_revision, apr_pool_t *pool) argument
279 const char *full_path; local
445 const char *full_path; local
502 const char *full_path; local
570 const char *full_path; local
[all...]
H A Ddump.c193 const char *full_path;
200 full_path = svn_relpath_join(eb->path, path, pool);
202 full_path = apr_pstrdup(pool, eb->path);
210 new_db->path = full_path;
191 const char *full_path; local
/freebsd-10.3-release/sbin/nvmecontrol/
H A Dnvmecontrol.c167 char full_path[64]; local
179 snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str);
180 *fd = open(full_path, O_RDWR);
183 warn("could not open %s", full_path);
/freebsd-10.3-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1314 const char *path, *token, *full_path;
1333 full_path = svn_fspath__join(sb->fs_path->data,
1338 full_path, TRUE))
1364 const char *path, *token, *full_path;
1375 full_path = svn_fspath__join(sb->fs_path->data,
1381 err = svn_repos_fs_unlock(sb->repos, full_path, token,
1506 const char *path, *full_path, *hex_digest;
1533 full_path = svn_fspath__join(b->fs_path->data,
1538 full_path, FALSE));
1544 svn_log__get_file(full_path, re
1313 const char *path, *token, *full_path; local
1363 const char *path, *token, *full_path; local
1505 const char *path, *full_path, *hex_digest; local
1629 const char *path, *full_path; local
1835 const char *target, *full_path, *depth_word; local
1918 const char *full_path = svn_fspath__join(b->fs_path->data, target, pool); local
1957 const char *full_path = svn_fspath__join(b->fs_path->data, target, pool); local
2011 const char *full_path = svn_fspath__join(b->fs_path->data, target, pool); local
2057 const char *full_path; local
2178 const char *full_path; local
2279 const char *path, *full_path; local
2309 const char *path, *full_path, *cdate; local
2610 const char *full_path; local
2661 const char *full_path; local
2697 const char *full_path; local
2790 const char *path, *token, *full_path; local
2822 const char *full_path; local
2905 const char *full_path; local
2933 const char *full_path; local
3086 const char *path, *full_path; local
3110 const char *path, *full_path; local
3265 const char *path, *full_path, *repos_root, *fs_path, *hooks_env; local
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dexport.c617 const char *full_path = svn_dirent_join(eb->root_path, path, pool);
620 SVN_ERR(svn_io_check_path(full_path, &kind, pool));
622 SVN_ERR(svn_io_dir_make(full_path, APR_OS_DEFAULT, pool));
626 svn_dirent_local_style(full_path, pool));
630 svn_dirent_local_style(full_path, pool));
634 svn_wc_notify_t *notify = svn_wc_create_notify(full_path,
642 db->path = full_path;
662 const char *full_path = svn_dirent_join(eb->root_path, path, pool);
671 fb->path = full_path;
946 const char *full_path
614 const char *full_path = svn_dirent_join(eb->root_path, path, pool); local
659 const char *full_path = svn_dirent_join(eb->root_path, path, pool); local
942 const char *full_path = svn_dirent_join(eb->root_path, relpath, local
1069 const char *full_path = svn_dirent_join(eb->root_path, relpath, local
[all...]
/freebsd-10.3-release/contrib/amd/amd/
H A Dmapc.c1157 static char full_path[MAXPATHLEN]; local
1181 xstrlcpy(full_path, str, sizeof(full_path));
1182 len = strlen(full_path);
1183 if (full_path[len - 1] != '/') /* add trailing "/" if needed */
1184 xstrlcat(full_path, "/", sizeof(full_path));
1185 xstrlcat(full_path, map, sizeof(full_path));
1186 if (access(full_path, R_O
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c332 char full_path[USB_LINE_LEN]; local
355 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handle->md.ifindex);
356 handle->fd = open(full_path, O_RDONLY, 0);
390 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handle->md.ifindex);
391 handle->fd = open(full_path, O_RDONLY, 0);
400 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handle->md.ifindex);
401 handle->fd = open(full_path, O_RDONLY, 0);
406 "Can't open USB bus file %s: %s", full_path, strerror(errno));
/freebsd-10.3-release/contrib/subversion/
H A Dwin-tests.py631 full_path = os.path.join(self.httpd_dir, 'modules', path)
632 return 'LoadModule ' + name + " " + self._quote(full_path) + '\n'
635 full_path = os.path.join(self.abs_objdir, path)
636 return 'LoadModule ' + name + ' ' + self._quote(full_path) + '\n'
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dsymtab.c156 char *full_path = NULL; local
162 full_path = xfullpath (name);
163 make_cleanup (xfree, full_path);
182 if (full_path != NULL)
185 if (FILENAME_CMP (full_path, fp) == 0)
247 char *full_path = NULL; local
254 full_path = xfullpath (name);
255 make_cleanup (xfree, full_path);
269 if (full_path != NULL)
274 && FILENAME_CMP (full_path, ps
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c511 const char *full_path;
556 full_path = svn_dirent_join(path, tmp_node->name, iterpool);
557 SVN_ERR(print_dirs_changed_tree(tmp_node, full_path, iterpool));
574 const char *full_path;
633 full_path = svn_dirent_join(path, node->name, iterpool);
634 SVN_ERR(print_changed_tree(node, full_path, copy_info, iterpool));
506 const char *full_path; local
569 const char *full_path; local
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2273 char *full_path;
2279 status = apr_filepath_merge(&full_path,
2289 *result_path = svn_dirent_canonicalize(full_path, result_pool);
2271 char *full_path; local
H A Dio.c3956 const char *full_path;
3982 full_path = svn_dirent_join(dirname, name_utf8, subpool);
3983 SVN_ERR(svn_io_dir_walk2(full_path,
3994 full_path = svn_dirent_join(dirname, name_utf8, subpool);
3996 full_path,
3947 const char *full_path; local
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1883 const char *full_path;
1905 full_path = svn_relpath_join(info->dir->name, file_name, tmppool);
1907 SVN_ERR(ctx->update_editor->delete_entry(full_path,
1876 const char *full_path; local

Completed in 254 milliseconds