Lines Matching defs:absolute

124 /* Calculates the length of the dirent absolute or non absolute root in
166 * in the case in which DIRENT is absolute and there are no more
203 /* We have an absolute uri */
224 a non absolute root. (E.g. '/' or 'F:' on Windows) */
235 /* On Windows, dirent is also absolute when it starts with 'H:' or 'H:/'
270 * in the case in which URI is absolute and there are no more
447 /* If this is an absolute path, then just copy over the initial
791 * 1) PATH1 is empty, and PATH2 is not empty and not an absolute path.
821 /* check if this is an absolute path */
1016 /* If the component is absolute, then return it. */
1029 /* '/' is drive relative on Windows, not absolute like on Posix */
1127 if (!svn_dirent_is_absolute(s)) /* Handle non absolute roots */
1167 /* if we aren't supposed to skip forward to an absolute component, and if
1607 /* dirent is absolute if it starts with '/' on non-Windows platforms
1616 /* On Windows, dirent is also absolute when it starts with 'H:/'
1651 passed path was already a safe absolute path. So check for that now to
1655 if the path doesn't need post processing to be in the canonical absolute
1669 _("Couldn't determine absolute path of '%s'"),
2116 /* Get the absolute path of the first target. */
2131 /* Copy the targets array, but with absolute dirents instead of
2133 common in all of the absolute dirents. NOTE: This is not as
2150 const char *absolute;
2151 SVN_ERR(svn_dirent_get_absolute(&absolute, rel, scratch_pool));
2152 APR_ARRAY_PUSH(abs_targets, const char *) = absolute;
2153 *pcommon = svn_dirent_get_longest_ancestor(*pcommon, absolute,
2493 the absolute path portion of the URL.
2613 assert(dirent[1] == '/'); /* Expect UNC, not non-absolute */