Lines Matching defs:absolute

123 /* Calculates the length of the dirent absolute or non absolute root in
165 * in the case in which DIRENT is absolute and there are no more
202 /* We have an absolute uri */
223 a non absolute root. (E.g. '/' or 'F:' on Windows) */
234 /* On Windows, dirent is also absolute when it starts with 'H:' or 'H:/'
269 * in the case in which URI is absolute and there are no more
436 /* If this is an absolute path, then just copy over the initial
770 * 1) PATH1 is empty, and PATH2 is not empty and not an absolute path.
800 /* check if this is an absolute path */
977 /* If the component is absolute, then return it. */
990 /* '/' is drive relative on Windows, not absolute like on Posix */
1088 if (!svn_dirent_is_absolute(s)) /* Handle non absolute roots */
1128 /* if we aren't supposed to skip forward to an absolute component, and if
1568 /* dirent is absolute if it starts with '/' on non-Windows platforms
1577 /* On Windows, dirent is also absolute when it starts with 'H:/'
1612 passed path was already a safe absolute path. So check for that now to
1616 if the path doesn't need post processing to be in the canonical absolute
1630 _("Couldn't determine absolute path of '%s'"),
1973 /* Get the absolute path of the first target. */
1988 /* Copy the targets array, but with absolute dirents instead of
1990 common in all of the absolute dirents. NOTE: This is not as
2007 const char *absolute;
2008 SVN_ERR(svn_dirent_get_absolute(&absolute, rel, scratch_pool));
2009 APR_ARRAY_PUSH(abs_targets, const char *) = absolute;
2010 *pcommon = svn_dirent_get_longest_ancestor(*pcommon, absolute,
2350 the absolute path portion of the URL.
2465 assert(dirent[1] == '/'); /* Expect UNC, not non-absolute */